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
/
pci
/
if_xge.c
Age
Commit message (
Expand
)
Author
2006-05-28
- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.
Brad Smith
2006-05-28
unknown ioctl is ENOTTY not EINVAL
Jason Wright
2006-05-27
remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a few
Brad Smith
2006-05-26
rename jumbo mtu to if_hardmtu; ok brad reyk
Theo de Raadt
2006-05-20
set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where
Brad Smith
2006-05-15
add a shutdown hook.
Brad Smith
2006-05-14
only call init if not running.
Brad Smith
2006-05-14
set the multicast filter in xge_init().
Brad Smith
2006-05-14
set the maximum MRU by default.
Brad Smith
2006-05-14
account for interrupts in the interrupt handler.
Brad Smith
2006-05-14
re-enable link up/down messages because they spray a lot right now
Theo de Raadt
2006-05-14
comment out link up/down printf's.
Brad Smith
2006-05-13
use the PCI id from pcireg.h
Brad Smith
2006-05-13
add the PCI id and minimal changes necessary for the Xframe-II, according
Brad Smith
2006-05-01
always call xge_init() here, for the time being.
Brad Smith
2006-05-01
OpenBSD-ify the attach function printf's.
Brad Smith
2006-05-01
initial port of a driver for the Neterion Xframe-I 10Gb Ethernet adapter.
Brad Smith