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