add PNPID for PnP PCMCIA, SCM SwapBox Classic X2P.

PR:		kern/23344 (Kaho Toshikazu <kaho@elam.kais.kyoto-u.ac.jp>)
This commit is contained in:
MIHIRA Sanpei Yoshiro 2000-12-11 15:02:50 +00:00
parent 9b67714311
commit 23f344f985
2 changed files with 2 additions and 0 deletions

View File

@ -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 */

View File

@ -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}
};