From 26605df75fb4b121faf962ecdb07f07cc2222baf Mon Sep 17 00:00:00 2001 From: Seigo Tanimura Date: Fri, 26 May 2000 11:41:08 +0000 Subject: [PATCH] Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDs more frequently than the core part of the sio driver, it might be good to move the PnP IDs to sio_isapnp.h or something like that. PR: i386/18828 Submitted by: J.P. King --- sys/dev/sio/sio.c | 1 + sys/isa/sio.c | 1 + 2 files changed, 2 insertions(+) diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 63cc925bee9..8a299bd6562 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -693,6 +693,7 @@ static struct isa_pnp_id sio_ids[] = { {0x8013b04e, NULL}, /* SUP1380 - SupraExpress 288i PnP Voice */ {0x8113b04e, NULL}, /* SUP1381 - SupraExpress 336i PnP Voice */ {0x5016b04e, NULL}, /* SUP1650 - Supra 336i Sp Intl */ + {0x7016b04e, NULL}, /* SUP1670 - Supra 336i V+ Intl */ {0x7420b04e, NULL}, /* SUP2070 - Supra ? */ {0x8020b04e, NULL}, /* SUP2080 - Supra ? */ {0x8420b04e, NULL}, /* SUP2084 - SupraExpress 56i PnP */ diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 63cc925bee9..8a299bd6562 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -693,6 +693,7 @@ static struct isa_pnp_id sio_ids[] = { {0x8013b04e, NULL}, /* SUP1380 - SupraExpress 288i PnP Voice */ {0x8113b04e, NULL}, /* SUP1381 - SupraExpress 336i PnP Voice */ {0x5016b04e, NULL}, /* SUP1650 - Supra 336i Sp Intl */ + {0x7016b04e, NULL}, /* SUP1670 - Supra 336i V+ Intl */ {0x7420b04e, NULL}, /* SUP2070 - Supra ? */ {0x8020b04e, NULL}, /* SUP2080 - Supra ? */ {0x8420b04e, NULL}, /* SUP2084 - SupraExpress 56i PnP */