aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add another USR modem.Peter Wemm2000-08-151-0/+1
* awictl configuration interface is never used and now it is replaced byAtsushi Onoe2000-08-141-72/+0
* Add support for WEP functionality.Atsushi Onoe2000-08-144-369/+1629
* This file contains a shim just for NetBSD, and not used in FreeBSD at all.Atsushi Onoe2000-08-141-445/+0
* Newbusify ed driver.Seigo Tanimura2000-08-143-389/+482
* This patch appears to solve the problems with recording resultingNick Sayer2000-08-131-4/+13
* CAM, the module: scbus, da, cd, and st wrapped in one module.Nick Hibma2000-08-131-0/+3
* From NetBSD:Nick Hibma2000-08-132-22/+52
* Add more CDC defines.Nick Hibma2000-08-131-1/+10
* Fake the Power On command on the virtual hub.Nick Hibma2000-08-131-1/+4
* Fix off by one error in track# calculation.Søren Schmidt2000-08-131-4/+4
* Fix a bug brought to light by the people working on SMPng. I don't quiteBill Paul2000-08-111-1/+11
* Fix indentation ruined by previous commit.Nick Hibma2000-08-111-10/+10
* Define get_memory_offset methodWarner Losh2000-08-111-0/+7
* Backout the tsleep on probe, it breaks in resume mode as tsleepSøren Schmidt2000-08-111-4/+1
* Add support for accessing individual tracks on a CD.Søren Schmidt2000-08-111-5/+31
* Fix the ICH2 ATA100 support, and proberly downgrade the chip setup whenSøren Schmidt2000-08-101-13/+10
* Missed a step when activating the solo driver.Nick Sayer2000-08-091-1/+1
* change irq handling slightlyCameron Grant2000-08-091-11/+4
* MFS: module macro changesCameron Grant2000-08-091-8/+0
* Finally got my brain around what a SIM UNIT number is and how it differsNick Hibma2000-08-091-2/+7
* Avoid a '"fd" is usurping ...' message.Nick Hibma2000-08-091-1/+5
* A couple of cosmetic fixes, plus a biggie: When checking the DMANick Sayer2000-08-091-3/+18
* MFS: sync with peter's isadma fixupCameron Grant2000-08-091-4/+6
* activate via82c686 audio driverCameron Grant2000-08-091-1/+1
* new driver: via 82c686 chipset audioCameron Grant2000-08-092-0/+762
* warn if hwptr goes backwardsCameron Grant2000-08-092-1/+8
* MF4: fix style(9) whitespace breakage.Peter Wemm2000-08-081-3/+3
* Fix braino in the tsleep call, ata_delayed_attach might be a NULLSøren Schmidt2000-08-081-1/+1
* Fix some warnings. Here are more part-time volatiles - ie: data thatPeter Wemm2000-08-071-3/+3
* Close PR 20438. Make fix for preserving LED settings conditional onBill Paul2000-08-071-3/+7
* Save and restore the registers SOF and FRAMENUMBER on suspend. In someNick Hibma2000-08-072-5/+15
* Regen.Nick Hibma2000-08-062-7/+30
* New idsNick Hibma2000-08-061-0/+4
* Some new ids, from NetBSDNick Hibma2000-08-061-1/+2
* Add experimental code for ATA100 support on:Søren Schmidt2000-08-063-64/+199
* Use tsleep instead od DELAY in probe when not in boot.Søren Schmidt2000-08-061-1/+4
* fix the staticy sound issueCameron Grant2000-08-061-154/+140
* Remove sequence checking in the burner support.Søren Schmidt2000-08-062-49/+4
* Be a bit more restrictive in using multisector transfers.Søren Schmidt2000-08-061-4/+6
* Finally make the module dependencies work. kern_linker.c now allowsNick Hibma2000-08-042-25/+20
* *smack* #if 0, not #ifdef 0.Bill Paul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checksBill Paul2000-08-041-0/+7
* Add support for 2.x/3.x firmware adapters which are too old to have aMike Smith2000-08-042-2/+9
* Add a comment as to where stdarg.h applies.Matt Jacob2000-08-031-1/+1
* Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.John Baldwin2000-08-031-1/+1
* Simplex devices will always report EBUSY on 2nd (and subsequent)Nick Sayer2000-08-021-1/+1
* 1. Increase the size of the DMA buffer.Nick Sayer2000-08-021-11/+32
* Undo some of my own damage. With this patch, it appears that bothNick Sayer2000-08-021-16/+17
* Add support for the Netgear GA620T copper gigabit card.Bill Paul2000-08-022-1/+8