diff options
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r-- | sys/pccard/pcic.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 1b06031..82e53ad 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -79,14 +79,13 @@ static struct pcic_slot { static struct slot_ctrl cinfo; static struct isa_pnp_id pcic_ids[] = { - {0x65374d24, NULL}, /* IBM3765 */ + {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */ + {PCIC_PNP_IBM3765, NULL}, /* IBM3765 */ {PCIC_PNP_82365, NULL}, /* PNP0E00 */ {PCIC_PNP_CL_PD6720, NULL}, /* PNP0E01 */ {PCIC_PNP_VLSI_82C146, NULL}, /* PNP0E02 */ {PCIC_PNP_82365_CARDBUS, NULL}, /* PNP0E03 */ - {PCIC_PNP_ACTIONTEC, NULL}, /* AEI0218 */ {PCIC_PNP_SCM_SWAPBOX, NULL}, /* SCM0469 */ - {PCIC_PNP_SCM_SWAPBOX2, NULL}, /* SCM SwapBox Classic X2P */ {0} }; |