Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2001 21:50:47 +0900 (JST)
From:      imura@ryu16.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/28946: typo in GENERIC
Message-ID:  <200107131250.f6DColH10089@mail.ryu16.org>

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

>Number:         28946
>Category:       kern
>Synopsis:       typo in GENERIC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 13 06:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ryuichiro Imura
>Release:        FreeBSD 5.0-CURRENT
>Organization:
>Environment:
FreeBSD 5.0-CURRENT #0: Fri Jul 13 19:17:56 JST 2001 root@snowwhite:/usr/src/sys/compile/BP6


>Description:
	device pcn has invalid comment.
		Am79C79x -> Am79C97x

>How-To-Repeat:
>Fix:

Index: alpha/conf/GENERIC
===================================================================
RCS file: /home/ncvs/src/sys/alpha/conf/GENERIC,v
retrieving revision 1.114
diff -u -r1.114 GENERIC
--- alpha/conf/GENERIC	2001/07/02 21:01:24	1.114
+++ alpha/conf/GENERIC	2001/07/13 12:42:08
@@ -145,7 +145,7 @@
 # PCI Ethernet NICs that use the common MII bus controller code.
 device		miibus		# MII bus support
 device		dc		# DEC/Intel 21143 and workalikes
-device		pcn		# AMD Am79C79x PCI 10/100 NICs
+device		pcn		# AMD Am79C97x PCI 10/100 NICs
 device		rl		# RealTek 8129/8139
 device		sf		# Adaptec AIC-6915 (``Starfire'')
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
Index: i386/conf/GENERIC
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/GENERIC,v
retrieving revision 1.313
diff -u -r1.313 GENERIC
--- i386/conf/GENERIC	2001/07/02 21:01:48	1.313
+++ i386/conf/GENERIC	2001/07/13 12:42:14
@@ -168,7 +168,7 @@
 device		miibus		# MII bus support
 device		dc		# DEC/Intel 21143 and various workalikes
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
-device		pcn		# AMD Am79C79x PCI 10/100 NICs
+device		pcn		# AMD Am79C97x PCI 10/100 NICs
 device		rl		# RealTek 8129/8139
 device		sf		# Adaptec AIC-6915 (``Starfire'')
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
Index: i386/conf/NEWCARD
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/NEWCARD,v
retrieving revision 1.47
diff -u -r1.47 NEWCARD
--- i386/conf/NEWCARD	2001/06/17 02:02:33	1.47
+++ i386/conf/NEWCARD	2001/07/13 12:42:21
@@ -174,7 +174,7 @@
 device		miibus		# MII bus support
 device		dc		# DEC/Intel 21143 and various workalikes
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
-device		pcn		# AMD Am79C79x PCI 10/100 NICs
+device		pcn		# AMD Am79C97x PCI 10/100 NICs
 device		rl		# RealTek 8129/8139
 device		sf		# Adaptec AIC-6915 (``Starfire'')
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
Index: i386/conf/NOTES
===================================================================
RCS file: /home/ncvs/src/sys/i386/conf/NOTES,v
retrieving revision 1.936
diff -u -r1.936 NOTES
--- i386/conf/NOTES	2001/07/12 06:32:49	1.936
+++ i386/conf/NOTES	2001/07/13 12:42:56
@@ -1817,7 +1817,7 @@
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
 hint.fxp.0.prefer_iomap="0"
 device		rl		# RealTek 8129/8139
-device		pcn		# AMD Am79C79x PCI 10/100 NICs
+device		pcn		# AMD Am79C97x PCI 10/100 NICs
 device		sf		# Adaptec AIC-6915 (``Starfire'')
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
 device		ste		# Sundance ST201 (D-Link DFE-550TX)
Index: pc98/conf/GENERIC
===================================================================
RCS file: /home/ncvs/src/sys/pc98/conf/GENERIC,v
retrieving revision 1.178
diff -u -r1.178 GENERIC
--- pc98/conf/GENERIC	2001/07/04 13:00:21	1.178
+++ pc98/conf/GENERIC	2001/07/13 12:43:02
@@ -158,7 +158,7 @@
 device		miibus		# MII bus support
 device		dc		# DEC/Intel 21143 and various workalikes
 device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
-device		pcn		# AMD Am79C79x PCI 10/100 NICs
+device		pcn		# AMD Am79C97x PCI 10/100 NICs
 device		rl		# RealTek 8129/8139
 device		sf		# Adaptec AIC-6915 (``Starfire'')
 device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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