summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Undo some of my own damage. With this patch, it appears that bothnsayer2000-08-021-16/+17
* Add support for the Netgear GA620T copper gigabit card.wpaul2000-08-022-1/+8
* Add call to bus_generic_attach() at the end of sk_attach(). It turns out thatwpaul2000-08-021-0/+2
* Grrrr. Add definition for DC_WDOG_CTLWREN. I made this change yesterdaywpaul2000-08-021-0/+1
* Fix channel 1 playback the rest of the way. There are a couple ofnsayer2000-08-021-2/+2
* Get playback on channel 1 closer to working. 8 bit samples work.nsayer2000-08-021-11/+16
* Fix channel 1, sort of. recording now generates IRQs and the outputnsayer2000-08-021-2/+8
* Sync with NetBSD:n_hibma2000-08-011-206/+91
* Apply patch supplied by John Hood <jhood@sitaranetworks.com> to fix problemswpaul2000-08-011-2/+13
* Add in macros && masks so that mailbox command errors can bemjacob2000-08-011-0/+3
* Major whacking for core version 2.0. A major motivator for 2.0 and thesemjacob2000-08-011-938/+980
* Core version 2.0 rewrite. In this file we replace isp_tdebug withmjacob2000-08-011-118/+104
OpenPOWER on IntegriCloud