summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Collapse)Author
1999-02-03syncTheo de Raadt
1999-01-31Add support for Kingston KNE-PC2.Federico G. Schwindt
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.
1999-01-21Remove remnicients of old pcmcia code, allow both pccom & com at pcmciaNiklas Hallqvist
work again
1999-01-21Fix my com/pccom thinkoNiklas Hallqvist
1999-01-21Comment com attach since it conflicts with the i386 declaration.Federico G. Schwindt
(perhaps this should be moved to files.<arch>?)
1999-01-20pccom is i386 only, com can be attached from mi-land thoughNiklas Hallqvist
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-12-31I messed up in my last patch, thanks wim and federicoNiklas Hallqvist
1998-12-30indentTheo de Raadt
1998-12-22regenNiklas Hallqvist
1998-12-22Some extra vendors & productsNiklas Hallqvist
1998-12-21Use the iomask in a correct wayNiklas Hallqvist
1998-12-21zero alignment is not allowed. shorten some long lines.Niklas Hallqvist
1998-12-17Disable 3c574 until all the MII code required is added.Federico G. Schwindt
1998-12-04Add support for another ne2k compatible card, vendor unknown.Federico G. Schwindt
1998-11-06Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.Federico G. Schwindt
1998-11-05D-Link DE-650 has many minor versions. Be sure to use the correct one.Federico G. Schwindt
1998-10-14syncFederico G. Schwindt
1998-09-24syncTheo de Raadt
1998-09-22Support for ne2k pcmcia. This is the driver without modifications.Federico G. Schwindt
feedback time.
1998-09-19Added if_media support from NetBSD. -mojMats O Jansson
1998-09-16fix ep probe message printoutsTheo de Raadt
1998-09-14syncTheo de Raadt
1998-09-14shorten names; unwanted kernel growthTheo de Raadt
1998-09-14fix MakefilesTheo de Raadt
1998-09-12if_media support.Federico G. Schwindt
1998-09-11fix typo.Federico G. Schwindt
1998-09-11Remove unneeded files from the previous framework.Federico G. Schwindt
1998-09-11PCMCIA code ported from NetBSD.Federico G. Schwindt
Support for aic, ep, pccom and sm.
1998-08-13a proto; fgsch@olimpo.com.brTheo de Raadt
1998-03-17delete extra printTheo de Raadt
1998-03-05please GCC 2.8Niklas Hallqvist
1997-11-07$OpenBSD$Niklas Hallqvist
1997-08-20Wavelan code rolled out. It works, but there are copyleft problems.Angelos D. Keromytis
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-07-30Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD.Niklas Hallqvist
Some KNF too.
1997-07-07Removed the unused arg of comprobe1Niklas Hallqvist
1997-04-17Minor KNF + $OpenBSD$Niklas Hallqvist
1997-03-01Corrected ISA memory mapping errors that caused PCMCIA to be broken.Niklas Hallqvist
Thanks to Angelos who helped my debug this.
1996-11-30Com driver moved, still somewhat ISA-dependent though, but it willNiklas Hallqvist
improve. Pica and PCMCIA-dependent stuff factored out.
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-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-16type deathTheo de Raadt
1996-10-16unused varTheo de Raadt
1996-08-31clean for kernel and userlandTheo de Raadt
1996-05-07convert to machine/bus.hTheo de Raadt
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-03prettier printf messagesTheo de Raadt