From ce4256a49b12a1f1974a3d9f0ed9b5fdab8a9149 Mon Sep 17 00:00:00 2001 From: sanpei Date: Mon, 11 Dec 2000 15:02:50 +0000 Subject: add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P. PR: kern/23344 (Kaho Toshikazu ) --- sys/pccard/pcic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pccard/pcic.c') diff --git a/sys/pccard/pcic.c b/sys/pccard/pcic.c index 007493d..8b5c934 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} }; -- cgit v1.1