Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Apr 2008 18:30:58 +0100 (BST)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   kern/123147: [ti] [patch] ti(4) doesn't use mii, but kernel configs say it does
Message-ID:  <200804271830.m3RGGwbR036748@buffy.york.ac.uk>
Resent-Message-ID: <200804271820.m3RIK1h9064265@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         123147
>Category:       kern
>Synopsis:       [ti] [patch] ti(4) doesn't use mii, but kernel configs say it does
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 18:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gavin Atkinson
>Release:        FreeBSD 7.0-BETA3 amd64
>Organization:
>Environment:
System: FreeBSD buffy-n.york.ac.uk 7.0-BETA3 FreeBSD 7.0-BETA3 #0: Fri Nov 16 19:12:38 UTC 2007 root@myers.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	The ti driver does not use the mii framework, but the comments in
GENERIC and NOTES say that it does.  Attached patch corrects them.
>How-To-Repeat:
	N/A
>Fix:

--- ti-mii.diff begins here ---
Index: src/sys/amd64/conf/GENERIC
===================================================================
RCS file: /usr/ncvs/src/sys/amd64/conf/GENERIC,v
retrieving revision 1.497
diff -u -r1.497 GENERIC
--- src/sys/amd64/conf/GENERIC	20 Apr 2008 20:35:34 -0000	1.497
+++ src/sys/amd64/conf/GENERIC	27 Apr 2008 15:36:35 -0000
@@ -192,6 +192,7 @@
 device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
 device		ixgb		# Intel PRO/10GbE Ethernet Card
 device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
+device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		txp		# 3Com 3cR990 (``Typhoon'')
 device		vx		# 3Com 3c590, 3c595 (``Vortex'')
 
@@ -215,7 +216,6 @@
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
 device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
 device		ste		# Sundance ST201 (D-Link DFE-550TX)
-device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		tl		# Texas Instruments ThunderLAN
 device		tx		# SMC EtherPower II (83c170 ``EPIC'')
 device		vge		# VIA VT612x gigabit Ethernet
Index: src/sys/conf/NOTES
===================================================================
RCS file: /usr/ncvs/src/sys/conf/NOTES,v
retrieving revision 1.1481
diff -u -r1.1481 NOTES
--- src/sys/conf/NOTES	20 Apr 2008 20:35:35 -0000	1.1481
+++ src/sys/conf/NOTES	27 Apr 2008 15:36:35 -0000
@@ -1902,7 +1902,6 @@
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
 device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
 device		ste		# Sundance ST201 (D-Link DFE-550TX)
-device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		tl		# Texas Instruments ThunderLAN
 device		tx		# SMC EtherPower II (83c170 ``EPIC'')
 device		vr		# VIA Rhine, Rhine II
@@ -1917,6 +1916,7 @@
 device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
 device		mxge		# Myricom Myri-10G 10GbE NIC
 device		nxge		# Neterion Xframe 10GbE Server/Storage Adapter
+device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		txp		# 3Com 3cR990 (``Typhoon'')
 device		vx		# 3Com 3c590, 3c595 (``Vortex'')
 
Index: src/sys/i386/conf/GENERIC
===================================================================
RCS file: /usr/ncvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.485
diff -u -r1.485 GENERIC
--- src/sys/i386/conf/GENERIC	20 Apr 2008 20:35:39 -0000	1.485
+++ src/sys/i386/conf/GENERIC	27 Apr 2008 15:36:35 -0000
@@ -204,6 +204,7 @@
 device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
 device		ixgb		# Intel PRO/10GbE Ethernet Card
 device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
+device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		txp		# 3Com 3cR990 (``Typhoon'')
 device		vx		# 3Com 3c590, 3c595 (``Vortex'')
 
@@ -228,7 +229,6 @@
 device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
 device		ste		# Sundance ST201 (D-Link DFE-550TX)
 device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
-device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		tl		# Texas Instruments ThunderLAN
 device		tx		# SMC EtherPower II (83c170 ``EPIC'')
 device		vge		# VIA VT612x gigabit Ethernet
Index: src/sys/pc98/conf/GENERIC
===================================================================
RCS file: /usr/ncvs/src/sys/pc98/conf/GENERIC,v
retrieving revision 1.304
diff -u -r1.304 GENERIC
--- src/sys/pc98/conf/GENERIC	20 Apr 2008 20:35:45 -0000	1.304
+++ src/sys/pc98/conf/GENERIC	27 Apr 2008 15:36:35 -0000
@@ -173,6 +173,7 @@
 device		de		# DEC/Intel DC21x4x (``Tulip'')
 device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
 device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
+device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		txp		# 3Com 3cR990 (``Typhoon'')
 device		vx		# 3Com 3c590, 3c595 (``Vortex'')
 
@@ -192,7 +193,6 @@
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
 device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
 device		ste		# Sundance ST201 (D-Link DFE-550TX)
-device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 device		tl		# Texas Instruments ThunderLAN
 device		tx		# SMC EtherPower II (83c170 ``EPIC'')
 device		vge		# VIA VT612x gigabit Ethernet
Index: src/sys/sparc64/conf/GENERIC
===================================================================
RCS file: /usr/ncvs/src/sys/sparc64/conf/GENERIC,v
retrieving revision 1.135
diff -u -r1.135 GENERIC
--- src/sys/sparc64/conf/GENERIC	21 Apr 2008 10:09:55 -0000	1.135
+++ src/sys/sparc64/conf/GENERIC	27 Apr 2008 15:36:35 -0000
@@ -162,6 +162,7 @@
 device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
 #device		ixgb		# Intel PRO/10GbE Ethernet Card
 device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
+device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 #device		txp		# 3Com 3cR990 (``Typhoon'')
 #device		vx		# 3Com 3c590, 3c595 (``Vortex'')
 
@@ -182,7 +183,6 @@
 device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
 #device		ste		# Sundance ST201 (D-Link DFE-550TX)
 device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
-device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
 #device		tl		# Texas Instruments ThunderLAN
 #device		tx		# SMC EtherPower II (83c170 ``EPIC'')
 device		vr		# VIA Rhine, Rhine II
--- ti-mii.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804271830.m3RGGwbR036748>