mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Better name for type 4 chips
This commit is contained in:
parent
5ba593de9e
commit
fa48d739d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue