From ga9@buffy.york.ac.uk  Sun Apr 27 18:17:01 2008
Return-Path: <ga9@buffy.york.ac.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id AB242106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Apr 2008 18:17:01 +0000 (UTC)
	(envelope-from ga9@buffy.york.ac.uk)
Received: from mail-gw0.york.ac.uk (mail-gw0.york.ac.uk [144.32.128.245])
	by mx1.freebsd.org (Postfix) with ESMTP id 4BE488FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Apr 2008 18:17:01 +0000 (UTC)
	(envelope-from ga9@buffy.york.ac.uk)
Received: from mail-gw7.york.ac.uk (mail-gw7.york.ac.uk [144.32.129.30])
	by mail-gw0.york.ac.uk (8.13.6/8.13.6) with ESMTP id m3RHiJIU012607
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Apr 2008 18:44:19 +0100 (BST)
Received: from buffy-128.york.ac.uk ([144.32.128.160] helo=buffy.york.ac.uk)
	by mail-gw7.york.ac.uk with esmtps (TLSv1:AES256-SHA:256)
	(Exim 4.63)
	(envelope-from <ga9@buffy.york.ac.uk>)
	id 1JqAvD-0003EL-Ds
	for FreeBSD-gnats-submit@freebsd.org; Sun, 27 Apr 2008 18:44:19 +0100
Received: from buffy.york.ac.uk (localhost [127.0.0.1])
	by buffy.york.ac.uk (8.14.2/8.14.2) with ESMTP id m3RHiJhY059584
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 27 Apr 2008 18:44:19 +0100 (BST)
	(envelope-from ga9@buffy.york.ac.uk)
Received: (from ga9@localhost)
	by buffy.york.ac.uk (8.14.2/8.14.2/Submit) id m3RHiJDM059583;
	Sun, 27 Apr 2008 18:44:19 +0100 (BST)
	(envelope-from ga9)
Message-Id: <200804271830.m3RGGwbR036748@buffy.york.ac.uk>
Date: Sun, 27 Apr 2008 18:30:58 +0100 (BST)
From: Gavin Atkinson <gavin@freebsd.org>
Reply-To: Gavin Atkinson <gavin@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [ti] [patch] ti(4) doesn't use mii, but kernel configs say it does
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:    remko
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 18:20:00 UTC 2008
>Closed-Date:    Fri Jan 28 06:56:29 UTC 2011
>Last-Modified:  Fri Jan 28 06:56:29 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-bugs->freebsd-net 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Sun Apr 27 19:03:42 UTC 2008 
Responsible-Changed-Why:  
Over to maintainers 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123147 
State-Changed-From-To: open->patched 
State-Changed-By: remko 
State-Changed-When: Sat May 17 23:50:45 UTC 2008 
State-Changed-Why:  
reassign to myself after having this committed to HEAD 


Responsible-Changed-From-To: freebsd-net->remko 
Responsible-Changed-By: remko 
Responsible-Changed-When: Sat May 17 23:50:45 UTC 2008 
Responsible-Changed-Why:  
reassign to myself after having this committed to HEAD 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123147 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/123147: commit references a PR
Date: Sat, 17 May 2008 23:50:07 +0000 (UTC)

 remko       2008-05-17 23:50:00 UTC
 
   FreeBSD src repository
 
   Modified files:
     sys/i386/conf        GENERIC 
     sys/amd64/conf       GENERIC 
     sys/sparc64/conf     GENERIC 
     sys/pc98/conf        GENERIC 
     sys/conf             NOTES 
   Log:
   Resort the if_ti driver to match the PCI Network cards instead of placing
   it under the mii devices list.
   
   PR:             kern/123147
   Submitted by:   gavin
   Approved by:    imp (mentor, implicit)
   MFC after:      3 days
   
   Revision  Changes    Path
   1.499     +1 -1      src/sys/amd64/conf/GENERIC
   1.1487    +1 -1      src/sys/conf/NOTES
   1.487     +4 -1      src/sys/i386/conf/GENERIC
   1.306     +1 -1      src/sys/pc98/conf/GENERIC
   1.137     +1 -1      src/sys/sparc64/conf/GENERIC
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: remko 
State-Changed-When: Fri Jan 28 06:56:28 UTC 2011 
State-Changed-Why:  
Merged to 8, thanks for waiting so long! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=123147 
>Unformatted:
