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