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" <komujun@nifty.com>
This commit is contained in:
parent
9f4af3be75
commit
6fb806fdd1
@ -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
|
||||
};
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user