summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/pcmcia.c
AgeCommit message (Collapse)Author
2000-06-28Don't call the drivers' xxx_activate() function directly -- use the systemAaron Campbell
config_activate() and config_deactivate() routines instead. This way, the DVF_ACTIVE bit gets updated appropriately.
2000-04-28Disable framework for recognition of CIS-less cards, several other matchNiklas Hallqvist
functions in the tree does not cope well. Since we have no driver for any CIS-less cards, this disabling does not take away functionality, it only removes a strcmp panic in the pcmcia probes.
2000-04-24wait just a bit for enabling to settle, fixes pccom on an xeNiklas Hallqvist
when using the faster cardbus mode of the PCI1131 chip
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic.
2000-02-05if card has an activate function, call it on apm power changesTheo de Raadt
1999-08-16remove space.Federico G. Schwindt
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-08-16Fix typo.Federico G. Schwindt
1999-08-16even nicerTheo de Raadt
1999-08-16repair output of pcmcia_print() to match pciprint() and others; fgsch and ITheo de Raadt
1999-08-08Support detaching. Support CIS-less cards. Style police.Niklas Hallqvist
1999-07-30pretty print manufacturer and product for unknown devicesTheo de Raadt
1999-07-01Forgotten changes needed by the Xircom driver. Includes acceptanceNiklas Hallqvist
of config-less functions, lowering of some splhighs to spltty and some stylistic changes
1999-07-01This should fix the problem reported by mickey@.Federico G. Schwindt
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