summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix acpi_MatchHid() to check the compatibility ID's if the hardware IDjhb2003-12-261-3/+3
* Attempt to handle the status field in the ndis_packet oob area correctly.wpaul2003-12-261-2/+27
* Properly initialize all members of the sentinel entry.obrien2003-12-261-1/+1
* The record's stuck. The record's stuck. The record's stuck.imp2003-12-261-3/+0
* Back out the last batch of changes until I have a chance to properlywpaul2003-12-261-3/+6
* Try to simplify the SiS probe. If SiS stays with the current schema forsos2003-12-251-22/+9
* Fixed another 0 (actually '\0') vs / NULL mixup. This completesbde2003-12-251-1/+1
* - In ndis_intr(), don't do any interrupt processing if the IFF_UPwpaul2003-12-251-9/+6
* Avoid using any of the ndis_packet/ndis_packet_private fields forwpaul2003-12-251-9/+5
* NULL falloutsam2003-12-251-4/+4
* - Add stubs for Ndis*File() functionswpaul2003-12-251-5/+1
* - Fix some compiler warnings in subr_pe.cwpaul2003-12-241-10/+7
* fix warnings. NULL -> 0alfred2003-12-241-4/+4
* NULL -> 0alfred2003-12-242-5/+5
* change NULL to 0 to silence warning.alfred2003-12-241-1/+1
* Fix 0 / NULL mixup (this module isn't in LINT!)peter2003-12-241-1/+1
* Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.bde2003-12-241-2/+2
* Minor whitespace changes to conform better to stlye(9) and reduce diffsimp2003-12-241-5/+5
* 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
OpenPOWER on IntegriCloud