aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Re-add bmaj to the cdevsw's, but don't compile it in on -current.Josef Karthauser2002-02-156-0/+18
* #include "opt_compat.h" so that the support for old ioctls can actuallyBruce Evans2002-02-152-0/+8
* Added undocumented options AAC_DEBUG, ACD_DEBUG, ACPI_MAX_THREADS,Bruce Evans2002-02-153-1/+5
* Spell #if 0 correctlyAndrew Gallatin2002-02-141-2/+2
* Fix a bug introduced in rev.1.40 which can cause systems to crash whenBrian Feldman2002-02-141-7/+9
* Regenerate.Josef Karthauser2002-02-142-2/+9
* Support the HP 5400C scanner.Josef Karthauser2002-02-142-0/+2
* Rework revision 1.12, and wrap the bmaj entry with an #if doesn'tJosef Karthauser2002-02-141-0/+3
* Reinstate revision 1.14. The empty uscannerioctl() was accidentlyJosef Karthauser2002-02-141-6/+0
* - Added support for receive in multiplePrafulla Deuskar2002-02-137-4555/+4838
* Add ID's for a couple of upcoming cards.Scott Long2002-02-131-0/+4
* Add support for the Linksys WMP-11, Prism 2.5, PCI adaptor.Brooks Davis2002-02-122-76/+147
* Add support for the Cenatek Rocket Drive.Søren Schmidt2002-02-122-2/+14
* Fix buglets in the ATAPI resume code.Søren Schmidt2002-02-125-16/+26
* Major update of the ATA RAID code, part 2:Søren Schmidt2002-02-125-153/+420
* Two fixes from Jonathan Hanna:Warner Losh2002-02-121-6/+4
* Don't claim to have routed an interrupt when the method actually returned anMike Smith2002-02-122-2/+9
* Remove mbuf exhaustion warning messages; these are handled by theMike Silbersack2002-02-112-6/+0
* Remove mbuf exhaustion warning messages; these are handled by theMike Silbersack2002-02-111-6/+0
* Add support for the HighPoint HPT374 4 channel ATA chip.Søren Schmidt2002-02-112-2/+30
* Fix some bugs in the ohci driver with respect to irq setup failure.Josef Karthauser2002-02-111-3/+4
* Merge from NetBSD: revs 1.89 and 1.90.Josef Karthauser2002-02-111-0/+16
* Regenerate.Josef Karthauser2002-02-112-2/+30
* Merge from NetBSD.Josef Karthauser2002-02-112-1/+29
* Quiet a qualifier warning.Josef Karthauser2002-02-111-1/+1
* Merge from NetBSD: revs 1.55 and 1.56Josef Karthauser2002-02-111-0/+9
* Merge from NetBSD: revs 1.12 and 1.21 - 1.23Josef Karthauser2002-02-111-114/+132
* ANSIfy the function declarations, in line with NetBSD.Josef Karthauser2002-02-111-33/+8
* Merge from NetBSD: revs 1.43 + 1.45Josef Karthauser2002-02-111-5/+25
* Staticize the malloc definitions.Poul-Henning Kamp2002-02-101-2/+2
* Fill in the uhci_dump_ii function (from NetBSD).Josef Karthauser2002-02-101-6/+49
* Null interrupt handlers should be OK, so if we don't have a function,Warner Losh2002-02-101-6/+1
* o Use bus_generic_setup_intr instead of bus_setup_intr.Warner Losh2002-02-101-11/+8
* o Use INTR_TYPE_AV (the highest possible) rather than INTR_TYPE_BIOWarner Losh2002-02-101-7/+51
* Boot verbosify printing the CIS, since we don't normally need to do that.Warner Losh2002-02-092-8/+2
* Make unsupported memory range message bootverbose onlyWarner Losh2002-02-091-4/+7
* Remove bogus range restrictions that attempted to restrict the rangeWarner Losh2002-02-081-14/+30
* Remove DETACH_NOWARNWarner Losh2002-02-071-1/+0
* Get rid of the bogus DETACH_NOWARN and don't warn when asked to detachWarner Losh2002-02-071-4/+3
* Make LINT compile after fruitless attempts to get the authorsJulian Elischer2002-02-064-3/+9
* Don't attach to Dell PERC2/QC cards that have a firmware rev of 1.x. ThisScott Long2002-02-064-0/+51
* Correctly identify the Intel 82830 AGP bridge.Benno Rice2002-02-051-0/+3
* Add support for the Aztech 2320 chip.Thomas Gellekum2002-02-051-0/+45
* - Do not hang if the resource allocation fails.Seigo Tanimura2002-02-051-19/+28
* Get rid of the twisted MFREE() macro entirely.Matthew Dillon2002-02-053-25/+23
* + A variety of 23XX changes:Matt Jacob2002-02-0410-56/+219
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-0418-2044/+2254
* Default debugging to OFF now.Warner Losh2002-02-044-5/+2
* Supported C-NET(98)P2 PnP mode.Yoshihiro Takahashi2002-02-041-15/+27
* Remove mbuf exhaustion warning messages; these are handled by theMike Silbersack2002-02-041-4/+0