summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Collapse)Author
2001-04-08addtron card has prism2 in it, it's justthat cis was not given properlyMichael Shalayeff
2001-04-08regenMichael Shalayeff
2001-04-08correct cis for addtronMichael Shalayeff
2001-04-08correct wi_write_record(); from freebsd; pointed out by Alfred Perlstein ↵Michael Shalayeff
<bright@wintelcom.net>
2001-04-06Match the Cisco Aironet 350 card; from NetBSD.Aaron Campbell
2001-04-06regenAaron Campbell
2001-04-06Add Cisco Aironet 350; from NetBSD.Aaron Campbell
2001-04-04match on a few more cards, prism2 support; aaron@ ok; from NetBSDMichael Shalayeff
2001-03-31Add support for GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-31regenAaron Campbell
2001-03-31Recognize a GVC NIC-2000BT Ethernet adapter.Aaron Campbell
2001-03-29Add MII support to NE2000 PCMCIA driver. Both the Netgear FA410TXC andAaron Campbell
New Media LiveWire Fast Ethernet adapters now work after these changes, although the Netgear card still requires media to be set manually.
2001-03-29regenAaron Campbell
2001-03-29Recognize Netgear FA410TXC Fast Ethernet adapter.Aaron Campbell
2001-03-28Move code to set sc_frequency out of #ifdef notyet since we now need it.Todd C. Miller
From deraadt@
2001-03-27regenPeter Galbavy
2001-03-27Add an old 'ne' compatible card from Greycell and the matching dataPeter Galbavy
to if_ne_pcmcia.c. OK mickey@
2001-03-27regenMichael Shalayeff
2001-03-27just found another oneMichael Shalayeff
2001-03-27regenMichael Shalayeff
2001-03-27a few more if_wi-compatible devicesMichael Shalayeff
2001-03-23regenMichael Shalayeff
2001-03-23a few more wavelans, from nbsdMichael Shalayeff
2001-03-19DELAY(1) is nicer than DELAY(10), multiply loop counter by 10 due to that.Niklas Hallqvist
2001-03-19Sniffed glue. Reinstate Mickey's time-bound loops but fixNiklas Hallqvist
the race in wi_inquire that made them stall machines for up to 500ms. Also lower the maximum wait-time for commands to 50ms, and check for actually timed out commands in wi_inquire.
2001-03-17mickey has been sniffing glueTheo de Raadt
2001-03-13regenMichael Shalayeff
2001-03-13SaramNcom(nanospeed) NS-1100M (uses PRISM2); from Hiroki Nakano ↵Michael Shalayeff
<cas@trans-nt.com>
2001-03-13aaron@ called for an order!Michael Shalayeff
2001-03-12Adjust the way that media is initialized on DP8390-compatibles; from NetBSD.Aaron Campbell
The dp8390_softc now has media_init and media_fini function pointers that do the work. fgsch@ ok
2001-03-11make those loops time-bound, space policeMichael Shalayeff
2001-02-27Half support for this D-Link DFE-650 model that has completely differentFederico G. Schwindt
vendor; from kart@hal-pc.org.
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-14another ne2k, from markus@Michael Shalayeff
2001-02-14regenMichael Shalayeff
2001-02-14another ne2k from markus@Michael Shalayeff
2001-01-29const match tableMichael Shalayeff
2001-01-29Add wdc_print_current_modes to print current transfer modes set on theConstantine Sapuntzakis
devices. Print after attach in wdc_isa, wdc_isapnp, wdc_pcmcia. pciide_print_modes rewritten to use wdc_print_current_modes. Disable wdc_print_caps since it's not as useful. Inspired by NetBSD. Thanks to Dale and Theo for pointing out this improvement.
2001-01-26regenMichael Shalayeff
2001-01-26alphabetize cis-only vendor listMichael Shalayeff
2001-01-26match on zoom air-4000, as it has been reported by Ian Cass ↵Michael Shalayeff
<ian.cass@knowledge.com>
2001-01-26regenMichael Shalayeff
2001-01-26zoom air-4000; from Ian Cass <ian.cass@knowledge.com>Michael Shalayeff
2001-01-22nobody has base station for fh, and this was not ever discussed, bad angelosMichael Shalayeff
2001-01-17Fix breakage from revision 1.20 that freaked my WaveLAN out.Aaron Campbell
2001-01-16match on elsa xi300; from netbsd, no other visible changes in the driverMichael Shalayeff
2001-01-16regenMichael Shalayeff
2001-01-16Elsa products; from netbsdMichael Shalayeff
2001-01-14Run wi_init() after setting/unsetting IFF_PROMISC (or any other flags,Angelos D. Keromytis
for that matter).
2001-01-11Newline at end of debug printf.Angelos D. Keromytis