summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix locking broken by recent _CID changes. Always be sure to unlocknjl2003-12-231-10/+15
* Set up the interrupt earlier in ndis_attach(), because calling thewpaul2003-12-231-4/+13
* Update to use the new package routines instead of rolling our ownnjl2003-12-231-66/+40
* Remove the device_t parameter from package routines that only used it tonjl2003-12-233-49/+28
* Make the NDIS driver depend on the wlan module now that it haswpaul2003-12-231-0/+1
* Fix a few more places where NULL was used instead of 0.se2003-12-232-3/+3
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure iswpaul2003-12-231-4/+11
* Catch a few places where NULL (pointer) was used where 0 (integer) waspeter2003-12-233-7/+7
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).peter2003-12-231-1/+1
* resort device listsanpei2003-12-221-3/+3
* Fixed incomplete initialization in some ohci controllers withshiba2003-12-221-33/+46
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNshiba2003-12-223-12/+45
* Fix typo in ENE CB710 description. It isn't a 720.imp2003-12-221-1/+1
* Big round of updates:wpaul2003-12-212-23/+411
* Make the multiple include guard correct for this file location.obrien2003-12-202-6/+6
* Move all of the recovery thread routines nextgibbs2003-12-191-26/+33
* We only need to terminate our recovery thread once.gibbs2003-12-191-4/+1
* Sync to 1.149 of usbdevssanpei2003-12-192-2/+9
* Add support Panasonic KXL-CB35AN(DVD-ROM & CD-R/RW)sanpei2003-12-192-0/+5
* In ahd_run_qoutfifos, correct a !=/== logic buggibbs2003-12-191-12/+7
* Fix PANASONIC KXLCB20AN Protocol.sanpei2003-12-181-1/+1
* Fix the register timings for AMD/VIA/nVidia chipsets.sos2003-12-181-3/+3
* Initialize acpi buffer structs early in order to avoid freeingkan2003-12-181-3/+3
* Sync to 1.148 of usbdevssanpei2003-12-182-2/+9
* Add support IBM 256MB USB Drive(MSYSTEM DiskOnKey2)sanpei2003-12-182-0/+5
* Add support for the SiS 661 chipset (using SiS 963 south).sos2003-12-182-0/+2
* Sync to 1.147 of usbdevssanpei2003-12-182-2/+25
* Add Supportsanpei2003-12-183-0/+12
* Remove power profile support from acpi_cpu, it will be managed by anjl2003-12-181-95/+26
* Fix wildcard subsystem case in ndis_probe().wpaul2003-12-181-2/+2
* Deal with the duplicate sysctl leaf problem. A .inf file may containwpaul2003-12-182-3/+33
* Add support for multiple CIDs since _CID can contain a package of values.njl2003-12-183-65/+126
* Recognize the nVidia ehci device id's in addition to the rest.peter2003-12-171-0/+6
* Recognize the nForce3 id's. This is mostly cosmetic and affectspeter2003-12-171-0/+2
* Fix some becuase -> because typos.jhb2003-12-171-1/+1
* Regen.sanpei2003-12-172-2/+9
* Add support HP hn210e usb ethernetsanpei2003-12-172-0/+2
* Regen.sanpei2003-12-172-2/+25
* Add supportsanpei2003-12-172-0/+13
* Move the locking of the softc up to before the allocation of theharti2003-12-171-4/+6
* ahc_eisa.c:gibbs2003-12-1722-2165/+2267
* When outputing a code listing, properly displaygibbs2003-12-171-7/+16
* Modify assembler to ignore carriage returns in input.gibbs2003-12-162-4/+15
* Fix compilation on 64bit archs.sos2003-12-161-1/+1
* Add device IDs for the Bluetake BW002, yet another Atmel AT76C503Abms2003-12-163-0/+8
* Print the LBA on failing R/W commands.sos2003-12-151-5/+7
* - The last change conflicted with disks on a live system, as opposed togrehan2003-12-151-3/+9
* initsd: For striped and RAID-[45] plexes, don't restrict the I/Ogrog2003-12-151-5/+1
* free_plex, free_volume: Don't try to destroy the underlying device ifgrog2003-12-151-2/+4
* vinumclose: Fix day-one bug. Subdisks and plexes were not beinggrog2003-12-151-2/+11
OpenPOWER on IntegriCloud