summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2009-02-17 14:57:05 +0000
committerraj <raj@FreeBSD.org>2009-02-17 14:57:05 +0000
commitfe8e0abcf53c6335cdb09c1bf1bd11c6b3fcb8df (patch)
tree6a7c1cddf95f5c82a405ff60e8bf160f8d6eb47b /sys/powerpc/conf
parent11a3f6d70678aa71a8de150e7782914dbc0fe6ce (diff)
downloadFreeBSD-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/conf')
-rw-r--r--sys/powerpc/conf/MPC85XX3
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
OpenPOWER on IntegriCloud