summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Use config's tools rather than #if's.peter2000-01-291-4/+0
* Get the KASSERT right.n_hibma2000-01-291-1/+1
* Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".peter2000-01-296-24/+0
* Remove a rather bizzare set of #ifdefs and #defines that all worked outpeter2000-01-291-10/+0
* Remove #if NDGB > 0 and #if NDGM > 0peter2000-01-292-9/+0
* Remove #include "eisa.h" and #if NEISA > 0peter2000-01-291-4/+0
* Remove unneeded #include "eisa.h" and #if NEISA > 0peter2000-01-291-5/+0
* Fix debugging output. The TDs are linked through the dnext field, notn_hibma2000-01-291-1/+2
* Remove a warning from LINTn_hibma2000-01-291-1/+1
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-293-9/+0
* Remove #if NFOO > 0 (it's not required in most cases) and also where itpeter2000-01-293-11/+0
* Unbreak LINT.n_hibma2000-01-291-1/+1
* Put a FYI in the compatability shims so that people are aware that theypeter2000-01-291-0/+1
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-2922-115/+4
* First part of the fix for ohci_hash_find_td panic.n_hibma2000-01-291-4/+21
* Remove #if NVX > 0 and #if NEISA > 0 (and #include "eisa.h") as it's notpeter2000-01-293-15/+0
* Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.peter2000-01-291-5/+0
* Remove #include "splash.h" and #if NSPLASH > 0" - it's implied by config.peter2000-01-291-6/+0
* Remove #if NIE > 0 test, it's guaranteed to be true by config.peter2000-01-291-2/+0
* Add comments and debugging info.n_hibma2000-01-291-9/+20
* Remove #if NEN > 0 in the name of FreeBSD - it's not required as configpeter2000-01-291-5/+1
* Remove #include "eisa.h" and #if NEISA > 0 as it's only ever compiledpeter2000-01-291-4/+0
* Remove #if NCCD > 0 - it's guaranteed to be true by config if ccd.c ispeter2000-01-291-2/+0
* Remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed by config.peter2000-01-291-5/+0
* remove #include "eisa.h" and #if NEISA > 0 - this is guaranteed bypeter2000-01-291-7/+1
* The toggle carry bit is stored in the headp not the tailp.n_hibma2000-01-291-2/+2
* cosmetic changes only.sos2000-01-293-30/+9
* Remove #include "ppc.h" and #if NPPC > 0 - this is always true as it ispeter2000-01-291-4/+0
* Mask off the last two bits before comparing. It might just be that somen_hibma2000-01-292-4/+9
* Tripmine for bad hardware.n_hibma2000-01-291-0/+4
* "Completed" the previous fix. Return ENOMEM on memory allocation failurebde2000-01-291-1/+8
* Minor tweak: the D-Link 10/100 USB ethernet adapter is apparently usingwpaul2000-01-291-4/+8
* differentiate cmi8330 and als100 pnp cards based on their vendor id. thiscg2000-01-292-2/+13
* Get the MEDIA_CHANGED status right here too.sos2000-01-281-2/+4
* Use atapi_test_ready not atapi_wait_ready, I need more sleep :(sos2000-01-281-1/+1
* Get the MEDIA_CHANGED status right.sos2000-01-282-2/+5
* Fix the atapi-fd.c (afd device) so that fx MSDOS formatted ZIPsos2000-01-282-5/+8
* - Fix an issue that paniced the machine in data overrungroudier2000-01-281-3/+13
* Fix compilation on ISA only setups...sos2000-01-281-4/+3
* Cleanup the ata_dmainit function a bit.sos2000-01-282-33/+41
* Correct the list of error messages. It was incomplete.n_hibma2000-01-281-0/+3
* Regen.n_hibma2000-01-281-1/+1
* Correct the entry for the Kodak DC290.n_hibma2000-01-281-1/+1
* Oops, fix compile error due to the new way of storing the transfer mode.sos2000-01-281-6/+6
* Add support for detection of the ESS 1688 found on my Dell Latitude LMgallatin2000-01-281-0/+1
* Fix a bug in the uhci driver that breaks large bulk IN transfers. Thewpaul2000-01-286-74/+22
* The values for OHCI_HALTED and OHCI_TOGGLECARRY were reversed.n_hibma2000-01-281-2/+2
* Move the defines to the right location.n_hibma2000-01-273-10/+18
* Add umass.cn_hibma2000-01-271-1/+2
* Add sysctl oid hw.atamodes to set the transfermodes online.sos2000-01-277-43/+101
OpenPOWER on IntegriCloud