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
/
pcmcia
/
wdc_pcmcia.c
Age
Commit message (
Expand
)
Author
2012-10-08
Revamp the sequences for suspend/hibernate -> resume so that the code
Theo de Raadt
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2011-05-09
Refactor queue allocation and initialization into a wdc_alloc_queue()
Matthew Dempsky
2011-03-31
- use nitems(); no binary change.
Jasper Lievisse Adriaanse
2010-08-31
Add DVACT_QUIECE support. This is called before splhigh() and before
Theo de Raadt
2010-08-30
Convert the pcmcia power hook to an activate function. Then change the
Theo de Raadt
2010-08-29
wdcactivate() can go since it is just a wrapper around
Theo de Raadt
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-04-26
Prevent panic upon detach if the device didn't fully attach.
Mark Kettenis
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2005-01-27
Use pcmcia_intr_string() for printing the irq (or error) string.
Todd C. Miller
2005-01-11
Pass device names on intr_establish() call, other drivers need this too.
Dale Rahn
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-17
quieten pcmcia/cardbus interrupt handling at unsuspend time
Theo de Raadt
2001-06-12
Add Archos MiniCD (comes with some Toshiba laptops). ok csapuntz,fgsch
David Leonard
2001-01-29
Add wdc_print_current_modes to print current transfer modes set on the
Constantine Sapuntzakis
2000-04-24
Do not unmap CCR before using them for the last time
Niklas Hallqvist
2000-04-10
Added support for wd detach (merge from NetBSD). Support for
Constantine Sapuntzakis
2000-02-01
New prods; use defines where available; rearrange some entries.
Federico G. Schwindt
1999-10-09
wdc layer work:
Constantine Sapuntzakis
1999-08-16
manufacturer and product are 16 bits, 0xffff is the special case
Theo de Raadt
1999-07-26
shrink code, cleanup port printouts, repairs various comments
Theo de Raadt
1999-07-21
change how this prints
Theo de Raadt
1999-07-21
Shorter IBM portable cdrom string.
Federico G. Schwindt
1999-07-20
Add wdc pcmcia controller. As the other new ATA code, it needs to be
Federico G. Schwindt