From ddbca3f99dc2f515e35e929d26787aa6c972738d Mon Sep 17 00:00:00 2001 From: tanimura Date: Fri, 19 May 2000 03:41:22 +0000 Subject: Add ACH2012 - 5634BTS 56K Video Ready Modem. PR: kern/17351 Submitted by: Eric D. Futch --- 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 9a41cae..9ccdb94 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -656,6 +656,7 @@ static struct isa_pnp_id sio_ids[] = { {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ /* Devices that do not have a compatid */ + {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */ {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */ {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */ {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */ diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 9a41cae..9ccdb94 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -656,6 +656,7 @@ static struct isa_pnp_id sio_ids[] = { {0x1005d041, "Generic IRDA-compatible device"}, /* PNP0510 */ {0x1105d041, "Generic IRDA-compatible device"}, /* PNP0511 */ /* Devices that do not have a compatid */ + {0x12206804, NULL}, /* ACH2012 - 5634BTS 56K Video Ready Modem */ {0x7602a904, NULL}, /* AEI0276 - 56K v.90 Fax Modem (LKT) */ {0x00007905, NULL}, /* AKY0000 - 56K Plug&Play Modem */ {0x01405407, NULL}, /* AZT4001 - AZT3000 PnP SOUND DEVICE, MODEM */ -- cgit v1.1