aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Regen.Masahide MAEKAWA2000-09-052-2/+9
* Add product ID (Prolific ATAPI-4 Bridge Controller).Masahide MAEKAWA2000-09-051-0/+1
* Regen.Nick Hibma2000-09-052-4/+264
* Fix typo'sNick Hibma2000-09-051-2/+2
* Loads of scanner Ids.Nick Hibma2000-09-051-1/+45
* Add ZTIA001 - Zoom Internal V90 Faxmodem.Sheldon Hearn2000-09-051-0/+1
* RegeneratePeter Wemm2000-09-052-2/+18
* When dumping the 'found devices' list in verbose mode, actually show thePeter Wemm2000-09-051-0/+2
* Support for RBC devices, like Sony Memory Sticks.Nick Hibma2000-09-041-3/+65
* Add the id for the Sony memory sticks.Nick Hibma2000-09-041-0/+4
* Add Boca K56Flex PnP modem.Sheldon Hearn2000-09-041-0/+1
* PR: kern/20895Gerard Roudier2000-09-032-26/+46
* Replace previous change by a move of a #include since something elsePeter Wemm2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatPeter Wemm2000-09-031-0/+1
* Fix warnings by moving static functions before they are used.Peter Wemm2000-09-031-39/+39
* update for phk's last devfs commitCameron Grant2000-09-021-10/+1
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-0214-69/+12
* add a missing return statement, doh.Cameron Grant2000-09-021-0/+1
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.Mitsuru IWASAKI2000-09-021-1/+1
* Bite the bullet and provde memcmp() and memset(), this will be cheaperPoul-Henning Kamp2000-09-021-16/+0
* Don't check for ohci/uhci to be loaded, check for the usb module.Nick Hibma2000-09-021-3/+2
* Define some more bits in CSR15 needed for previous change.Bill Paul2000-09-021-0/+4
* Make the blinkylights on non-MII 21143 cards work. We need to enableBill Paul2000-09-011-0/+11
* If a base address register has been set up by the BIOS, but the relevantMike Smith2000-09-011-6/+13
* Move the 'asr' driver to cdev major 154, since 97 is already taken.Mike Smith2000-09-011-1/+1
* Change the probing order priority of acpi so that acpi is probed afterMitsuru IWASAKI2000-09-011-1/+1
* change mixer api slightlyCameron Grant2000-09-0125-249/+627
* Cleanup after repo copy of sys/svr4 to sys/compat/svr4.David E. O'Brien2000-09-011-6/+6
* Add MAINTAINER tag to aid updaters in finding the responsible parties.Mike Smith2000-09-011-0/+2
* Add the 'asr' driver, supplied by Mark Salyzyn of Adaptec (nee DPT).Mike Smith2000-09-0115-0/+12186
* Remove duplicate static definition of pci_devclassPeter Wemm2000-08-311-1/+0
* Cleanup on power off code under ACPI.Mitsuru IWASAKI2000-08-311-15/+21
* Make it possible to pass boot()'s flags to shutdown_nice() so that theMike Smith2000-08-311-1/+1
* Major update to the AMI MegaRAID driver.Mike Smith2000-08-309-1131/+2502
* Add comment about why the deletion of children is necessary in detach.Warner Losh2000-08-301-0/+8
* remove stuff accidentally left in last commitCameron Grant2000-08-291-16/+0
* suspend/resume for ds1 driverCameron Grant2000-08-291-9/+51
* Refine implementation of PowerResource manipulation sub-routines.Mitsuru IWASAKI2000-08-293-119/+265
* A lot of changes on acpi driver code.Mitsuru IWASAKI2000-08-292-70/+80
* make the test for hwptr going backwards more picky- now it only triggers ifCameron Grant2000-08-291-1/+1
* Give ccd a cloning function.Poul-Henning Kamp2000-08-291-8/+32
* add devfs support. when devfs is enabled, sysctl hw.sndunit is used to setCameron Grant2000-08-291-1/+65
* add driver for forte-media fm801Cameron Grant2000-08-291-0/+743
* Many and sundry changes. Still alpha quality.Poul-Henning Kamp2000-08-291-136/+360
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-2817-216/+264
* Fix disordered arguments to bus_space_barrier().Doug Rabson2000-08-281-1/+1
* Define a pcic module versionWarner Losh2000-08-281-0/+1
* Removed detection for Voodoo Banshee and Voodoo3 cards. I forsee certainColeman Kane2000-08-282-16/+43
* remove clause 3 licenceMatt Jacob2000-08-271-7/+1
* various fixesMatt Jacob2000-08-277-241/+409