index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pcmcia
/
if_xe.c
Age
Commit message (
Expand
)
Author
2008-10-03
Merge xe_ether_ioctl() into xe_ioctl() which was just a handler for
Brad Smith
2007-09-11
KNF
Gilles Chehade
2007-09-07
sprinkle some M_ZERO love.
Federico G. Schwindt
2007-06-06
do not include ipx headers (were not needed in the first place)
Henning Brauer
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-11-23
use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...
Michael Shalayeff
2005-11-09
splimp -> splnet
Brad Smith
2005-06-08
remove netns crud.
Henning Brauer
2005-01-27
Use pcmcia_intr_string() for printing the irq (or error) string.
Todd C. Miller
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2003-10-22
typos from Tom Cosgrove;
Jason McIntyre
2003-02-11
be consistant on Hz vs hz
Michael Shalayeff
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-08-17
quieten pcmcia/cardbus interrupt handling at unsuspend time
Theo de Raadt
2001-07-08
Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN
Federico G. Schwindt
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-25
ether_input_mbuf() conversion.
Federico G. Schwindt
2001-06-23
Remove repeated ethernet constants; use if_ether.h for it instead.
Federico G. Schwindt
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2000-10-16
Use mii_attach() directly instead of mii_phy_probe().
Aaron Campbell
2000-08-26
Add support for detach of xe and aue.
Nathan Binkert
2000-06-02
make sure we are writing to the correct page; fixes a subtle bug which
Brandon Creighton
2000-04-24
use mii_detach, now xe detach/attach rocks again
Niklas Hallqvist
2000-04-24
Fix promiscuous mode (from martin@crt.se). Style nits. Do not look at
Niklas Hallqvist
2000-04-24
Do not unmap CCR before using them for the last time
Niklas Hallqvist
2000-02-02
Call xxx_init and xxx_stop on activate.
Federico G. Schwindt
2000-02-01
Enable Intel EE PRO; still need to find a working phy.
Federico G. Schwindt
1999-09-16
Do not try to output when there is no space in the FIFO, optimize too
Niklas Hallqvist
1999-08-13
Use macros defined in pcmciavar.h.
Federico G. Schwindt
1999-08-09
XEF_CE3 cards w/o modem are XEF_MOHAWK too.
Federico G. Schwindt
1999-08-08
Explicitly set ifq_maxlen, ifinit does not get its hand on interfaces
Niklas Hallqvist
1999-08-08
Add detaching support to networking pcmcia cards
Niklas Hallqvist
1999-07-26
shrink code, cleanup port printouts, repairs various comments
Theo de Raadt
1999-05-19
Make autoneg at boot work. some indent.
Niklas Hallqvist
1999-05-18
indent nit
Niklas Hallqvist
1999-05-18
Xircom ethernet, with some rough ends still, but it can do 100Mbit if tickled.
Niklas Hallqvist