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
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