summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/pcmciavar.h
AgeCommit message (Expand)Author
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-08-05correct io base/limit registers handling. from mycroft. only affectsFederico G. Schwindt
2005-01-27Add pcmcia_intr_string() to format the intr string for pcmcia attachTodd C. Miller
2002-11-19Use queue.h macros instead of using the structure names directly.Jason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-02remove doubled #define; openbsd@davidkrause.comTheo de Raadt
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-08-08Support detaching. Support CIS-less cards. Style police.Niklas Hallqvist
1999-07-20Add wdc pcmcia controller. As the other new ATA code, it needs to beFederico G. Schwindt
1999-05-27Revert accidentally committed stuffNiklas Hallqvist
1999-05-27A Sound+SCSI cardNiklas Hallqvist
1999-01-28Add support for:Federico G. Schwindt
1998-09-11PCMCIA code ported from NetBSD.Federico G. Schwindt
1997-11-07$OpenBSD$Niklas Hallqvist
1997-03-01Corrected ISA memory mapping errors that caused PCMCIA to be broken.Niklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda