summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pcic.c
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2000-12-11 15:02:50 +0000
committersanpei <sanpei@FreeBSD.org>2000-12-11 15:02:50 +0000
commitce4256a49b12a1f1974a3d9f0ed9b5fdab8a9149 (patch)
treeca24f38c0c17e66d3f6331c44f269029c20ce351 /sys/pccard/pcic.c
parent49058dfc852f0dc124cbdb7b3b548a22a5c40c70 (diff)
downloadFreeBSD-src-ce4256a49b12a1f1974a3d9f0ed9b5fdab8a9149.zip
FreeBSD-src-ce4256a49b12a1f1974a3d9f0ed9b5fdab8a9149.tar.gz
add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.
PR: kern/23344 (Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>)
Diffstat (limited to 'sys/pccard/pcic.c')
-rw-r--r--sys/pccard/pcic.c1
1 files changed, 1 insertions, 0 deletions
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}
};
OpenPOWER on IntegriCloud