summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/pcmcia.c
AgeCommit message (Collapse)Author
1999-05-27Revert accidentally committed stuffNiklas Hallqvist
1999-05-27A Sound+SCSI cardNiklas Hallqvist
1999-03-04" quote in pcmcia_printTheo de Raadt
1999-01-28Add support for:Federico G. Schwindt
- 3COM 3CXEM556 (Ethernet/Modem) - SVEC Combo and Lancard - Corega PCC-T Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies. Add more products to pcmciadevs. Correctly read 1 controller if CL-PD6729. Remove some unused vars.
1998-09-11PCMCIA code ported from NetBSD.Federico G. Schwindt
Support for aic, ep, pccom and sm.
1997-08-19- add wavelan files in files.pcmciaAngelos D. Keromytis
- accept version 5.0 from the card as legal - fix the mapping (pcmcia.c, pcmcia_read_cis())
1997-04-17Minor KNF + $OpenBSD$Niklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-16type deathTheo de Raadt
1996-05-07convert to machine/bus.hTheo de Raadt
1996-05-03prettier printf messagesTheo de Raadt
1996-04-29Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA workhvozda
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]).
1996-01-26Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo).hvozda
Also a example kernel demonstrating how to configure PCMCIA devices.
1996-01-15ISA <-> PCMCIA glue for PCMCIA support.hvozda