summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-01Rename:thorpej
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-11-27There are some cards that map the ATA control and IDE DMA registersfvdl
2003-11-21Code enabled by option AUDIO_DEBUG exhibited undefined behavior andgson
2003-11-07Replace home-grown locks with lockmgr().mycroft
2003-10-30Remove some assigned-to but otherwise unused variables.simonb
2003-10-29Recode the probe slightly to remove a bogus initializer.mycroft
2003-10-27uninitialized variables.chs
2003-10-25Fix uninitialized variable warningschristos
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-10-03Ready the kernel side of i4b for primary rate interface support bypooka
2003-09-29constify a littlejdolecek
2003-09-27Fix a non-fatal race condition.mycroft
2003-09-25Hide the use of config_interrupts() in one place.mycroft
2003-09-25Modify the fdcattach() interface again, splitting it into two parts, so thatmycroft
2003-09-25Do fd probing after interrupts are enabled, and use tsleep() for delays.mycroft
2003-09-23Small changes -- if your controller clears DRV_BUSY when recalibrate completes,mycroft
2003-09-23Fix more probe delay and/or failure problems:mycroft
2003-09-21Since we can't detect ghost drives in the wdc back-end, resurectbouyer
2003-09-191) Use config_interrupts() to attach IDE and ATAPI drives. This eliminatesmycroft
2003-09-05Several changes to eliminate bogus controllers and sockets from being found:mycroft
2003-09-02If the frontend passes in sc->irq=0, set PCIC_INTR_ENABLE. Also, don't clearmycroft
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-04avoid the pruned type gcc-3.x warning.christos
2003-07-14add missing __KERNEL_RCSID()lukem
2003-07-08function prototype must not have variable nameitojun
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-12nuke unnecessary #include <sys/dkstat.h>drochner
2003-06-02Driver for GPIB controllers boards based on the uPD7210 GPIB controller,gmcgarry
2003-05-14create, not craete.wiz
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-09A few ISA sound drivers like to share dma channels, and hence deferredfvdl
2003-05-05Move definition of ISA_DMA_BOUNCE_THRESHOLD to dev/isa/isareg.h.fvdl
2003-05-03DMA, not dma nor Dma.wiz
2003-04-20PR/6362: der Mouse: /dev/speaker octave-tracking goes out of rangechristos
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2003-04-03avoid stupid printfs during probechristos
2003-04-03avoid stupid printfs during probe when debugging is on.christos
2003-03-22No reason to malloc channel_queue, put it in the softc instead. Clean upmatt
2003-03-03The DMA support here never worked, so yank it out.mycroft
2003-02-26Make this work as fdisa again on the Atari/Milan.leo
2003-02-25Add missing splbio() protecting of bufpool access. Add a clarifyingthorpej
2003-02-25Add a new BUF_INIT() macro which initializes b_dep and b_interlock, andthorpej
2003-02-23Remove assigned-to but not used variable.simonb
2003-02-05Remove unused variable.pk
2003-02-05Make the buffer cache code MP-safe.pk