summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/sn/if_sn.c3
-rw-r--r--sys/dev/sn/if_snreg.h1
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/sn/if_sn.c b/sys/dev/sn/if_sn.c
index 64c1bef..2b39024 100644
--- a/sys/dev/sn/if_sn.c
+++ b/sys/dev/sn/if_sn.c
@@ -151,7 +151,8 @@ static const char *chip_ids[15] = {
/* 5 */ "SMC91C95",
NULL,
/* 7 */ "SMC91C100",
- NULL, NULL, NULL, NULL,
+ /* 8 */ "SMC91C100FD",
+ NULL, NULL, NULL,
NULL, NULL, NULL
};
diff --git a/sys/dev/sn/if_snreg.h b/sys/dev/sn/if_snreg.h
index d8b914d..e4e4514 100644
--- a/sys/dev/sn/if_snreg.h
+++ b/sys/dev/sn/if_snreg.h
@@ -337,6 +337,7 @@
#define CHIP_9194 4
#define CHIP_9195 5
#define CHIP_91100 7
+#define CHIP_91100FD 8
/* When packets are stuffed into the card or sucked out of the card
* they are set up more or less as follows:
OpenPOWER on IntegriCloud