summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/pcmcia_cis.c
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-11Check result from malloc(9) when using M_NOWAIT. fgsch@ okThomas Nordin
2000-06-06* correct some length checkings based on the specs; still a few to fix.Federico G. Schwindt
* add 1 to number of memspaces since MS_COUNT it's minus 1. * print the correct function type in case of IOBUS. * clean cfe->flags if intface is present
2000-05-29OR the values in misc within cftable entry; in iospace, irq and miscFederico G. Schwindt
clean the flags before checking for particular capabilities. this is needed because we use a template that might end messing the flags.
1999-05-16Treat CIS functions a bit different as Xircom devices order the tuples aNiklas Hallqvist
bit backwards
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.