diff options
author | raj <raj@FreeBSD.org> | 2009-02-17 14:57:05 +0000 |
---|---|---|
committer | raj <raj@FreeBSD.org> | 2009-02-17 14:57:05 +0000 |
commit | fe8e0abcf53c6335cdb09c1bf1bd11c6b3fcb8df (patch) | |
tree | 6a7c1cddf95f5c82a405ff60e8bf160f8d6eb47b /sys/powerpc | |
parent | 11a3f6d70678aa71a8de150e7782914dbc0fe6ce (diff) | |
download | FreeBSD-src-fe8e0abcf53c6335cdb09c1bf1bd11c6b3fcb8df.zip FreeBSD-src-fe8e0abcf53c6335cdb09c1bf1bd11c6b3fcb8df.tar.gz |
Additional features for the tsec(4) Ethernet driver.
- interrupt coalescing
- polling
- jumbo frames
- multicast
- VLAN tagging
The enhanced version of the chip (eTSEC) can also take advantage of:
- TCP/IP checksum calculation h/w offloading
Obtained from: Freescale, Semihalf
Diffstat (limited to 'sys/powerpc')
-rw-r--r-- | sys/powerpc/conf/MPC85XX | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index e3abb5b..ce40856 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -22,6 +22,8 @@ options BOOTP_WIRED_TO=tsec0 options CD9660 options COMPAT_43 options DDB +options DEVICE_POLLING +options HZ=1000 #options DIAGNOSTIC options FFS options GDB @@ -72,3 +74,4 @@ device ugen #device uhci device umass device usb +device vlan |