summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_sn.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-07-18 23:41:34 +0000
committerimp <imp@FreeBSD.org>2005-07-18 23:41:34 +0000
commit250d9bf656034380cec38246e6da0e08704123f0 (patch)
tree863ce3d3762f41c6c3598bd7c3206104cc168ab2 /sys/dev/sn/if_sn.c
parentdf7e52dd3db6db4dac6a021c140d0e39faab9d5f (diff)
downloadFreeBSD-src-250d9bf656034380cec38246e6da0e08704123f0.zip
FreeBSD-src-250d9bf656034380cec38246e6da0e08704123f0.tar.gz
Better name for type 4 chips
Diffstat (limited to 'sys/dev/sn/if_sn.c')
-rw-r--r--sys/dev/sn/if_sn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c
index b9bd867..56fb5e8 100644
--- a/sys/dev/sn/if_sn.c
+++ b/sys/dev/sn/if_sn.c
@@ -142,7 +142,7 @@ static int sn_getmcf(struct ifnet *ifp, u_char *mcf);
static const char *chip_ids[15] = {
NULL, NULL, NULL,
/* 3 */ "SMC91C90/91C92",
- /* 4 */ "SMC91C94",
+ /* 4 */ "SMC91C94/91C96",
/* 5 */ "SMC91C95",
NULL,
/* 7 */ "SMC91C100",
OpenPOWER on IntegriCloud