summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
2000-06-26Make the Linksys Combo PCMCIA EthernetCard (EC2T) work again; it was broken byAaron Campbell
2000-06-26syncAaron Campbell
2000-06-26Add a PCMCIA_CIS entry for the Linksys Combo PCMCIA EthernetCard EC2T.Aaron Campbell
2000-06-23Pass the correct sizeo() to cfattach struct so we don't panic on detach.Aaron Campbell
2000-06-20KNFTodd T. Fries
2000-06-20Almost make a Megahertz card working, still rx probs thoughNiklas Hallqvist
2000-06-20some more esp devicesNiklas Hallqvist
2000-06-20regenNiklas Hallqvist
2000-06-20esp SCSI devicesNiklas Hallqvist
2000-06-19xe needs ifmediaFederico G. Schwindt
2000-06-19Uncomment esp out now that the driver is in the tree.Federico G. Schwindt
2000-06-19Add pcmcia attachment of esp; from NetBSD.Federico G. Schwindt
2000-06-19Insert missing splx(); me and roberto@ns2.freenix.org.Aaron Campbell
2000-06-18indentAaron Campbell
2000-06-12esp support; commented out by now till i check the other archs.Federico G. Schwindt
2000-06-06* correct some length checkings based on the specs; still a few to fix.Federico G. Schwindt
2000-06-06add some tuples from pc card standard 7.0; remove outdated comment.Federico G. Schwindt
2000-06-02make sure we are writing to the correct page; fixes a subtle bug whichBrandon Creighton
2000-05-30Changes from NetBSD:Federico G. Schwindt
2000-05-29OR the values in misc within cftable entry; in iospace, irq and miscFederico G. Schwindt
2000-05-29Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD.Aaron Campbell
2000-05-29syncFederico G. Schwindt
2000-05-29new products.Federico G. Schwindt
2000-05-24properly configure multicast table.Jun-ichiro itojun Hagino
2000-05-18cleanup ifdefs and remove static for ray_update_siglev()Michael Shalayeff
2000-04-29make bus_space_region* w/o extra functions, seem to work ok for usMichael Shalayeff
2000-04-28Disable framework for recognition of CIS-less cards, several other matchNiklas Hallqvist
2000-04-25sync unknown list with reality; minor changes.Federico G. Schwindt
2000-04-24use mii_detach, now xe detach/attach rocks againNiklas Hallqvist
2000-04-24Fix promiscuous mode (from martin@crt.se). Style nits. Do not look atNiklas Hallqvist
2000-04-24revived by mistakeNiklas Hallqvist
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-04-24wait just a bit for enabling to settle, fixes pccom on an xeNiklas Hallqvist
2000-04-243C1 and 3CCFEM556BI (this one uses boomerang chipset, so no support yet);Federico G. Schwindt
2000-04-24syncFederico G. Schwindt
2000-04-24new prods; rearrange.Federico G. Schwindt
2000-04-19new products; rearrange.Federico G. Schwindt
2000-04-19syncFederico G. Schwindt
2000-04-19New products from NetBSD; remove duplicated entry.Federico G. Schwindt
2000-04-10Added support for wd detach (merge from NetBSD). Support forConstantine Sapuntzakis
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
2000-04-04regenMichael Shalayeff
2000-04-04new cards supported by if_awi (new coming soon); also extraneous spaces removedMichael Shalayeff
2000-04-03aironet 802.11 ds driver from freebsd, isa and pci are missingMichael Shalayeff
2000-03-29ifmedia for rayMichael Shalayeff
2000-03-27don't include rcsid in compileJason Wright
2000-03-23new timeout code from netbsd; also remove trailing spaces and tabs, spaces in...Michael Shalayeff
2000-03-22raytheon/webgear ieee 802.11 FH wireless ethernet, from Christian E. Hopps, f...Michael Shalayeff
2000-02-11Turn iff debugging code in attach, prolong a delay timer that made certainNiklas Hallqvist
2000-02-05if card has an activate function, call it on apm power changesTheo de Raadt