Subject: kern/11413: SMC91C96 identification
To: None <gnats-bugs@gnats.netbsd.org>
From: None <dn@sigicom.com>
List: netbsd-bugs
Date: 11/02/2000 08:54:11
>Number:         11413
>Category:       kern
>Synopsis:       Identify the SMC91C96 ethernet chip ('91C94 compatible).
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 02 08:54:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Neri
>Release:        1.4.1
>Organization:
	Sigicom AB, Sweden
>Environment:

System: NetBSD nettan.intern 1.4.1 NetBSD 1.4.1 (DATAN) #55: Mon Sep 11 11:45:09 CEST 2000 root@nettan.intern:/usr/src/sys/arch/i386/compile/DATAN i386


>Description:
	In /sys/dev/ic/smc91cxx.c, identify the SMC91C96. This chip
	replaces the (now obsolete) SMC91C94, and shares its chip ID
	(revision ID will be >= 6 for the '91C96).
 
>How-To-Repeat:
	N/A

>Fix:
	Patch below.

--- smc91cxx.c.orig	Thu Nov  2 17:34:47 2000
+++ smc91cxx.c	Thu Nov  2 17:35:18 2000
@@ -142,7 +142,7 @@
 	NULL,				/* 1 */
 	NULL,				/* 2 */
 	"SMC91C90/91C92",		/* 3 */
-	"SMC91C94",			/* 4 */
+	"SMC91C94/91C96",		/* 4 */
 	"SMC91C95",			/* 5 */
 	NULL,				/* 6 */
 	"SMC91C100",			/* 7 */

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