summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2007-06-13 05:36:00 +0000
committerkmacy <kmacy@FreeBSD.org>2007-06-13 05:36:00 +0000
commitca1df96c1a9664f95b9ecb36fac419db0b745b4c (patch)
tree35a64009a2837c5c69bdb3309b0435cdd0fe3a46 /sys/conf/files
parenteb05a4b69fd72f248ee8d73dfb09a1e7dd6af8a3 (diff)
downloadFreeBSD-src-ca1df96c1a9664f95b9ecb36fac419db0b745b4c.zip
FreeBSD-src-ca1df96c1a9664f95b9ecb36fac419db0b745b4c.tar.gz
- import new common code for the T304
- update to firmware version 4.1.0 - switch over to standard method for initializing cdevs (contributed by scottl@) - break out timer_reclaim_task to be per-port - move msix teardown into separate function - fix bus_setup_intr for msi-x for the multi-port case so that msi-x resources are not corrupted on unload - handle 10/100/1000 base-T media and auto negotiation - bind qset to cpu even for singleq case - white space cleanups - remove recursive PORT_LOCK - move mtu setting to separate function - stop and re-init port when changing mtu - replace all direct references to m_data with calls to mtod - handle attach failure better by not trying to de-initialize taskqueues when they have not been allocated - no longer default to jumbo frames Sponsored by: Chelsio MFC after: 3 days
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 44301a7..9db5573 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -519,6 +519,7 @@ dev/cxgb/cxgb_l2t.c optional cxgb pci
dev/cxgb/cxgb_lro.c optional cxgb pci
dev/cxgb/cxgb_sge.c optional cxgb pci
dev/cxgb/common/cxgb_mc5.c optional cxgb pci
+dev/cxgb/common/cxgb_vsc7323.c optional cxgb pci
dev/cxgb/common/cxgb_vsc8211.c optional cxgb pci
dev/cxgb/common/cxgb_ael1002.c optional cxgb pci
dev/cxgb/common/cxgb_mv88e1xxx.c optional cxgb pci
OpenPOWER on IntegriCloud