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-07-21
lower the number of TX descriptors from 8192 to 2048.
Brad Smith
2006-07-14
debug message macros.
Brad Smith
2006-06-21
use the 10Gb SR media type for now.
Brad Smith
2006-06-09
fix up the comment.
Brad Smith
2006-06-01
hide link up/down messages under XGE_DEBUG.
Brad Smith
2006-06-01
do not enable promiscous mode by default.
Brad Smith
2006-06-01
These magics -> This magic
Brad Smith
2006-06-01
The largest allowable frame size is 9622 bytes.
Brad Smith
2006-06-01
enable hardware RX checksum offload.
Brad Smith
2006-06-01
formatting
Brad Smith
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