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
/
ic
/
fxp.c
Age
Commit message (
Collapse
)
Author
2001-04-06
Move offsetof define into sys/param.h
Constantine Sapuntzakis
2001-03-22
Reformat comment.
Angelos D. Keromytis
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-09-17
Support detach of fxp devices to allow ejection of Intel CardBus adapters.
Aaron Campbell
2000-08-02
No need to include pci header files here.
Aaron Campbell
2000-07-20
Convert to new timeouts. (art@ ok)
Hakan Olsson
2000-06-03
remove fxp_ether_ioctl(), and move it's processing to fxp_ioctl().
Jason Wright
2000-04-27
Whoops
Chris Cappuccio
2000-04-27
Fix SIOCSIFMTU
Chris Cappuccio
2000-04-26
Turn on a bit (for 82558/82559 only) which disables the chip's
Chris Cappuccio
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@
2000-04-26
After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer
Aaron Campbell
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp
2000-04-18
split fxp into bus independent and dependent (pci) parts (cardbus to come)
Jason Wright