diff options
| author | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-12-11 15:02:50 +0000 |
|---|---|---|
| committer | MIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org> | 2000-12-11 15:02:50 +0000 |
| commit | 23f344f985e1a4c3b2137cb0b93146b2df5c63a5 (patch) | |
| tree | 56e328f63c8208f77d402779cc0ad35c14b67d7a /sys | |
| parent | 9b677143110cb0b9714201e12f9c781ee6f79e0a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pcic/i82365reg.h | 1 | ||||
| -rw-r--r-- | sys/pccard/pcic.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pcic/i82365reg.h b/sys/dev/pcic/i82365reg.h index 3bebfd924a9dc..684b1cdb9b489 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 007493d2fae5b..8b5c9344421a7 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} }; |
