aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Syntax fix in fwohci_pci_suspend().Hidetoshi Shimokawa2003-01-051-1/+2
* Fix the duplicate unlock of the pcm read channel in certain cases.Brian Feldman2003-01-051-1/+0
* - Change definition of fc->maxrec same as fwdev->maxrec.Hidetoshi Shimokawa2003-01-054-34/+49
* Sync with zs.Jake Burkholder2003-01-051-238/+178
* - Remove speed_map API because speed_map is obsoleted by 1394a.Hidetoshi Shimokawa2003-01-043-13/+8
* - Handle zero sized directory right way.Hidetoshi Shimokawa2003-01-041-4/+5
* - Replace printf() with device_printf().Hidetoshi Shimokawa2003-01-044-63/+36
* - Propagate suspend/resume to child devices.Hidetoshi Shimokawa2003-01-045-38/+99
* Remove CCDF_SWAP and CCDF_PARITY, they have never been implemented.Poul-Henning Kamp2003-01-031-21/+4
* Remove unused second argument from DEV_STRATEGY().Poul-Henning Kamp2003-01-035-9/+9
* Remove unused second argument from BIO_STRATEGY()Poul-Henning Kamp2003-01-032-6/+6
* - This damnable chip only has 1 status register for both ports, so the bitJake Burkholder2003-01-021-9/+37
* Update to correct NetBSD IdWarner Losh2003-01-021-1/+1
* Make compiles (LINT and/or ISP_TARGET_MODE options) happier by making sureMatt Jacob2003-01-021-5/+7
* Sync to 1.104 of usbdevsWarner Losh2003-01-022-2/+18
* Add NEODIO TURBOCONNECT (from NetBSD)Warner Losh2003-01-021-0/+4
* MFNetBSD through 1.42 (to be committed in a moment by me).Warner Losh2003-01-021-3/+4
* Do not print the value of sc pointer before is has been ininialized.Alexander Kabaev2003-01-021-1/+2
* Create debug sysctl nodes if USB_DEBUG is defined.Alexander Kabaev2003-01-021-1/+1
* It appears that the SANYO SCP-4900 needs similar quirks to theWarner Losh2003-01-011-0/+2
* Sync to usbdevs 1.103Warner Losh2003-01-012-2/+18
* Add Sanyo SCP-4900 phone. It needs quirks.Warner Losh2003-01-011-0/+4
* Now that we've 'branched' 5.0, desupport FreeBSD 3.x in this driver. ItWarner Losh2003-01-011-29/+1
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.Jake Burkholder2003-01-012-0/+1629
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-0129-44/+44
* Experimental support for suspend/resume, not finished yet.Hidetoshi Shimokawa2003-01-013-160/+182
* Reduce debug message.Hidetoshi Shimokawa2003-01-011-0/+2
* - Retry phy access when the wait-loop count is exhausted.Hidetoshi Shimokawa2003-01-013-5/+64
* When compiling the kernel do not implicitly include filedesc.h from proc.h,Alfred Perlstein2003-01-011-0/+1
* Fix and add several device IDs.Hidetoshi Shimokawa2002-12-312-31/+38
* - Implement primal Configuration ROM parser.Hidetoshi Shimokawa2002-12-312-15/+291
* Improve error checking of phy access and retry when error occurs.Hidetoshi Shimokawa2002-12-311-16/+22
* Use UID_ and GID_ constants for uid and gid arguments to make_dev()Robert Watson2002-12-311-1/+2
* Convert the use of MAXBSIZE in the dma tag to more appropriate values.Scott Long2002-12-315-8/+13
* MFS 1.6.2.3: fixup statistics; turn off batching by default; add maxSam Leffler2002-12-302-12/+63
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-3014-28/+28
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-305-8/+11
* fix build (make LINT)Sam Leffler2002-12-301-0/+1
* Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.Jake Burkholder2002-12-301-0/+2
* - Add more CSR related definitions (IEEE-1212).Hidetoshi Shimokawa2002-12-301-5/+62
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreDoug Ambrisko2002-12-295-326/+1297
* Remove calls to cdevsw_add(), they are dreprecated on this branch now.Poul-Henning Kamp2002-12-281-6/+0
* Add support for IC Book Labs Dreadnought x16 Lite.Maxim Sobolev2002-12-282-1/+24
* Change ACPI make_dev() calls to use UID_ and GID_ constants ratherRobert Watson2002-12-281-1/+2
* Use OPERATOR instead of WHEEL for make_dev(), use 0640 instead of 0644Robert Watson2002-12-271-2/+2
* Use UID_ and GID_ constants instead of hard-coded numeric valuesRobert Watson2002-12-271-1/+2
* Use UID_ROOT and GID_WHEEL for uid/gid argments to make_dev().Robert Watson2002-12-271-1/+2
* Make use of UID_ROOT, GID_WHEEL for make_dev() arguments.Robert Watson2002-12-271-1/+1
* Synchronize mode for ppsX devices to that found previously in MAKEDEVRobert Watson2002-12-271-2/+2
* Synchronize make_dev() for pcfclock devices to the values in MAKEDEVRobert Watson2002-12-271-1/+1