From d393d06813786a6afe226c32d61084b31a8e1037 Mon Sep 17 00:00:00 2001 From: toshi Date: Mon, 15 Jan 2001 12:01:14 +0000 Subject: Add support for SMC91C100FD chip of MELCO LPC-TX. sn1 at port 0x240-0x24f irq 10 slot 0 on pccard0 sn1: SMC91C100FD UTP MAC address 00:a0:dc:22:26:8c Submitted by: "KOMURO" --- sys/dev/sn/if_sn.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/sn/if_sn.c') 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 }; -- cgit v1.1