summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_xe.c
AgeCommit message (Expand)Author
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-08-26Add support for detach of xe and aue.Nathan Binkert
2000-06-02make sure we are writing to the correct page; fixes a subtle bug whichBrandon Creighton
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-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-02-02Call xxx_init and xxx_stop on activate.Federico G. Schwindt
2000-02-01Enable Intel EE PRO; still need to find a working phy.Federico G. Schwindt
1999-09-16Do not try to output when there is no space in the FIFO, optimize tooNiklas Hallqvist
1999-08-13Use macros defined in pcmciavar.h.Federico G. Schwindt
1999-08-09XEF_CE3 cards w/o modem are XEF_MOHAWK too.Federico G. Schwindt
1999-08-08Explicitly set ifq_maxlen, ifinit does not get its hand on interfacesNiklas Hallqvist
1999-08-08Add detaching support to networking pcmcia cardsNiklas Hallqvist
1999-07-26shrink code, cleanup port printouts, repairs various commentsTheo de Raadt
1999-05-19Make autoneg at boot work. some indent.Niklas Hallqvist
1999-05-18indent nitNiklas Hallqvist
1999-05-18Xircom ethernet, with some rough ends still, but it can do 100Mbit if tickled.Niklas Hallqvist