From 23f344f985e1a4c3b2137cb0b93146b2df5c63a5 Mon Sep 17 00:00:00 2001 From: MIHIRA Sanpei Yoshiro Date: Mon, 11 Dec 2000 15:02:50 +0000 Subject: [PATCH] add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P. PR: kern/23344 (Kaho Toshikazu ) --- sys/dev/pcic/i82365reg.h | 1 + sys/pccard/pcic.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h index 3bebfd924a9d..684b1cdb9b48 100644 --- a/sys/dev/pcic/i82365reg.h +++ b/sys/dev/pcic/i82365reg.h @@ -349,3 +349,4 @@ #define PCIC_PNP_82365_CARDBUS 0x030ED041 /* PNP0E03 */ #define PCIC_PNP_ACTIONTEC 0x1802A904 /* AEI0218 */ #define PCIC_PNP_SCM_SWAPBOX 0x1802A904 /* SCM0469 */ +#define PCIC_PNP_SCM_SWAPBOX2 0x69046d4c /* SCM SwapBox Classic X2P */ diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 007493d2fae5..8b5c9344421a 100644 --- a/sys/pccard/pcic.c +++ b/sys/pccard/pcic.c @@ -89,6 +89,7 @@ static struct isa_pnp_id pcic_ids[] = { {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} };