mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Fixed to support 3Com 3C569B for PC-98.
Submitted by: "Hirokazu WATANABE" <gwna@geocities.co.jp>
This commit is contained in:
parent
bdc49e9b63
commit
8297c2fc98
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69788
@ -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_TPO 0x506d5095
|
||||
#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[] = {
|
||||
{ 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_TPO, "3Com 3C509-TPO 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 },
|
||||
};
|
||||
|
||||
|
@ -267,10 +267,6 @@ hint.fe.1.at="isa"
|
||||
hint.fe.1.port="0x73d0"
|
||||
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.port="0x03d0"
|
||||
hint.lnc.0.irq="6"
|
||||
|
Loading…
Reference in New Issue
Block a user