summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Prefix structure members to protect them against clashes with eg.alfred2002-02-206-125/+125
* Cleanup of nmdm devicejulian2002-02-201-61/+100
* Add missing m_free() so we actually drain the send buffer in monitor mode.brooks2002-02-201-0/+2
* Check the status of the card bridge first thing, rather than last inimp2002-02-201-10/+16
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteshiba2002-02-203-0/+15
* Update xe driver to probe and attach in a NEWCARD kernel.shiba2002-02-203-310/+365
* Release allocated memory and bus_space_handle on an error.nyan2002-02-191-3/+21
* Clean up some debugging output.n_hibma2002-02-191-9/+26
* Put the stard/end adjustments back. They are needed. Also make startimp2002-02-191-2/+18
* o Count the number of mem and io spaces we allocate. If none work, bail outimp2002-02-191-3/+15
* Do the cast away of unsignedness in a way that is more commprehensible.imp2002-02-191-1/+1
* Merge from NetBSD:joe2002-02-191-4/+13
* Add play (but not record) support for the Sis 7012.alfred2002-02-191-3/+27
* Add support for the Highpoint HPT372 based cards (rocketraid 133).sos2002-02-183-31/+40
* Fix the problem that some (in my book broken) disks reportssos2002-02-181-1/+2
* More for f/w crash dumps (bug fixing and adding ioctl entry pointsmjacob2002-02-184-4/+63
* Fix a formatting error.joe2002-02-171-6/+6
* KNF style the code, ready for an MFC.joe2002-02-171-54/+64
* KNF style the code, ready for an MFC.joe2002-02-171-38/+41
* Move the bus_space_subregion function from the puc driver to the bus_spacenyan2002-02-171-12/+0
* Support for f/w crash dumps (2200 && 23XX).mjacob2002-02-174-20/+401
* Hints for WWN are now WWNN and/or WWPN.mjacob2002-02-171-2/+2
* Add in support firmware crash dumps. Change CFG options to splitmjacob2002-02-171-2/+13
* Bulk changes made during the BSDcon kernel summit and travel afterwards.imp2002-02-173-582/+669
* I am sick of being told that "cstsevent occures".des2002-02-161-2/+2
* Add the puc (PCI "Universal" Communications) driver. The idea and some ofjhay2002-02-164-0/+1649
* Dont try to attach ATA RAID's if none found.sos2002-02-161-0/+3
* Merge from NetBSD:joe2002-02-165-16/+21
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.joe2002-02-156-0/+18
* #include "opt_compat.h" so that the support for old ioctls can actuallybde2002-02-152-0/+8
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,bde2002-02-153-1/+5
* Spell #if 0 correctlygallatin2002-02-141-2/+2
* Fix a bug introduced in rev.1.40 which can cause systems to crash whengreen2002-02-141-7/+9
* Regenerate.joe2002-02-142-2/+9
* Support the HP 5400C scanner.joe2002-02-142-0/+2
* Rework revision 1.12, and wrap the bmaj entry with an #if doesn'tjoe2002-02-141-0/+3
* Reinstate revision 1.14. The empty uscannerioctl() was accidentlyjoe2002-02-141-6/+0
* - Added support for receive in multiplepdeuskar2002-02-137-4951/+5234
* Add ID's for a couple of upcoming cards.scottl2002-02-131-0/+4
* Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor.brooks2002-02-122-78/+149
* Add support for the Cenatek Rocket Drive.sos2002-02-122-2/+14
* Fix buglets in the ATAPI resume code.sos2002-02-125-16/+26
* Major update of the ATA RAID code, part 2:sos2002-02-125-153/+420
* Two fixes from Jonathan Hanna:imp2002-02-121-6/+4
* Don't claim to have routed an interrupt when the method actually returned anmsmith2002-02-122-2/+9
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-112-6/+0
* Remove mbuf exhaustion warning messages; these are handled by thesilby2002-02-111-6/+0
* Add support for the HighPoint HPT374 4 channel ATA chip.sos2002-02-112-2/+30
* Fix some bugs in the ohci driver with respect to irq setup failure.joe2002-02-111-3/+4
* Merge from NetBSD: revs 1.89 and 1.90.joe2002-02-111-0/+16
OpenPOWER on IntegriCloud