summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeigo Tanimura <tanimura@FreeBSD.org>2000-05-26 11:41:08 +0000
committerSeigo Tanimura <tanimura@FreeBSD.org>2000-05-26 11:41:08 +0000
commit26605df75fb4b121faf962ecdb07f07cc2222baf (patch)
treed01b94949ae5d1c2655fcfa4ea2cb8cfabce679f
parent07e4efad3d9a0aae5640a271df65b6e19e22229f (diff)
Notes
-rw-r--r--sys/dev/sio/sio.c1
-rw-r--r--sys/isa/sio.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 63cc925bee93..8a299bd65625 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 63cc925bee93..8a299bd65625 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 */