summaryrefslogtreecommitdiff
path: root/sys/dev/isa/wdc_isa.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2011-06-20isa(4) is an indirect bus, which means that drivers that attach to itMatthew Dempsky
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-08-26Remove ifdef/ifndef __OpenBSD__ maze so only what we use is left.Jonathan Gray
2004-01-15Provide explicit function argument declarations.Miod Vallat
2003-10-17Merge an old fix from NetBSD:Alexander Yurchenko
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...Constantine Sapuntzakis
2001-01-29Add wdc_print_current_modes to print current transfer modes set on theConstantine Sapuntzakis
2000-07-20chp->wdc can be NULL on probe.Constantine Sapuntzakis
1999-10-09wdc layer work:Constantine Sapuntzakis
1999-08-05Make IDE compile on alpha again:Niklas Hallqvist
1999-07-22Fix isa_dmamap_* calls to take the correct first argument.Constantine Sapuntzakis
1999-07-18Import of NetBSD ATA/IDE stuff.Constantine Sapuntzakis