summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/wdc_isa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* isa(4) is an indirect bus, which means that drivers that attach to itmatthew2011-06-201-2/+2
* Refactor queue allocation and initialization into a wdc_alloc_queue()matthew2011-05-091-4/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Remove ifdef/ifndef __OpenBSD__ maze so only what we use is left.jsg2006-08-261-57/+12
* Provide explicit function argument declarations.miod2004-01-151-1/+2
* Merge an old fix from NetBSD:grange2003-10-171-3/+4
* Final __P removal plus some cosmetic fixupsmillert2002-03-141-4/+4
* First round of __P removal in sysmillert2002-03-141-8/+8
* Minor mods to DMA interface - get rid of unnecessary args. Allow DMA functions to return status flags.csapuntz2001-03-251-6/+5
* Add wdc_print_current_modes to print current transfer modes set on thecsapuntz2001-01-291-1/+2
* chp->wdc can be NULL on probe.csapuntz2000-07-201-1/+5
* wdc layer work:csapuntz1999-10-091-2/+1
* Make IDE compile on alpha again:niklas1999-08-051-3/+19
* Fix isa_dmamap_* calls to take the correct first argument.csapuntz1999-07-221-7/+21
* Import of NetBSD ATA/IDE stuff.csapuntz1999-07-181-0/+235