svn commit: r304492 - head/sys/conf

John Baldwin jhb at FreeBSD.org
Fri Aug 19 18:45:44 UTC 2016


Author: jhb
Date: Fri Aug 19 18:45:42 2016
New Revision: 304492
URL: https://svnweb.freebsd.org/changeset/base/304492

Log:
  Move cxgb and cxgbe down to the non-mii PCI NIC section.

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Fri Aug 19 18:40:47 2016	(r304491)
+++ head/sys/conf/NOTES	Fri Aug 19 18:45:42 2016	(r304492)
@@ -2116,9 +2116,6 @@ device		bce		# Broadcom BCM5706/BCM5708 
 device		bfe		# Broadcom BCM440x 10/100 Ethernet
 device		bge		# Broadcom BCM570xx Gigabit Ethernet
 device		cas		# Sun Cassini/Cassini+ and NS DP83065 Saturn
-device		cxgb		# Chelsio T3 10 Gigabit Ethernet
-device		cxgb_t3fw	# Chelsio T3 10 Gigabit Ethernet firmware
-device		cxgbe		# Chelsio T4 and T5 1GbE/10GbE/40GbE
 device		dc		# DEC/Intel 21143 and various workalikes
 device		et		# Agere ET1310 10/100/Gigabit Ethernet
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
@@ -2149,6 +2146,9 @@ device		wb		# Winbond W89C840F
 device		xl		# 3Com 3c90x (``Boomerang'', ``Cyclone'')
 
 # PCI Ethernet NICs.
+device		cxgb		# Chelsio T3 10 Gigabit Ethernet
+device		cxgb_t3fw	# Chelsio T3 10 Gigabit Ethernet firmware
+device		cxgbe		# Chelsio T4 and T5 1GbE/10GbE/40GbE
 device		de		# DEC/Intel DC21x4x (``Tulip'')
 device		em		# Intel Pro/1000 Gigabit Ethernet
 device		igb		# Intel Pro/1000 PCIE Gigabit Ethernet


More information about the svn-src-all mailing list