aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a few more places where NULL was used instead of 0.Stefan Eßer2003-12-232-3/+3
* Re-do the handling of ndis_buffers. The NDIS_BUFFER structure isBill Paul2003-12-231-4/+11
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-233-7/+7
* Don't use NULL (pointer) when we're testing for a count of 0 (integer).Peter Wemm2003-12-231-1/+1
* resort device listMIHIRA Sanpei Yoshiro2003-12-221-3/+3
* Fixed incomplete initialization in some ohci controllers withTakeshi Shibagaki2003-12-221-33/+46
* Enable support for DEVICE_SUSPEND, DEVICE_RESUME and DEVICE_SHUTDOWNTakeshi Shibagaki2003-12-223-12/+45
* Fix typo in ENE CB710 description. It isn't a 720.Warner Losh2003-12-221-1/+1
* Big round of updates:Bill Paul2003-12-212-23/+411
* Make the multiple include guard correct for this file location.David E. O'Brien2003-12-202-6/+6
* Move all of the recovery thread routines nextJustin T. Gibbs2003-12-191-26/+33
* We only need to terminate our recovery thread once.Justin T. Gibbs2003-12-191-4/+1
* Sync to 1.149 of usbdevsMIHIRA Sanpei Yoshiro2003-12-192-2/+9
* Add support Panasonic KXL-CB35AN(DVD-ROM & CD-R/RW)MIHIRA Sanpei Yoshiro2003-12-192-0/+5
* In ahd_run_qoutfifos, correct a !=/== logic bugJustin T. Gibbs2003-12-191-12/+7
* Fix PANASONIC KXLCB20AN Protocol.MIHIRA Sanpei Yoshiro2003-12-181-1/+1
* Fix the register timings for AMD/VIA/nVidia chipsets.Søren Schmidt2003-12-181-3/+3
* Initialize acpi buffer structs early in order to avoid freeingAlexander Kabaev2003-12-181-3/+3
* Sync to 1.148 of usbdevsMIHIRA Sanpei Yoshiro2003-12-182-2/+9
* Add support IBM 256MB USB Drive(MSYSTEM DiskOnKey2)MIHIRA Sanpei Yoshiro2003-12-182-0/+5
* Add support for the SiS 661 chipset (using SiS 963 south).Søren Schmidt2003-12-182-0/+2
* Sync to 1.147 of usbdevsMIHIRA Sanpei Yoshiro2003-12-182-2/+25
* Add SupportMIHIRA Sanpei Yoshiro2003-12-183-0/+12
* Remove power profile support from acpi_cpu, it will be managed by aNate Lawson2003-12-181-95/+26
* Fix wildcard subsystem case in ndis_probe().Bill Paul2003-12-181-2/+2
* Deal with the duplicate sysctl leaf problem. A .inf file may containBill Paul2003-12-182-3/+33
* Add support for multiple CIDs since _CID can contain a package of values.Nate Lawson2003-12-183-64/+125
* Recognize the nVidia ehci device id's in addition to the rest.Peter Wemm2003-12-171-0/+6
* Recognize the nForce3 id's. This is mostly cosmetic and affectsPeter Wemm2003-12-171-0/+2
* Fix some becuase -> because typos.John Baldwin2003-12-171-1/+1
* Regen.MIHIRA Sanpei Yoshiro2003-12-172-2/+9
* Add support HP hn210e usb ethernetMIHIRA Sanpei Yoshiro2003-12-172-0/+2
* Regen.MIHIRA Sanpei Yoshiro2003-12-172-2/+25
* Add supportMIHIRA Sanpei Yoshiro2003-12-172-0/+13
* Move the locking of the softc up to before the allocation of theHartmut Brandt2003-12-171-4/+6
* ahc_eisa.c:Justin T. Gibbs2003-12-1722-2164/+2266
* When outputing a code listing, properly displayJustin T. Gibbs2003-12-171-7/+16
* Modify assembler to ignore carriage returns in input.Justin T. Gibbs2003-12-162-4/+15
* Fix compilation on 64bit archs.Søren Schmidt2003-12-161-1/+1
* Add device IDs for the Bluetake BW002, yet another Atmel AT76C503ABruce M Simpson2003-12-163-0/+8
* Print the LBA on failing R/W commands.Søren Schmidt2003-12-151-5/+7
* - The last change conflicted with disks on a live system, as opposed toPeter Grehan2003-12-151-3/+9
* initsd: For striped and RAID-[45] plexes, don't restrict the I/OGreg Lehey2003-12-151-5/+1
* free_plex, free_volume: Don't try to destroy the underlying device ifGreg Lehey2003-12-151-2/+4
* vinumclose: Fix day-one bug. Subdisks and plexes were not beingGreg Lehey2003-12-151-2/+11
* Silence irritating watchdog timeout messages: if we callBill Paul2003-12-141-4/+10
* Rework mbuf<->ndis_packet/ndis_packet<->mbuf translation a little toBill Paul2003-12-142-22/+20
* Fix a locking problem with MD_ROOT_SIZE.Poul-Henning Kamp2003-12-131-6/+3
* Fix panic.Hidetoshi Shimokawa2003-12-131-6/+2
* White space cleanupPaul Saab2003-12-131-70/+66