aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2005-07-18 23:41:34 +0000
committerWarner Losh <imp@FreeBSD.org>2005-07-18 23:41:34 +0000
commitfa48d739d0c593eb653bbfa3aeb84e51c09f051a (patch)
tree863ce3d3762f41c6c3598bd7c3206104cc168ab2 /sys/dev
parent5ba593de9ef4eee2f4b1d83fcbf35e68d80fddd7 (diff)
downloadsrc-fa48d739d0c593eb653bbfa3aeb84e51c09f051a.tar.gz
src-fa48d739d0c593eb653bbfa3aeb84e51c09f051a.zip
Better name for type 4 chips
Notes
Notes: svn path=/head/; revision=148144
Diffstat (limited to 'sys/dev')
-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 b9bd867b4383..56fb5e8b56d1 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",