aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorKip Macy <kmacy@FreeBSD.org>2007-12-17 08:17:51 +0000
committerKip Macy <kmacy@FreeBSD.org>2007-12-17 08:17:51 +0000
commit8090c9f504c0c19831713ab2392d0993a5fc5b36 (patch)
treef9b5d406a9741ca821495d3f36a570d2d0fdae9b /sys/conf/NOTES
parent7fab871d8c286b59928cba454a398fc8f65d5ab6 (diff)
downloadsrc-8090c9f504c0c19831713ab2392d0993a5fc5b36.tar.gz
src-8090c9f504c0c19831713ab2392d0993a5fc5b36.zip
Make TCP offload work on HEAD (modulo negative interaction between sbcompress
and t3_push_frames). - Import latest changes to cxgb_main.c and cxgb_sge.c from toestack p4 branch - make driver local copy of tcp_subr.c and tcp_usrreq.c and override tcp_usrreqs so TOE can also functions on versions with unmodified TCP - add cxgb back to the build
Notes
Notes: svn path=/head/; revision=174708
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4c88ca3e9423..56c288557dde 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -1878,7 +1878,7 @@ device xe
device bce # Broadcom BCM5706/BCM5708 Gigabit Ethernet
device bfe # Broadcom BCM440x 10/100 Ethernet
device bge # Broadcom BCM570xx Gigabit Ethernet
-#device cxgb # Chelsio T3 10 Gigabit Ethernet
+device cxgb # Chelsio T3 10 Gigabit Ethernet
device dc # DEC/Intel 21143 and various workalikes
device fxp # Intel EtherExpress PRO/100B (82557, 82558)
hint.fxp.0.prefer_iomap="0"