summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_xe.c
AgeCommit message (Expand)Author
2008-10-03Merge xe_ether_ioctl() into xe_ioctl() which was just a handler forBrad Smith
2007-09-11KNFGilles Chehade
2007-09-07sprinkle some M_ZERO love.Federico G. Schwindt
2007-06-06do not include ipx headers (were not needed in the first place)Henning Brauer
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-11-09splimp -> splnetBrad Smith
2005-06-08remove netns crud.Henning Brauer
2005-01-27Use pcmcia_intr_string() for printing the irq (or error) string.Todd C. Miller
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-10-22typos from Tom Cosgrove;Jason McIntyre
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-17quieten pcmcia/cardbus interrupt handling at unsuspend timeTheo de Raadt
2001-07-08Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLENFederico G. Schwindt
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-25ether_input_mbuf() conversion.Federico G. Schwindt
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
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