summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Rearrange the probe a bit, hopefully this will help to eleminatesos2000-08-164-145/+145
* open_drive:grog2000-08-161-16/+21
* Add another USR modem.peter2000-08-151-0/+1
* awictl configuration interface is never used and now it is replaced byonoe2000-08-141-72/+0
* Add support for WEP functionality.onoe2000-08-144-369/+1629
* This file contains a shim just for NetBSD, and not used in FreeBSD at all.onoe2000-08-141-445/+0
* Newbusify ed driver.tanimura2000-08-143-389/+482
* This patch appears to solve the problems with recording resultingnsayer2000-08-131-4/+13
* CAM, the module: scbus, da, cd, and st wrapped in one module.n_hibma2000-08-131-0/+3
* From NetBSD:n_hibma2000-08-132-22/+52
* Add more CDC defines.n_hibma2000-08-131-1/+10
* Fake the Power On command on the virtual hub.n_hibma2000-08-131-1/+4
* Fix off by one error in track# calculation.sos2000-08-131-4/+4
* Fix a bug brought to light by the people working on SMPng. I don't quitewpaul2000-08-111-1/+11
* Fix indentation ruined by previous commit.n_hibma2000-08-111-10/+10
* Define get_memory_offset methodimp2000-08-111-0/+7
* Backout the tsleep on probe, it breaks in resume mode as tsleepsos2000-08-111-4/+1
* Add support for accessing individual tracks on a CD.sos2000-08-111-5/+31
* Fix the ICH2 ATA100 support, and proberly downgrade the chip setup whensos2000-08-101-13/+10
* Missed a step when activating the solo driver.nsayer2000-08-091-1/+1
* change irq handling slightlycg2000-08-091-11/+4
* MFS: module macro changescg2000-08-091-8/+0
* Finally got my brain around what a SIM UNIT number is and how it differsn_hibma2000-08-091-2/+7
* Avoid a '"fd" is usurping ...' message.n_hibma2000-08-091-1/+5
* A couple of cosmetic fixes, plus a biggie: When checking the DMAnsayer2000-08-091-3/+18
* MFS: sync with peter's isadma fixupcg2000-08-091-4/+6
* activate via82c686 audio drivercg2000-08-091-1/+1
* new driver: via 82c686 chipset audiocg2000-08-092-0/+762
* warn if hwptr goes backwardscg2000-08-092-1/+8
* MF4: fix style(9) whitespace breakage.peter2000-08-081-3/+3
* Fix braino in the tsleep call, ata_delayed_attach might be a NULLsos2000-08-081-1/+1
* Fix some warnings. Here are more part-time volatiles - ie: data thatpeter2000-08-071-3/+3
* Close PR 20438. Make fix for preserving LED settings conditional onwpaul2000-08-071-3/+7
* Save and restore the registers SOF and FRAMENUMBER on suspend. In somen_hibma2000-08-072-5/+15
* Regen.n_hibma2000-08-062-7/+30
* New idsn_hibma2000-08-061-0/+4
* Some new ids, from NetBSDn_hibma2000-08-061-1/+2
* Add experimental code for ATA100 support on:sos2000-08-063-64/+199
* Use tsleep instead od DELAY in probe when not in boot.sos2000-08-061-1/+4
* fix the staticy sound issuecg2000-08-061-154/+140
* Remove sequence checking in the burner support.sos2000-08-062-49/+4
* Be a bit more restrictive in using multisector transfers.sos2000-08-061-4/+6
* Finally make the module dependencies work. kern_linker.c now allowsn_hibma2000-08-042-25/+20
* *smack* #if 0, not #ifdef 0.wpaul2000-08-041-1/+1
* The check_extport() function appears to have some new code in it that checkswpaul2000-08-041-0/+7
* Add support for 2.x/3.x firmware adapters which are too old to have amsmith2000-08-042-2/+9
* Add a comment as to where stdarg.h applies.mjacob2000-08-031-1/+1
* Use <machine/stdarg.h> instead of <stdarg.h> so that this will compile.jhb2000-08-031-1/+1
* Simplex devices will always report EBUSY on 2nd (and subsequent)nsayer2000-08-021-1/+1
* 1. Increase the size of the DMA buffer.nsayer2000-08-021-11/+32
OpenPOWER on IntegriCloud