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