Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-28 | Don't call the drivers' xxx_activate() function directly -- use the system | Aaron Campbell | |
config_activate() and config_deactivate() routines instead. This way, the DVF_ACTIVE bit gets updated appropriately. | |||
2000-04-28 | Disable framework for recognition of CIS-less cards, several other match | Niklas 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-24 | wait just a bit for enabling to settle, fixes pccom on an xe | Niklas Hallqvist | |
when using the faster cardbus mode of the PCI1131 chip | |||
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron 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-05 | if card has an activate function, call it on apm power changes | Theo de Raadt | |
1999-08-16 | remove space. | Federico G. Schwindt | |
1999-08-16 | manufacturer and product are 16 bits, 0xffff is the special case | Theo de Raadt | |
1999-08-16 | Fix typo. | Federico G. Schwindt | |
1999-08-16 | even nicer | Theo de Raadt | |
1999-08-16 | repair output of pcmcia_print() to match pciprint() and others; fgsch and I | Theo de Raadt | |
1999-08-08 | Support detaching. Support CIS-less cards. Style police. | Niklas Hallqvist | |
1999-07-30 | pretty print manufacturer and product for unknown devices | Theo de Raadt | |
1999-07-01 | Forgotten changes needed by the Xircom driver. Includes acceptance | Niklas Hallqvist | |
of config-less functions, lowering of some splhighs to spltty and some stylistic changes | |||
1999-07-01 | This should fix the problem reported by mickey@. | Federico G. Schwindt | |
1999-05-27 | Revert accidentally committed stuff | Niklas Hallqvist | |
1999-05-27 | A Sound+SCSI card | Niklas Hallqvist | |
1999-03-04 | " quote in pcmcia_print | Theo de Raadt | |
1999-01-28 | Add 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-11 | PCMCIA code ported from NetBSD. | Federico G. Schwindt | |
Support for aic, ep, pccom and sm. | |||
1997-08-19 | - add wavelan files in files.pcmcia | Angelos D. Keromytis | |
- accept version 5.0 from the card as legal - fix the mapping (pcmcia.c, pcmcia_read_cis()) | |||
1997-04-17 | Minor KNF + $OpenBSD$ | Niklas Hallqvist | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-10-16 | type death | Theo de Raadt | |
1996-05-07 | convert to machine/bus.h | Theo de Raadt | |
1996-05-03 | prettier printf messages | Theo de Raadt | |
1996-04-29 | Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work | hvozda | |
(original PCMCIA framework by Stefan Grefen [grefen@convex.com]). | |||
1996-01-26 | Better config symantics (elimitates 'options PCMCIA_*'; thanks Theo). | hvozda | |
Also a example kernel demonstrating how to configure PCMCIA devices. | |||
1996-01-15 | ISA <-> PCMCIA glue for PCMCIA support. | hvozda | |