Fixed to support 3Com 3C569B for PC-98.

Submitted by:	"Hirokazu WATANABE" <gwna@geocities.co.jp>
This commit is contained in:
Yoshihiro Takahashi 2000-12-09 04:25:07 +00:00
parent bdc49e9b63
commit 8297c2fc98
2 changed files with 8 additions and 4 deletions

View File

@ -71,6 +71,10 @@ const char * ep_isa_match_id (u_int32_t, struct isa_ident *);
#define ISA_ID_3C509_COMBO 0x506d5094 #define ISA_ID_3C509_COMBO 0x506d5094
#define ISA_ID_3C509_TPO 0x506d5095 #define ISA_ID_3C509_TPO 0x506d5095
#define ISA_ID_3C509_TPC 0x506d5098 #define ISA_ID_3C509_TPC 0x506d5098
#ifdef PC98
#define ISA_ID_3C569B_COMBO 0x506d5694
#define ISA_ID_3C569B_TPO 0x506d5695
#endif
static struct isa_ident ep_isa_devs[] = { static struct isa_ident ep_isa_devs[] = {
{ ISA_ID_3C509_TP, "3Com 3C509-TP EtherLink III" }, { ISA_ID_3C509_TP, "3Com 3C509-TP EtherLink III" },
@ -78,6 +82,10 @@ static struct isa_ident ep_isa_devs[] = {
{ ISA_ID_3C509_COMBO, "3Com 3C509-Combo EtherLink III" }, { ISA_ID_3C509_COMBO, "3Com 3C509-Combo EtherLink III" },
{ ISA_ID_3C509_TPO, "3Com 3C509-TPO EtherLink III" }, { ISA_ID_3C509_TPO, "3Com 3C509-TPO EtherLink III" },
{ ISA_ID_3C509_TPC, "3Com 3C509-TPC EtherLink III" }, { ISA_ID_3C509_TPC, "3Com 3C509-TPC EtherLink III" },
#ifdef PC98
{ ISA_ID_3C569B_COMBO, "3Com 3C569B-J-Combo EtherLink III" },
{ ISA_ID_3C569B_TPO, "3Com 3C569B-J-TPO EtherLink III" },
#endif
{ 0, NULL }, { 0, NULL },
}; };

View File

@ -267,10 +267,6 @@ hint.fe.1.at="isa"
hint.fe.1.port="0x73d0" hint.fe.1.port="0x73d0"
hint.fe.1.irq="5" hint.fe.1.irq="5"
hint.ep.0.at="isa"
hint.ep.0.port="0x40d0"
hint.ep.0.irq="3"
hint.lnc.0.at="isa" hint.lnc.0.at="isa"
hint.lnc.0.port="0x03d0" hint.lnc.0.port="0x03d0"
hint.lnc.0.irq="6" hint.lnc.0.irq="6"