From 7692afa933e49c4db66284c0e902d3113bd8dad3 Mon Sep 17 00:00:00 2001 From: sanpei Date: Wed, 7 Mar 2001 14:27:56 +0000 Subject: [PATCH] Add GVC1601 - Rockwell V.34 Plug & Play Modem PR: kern/25204 Submitted by: Victor Ivanov --- 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 70c5b14d269..3f56ab9f9c3 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -670,6 +670,7 @@ static struct isa_pnp_id sio_ids[] = { {0x1200c31e, NULL}, /* GVC0012 - VF1128HV-R9 (win modem?) */ {0x0303c31e, NULL}, /* GVC0303 - MaxTech 33.6 PnP D/F/V */ {0x0505c31e, NULL}, /* GVC0505 - GVC 56k Faxmodem */ + {0x0116c31e, NULL}, /* GVC1601 - Rockwell V.34 Plug & Play Modem */ {0x0050c31e, NULL}, /* GVC5000 - some GVC modem */ {0x3800f91e, NULL}, /* GWY0038 - Telepath with v.90 */ {0x9062f91e, NULL}, /* GWY6290 - Telepath with x2 Technology */ diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 70c5b14d269..3f56ab9f9c3 100644 --- a/sys/isa/sio.c +++ b/sys/isa/sio.c @@ -670,6 +670,7 @@ static struct isa_pnp_id sio_ids[] = { {0x1200c31e, NULL}, /* GVC0012 - VF1128HV-R9 (win modem?) */ {0x0303c31e, NULL}, /* GVC0303 - MaxTech 33.6 PnP D/F/V */ {0x0505c31e, NULL}, /* GVC0505 - GVC 56k Faxmodem */ + {0x0116c31e, NULL}, /* GVC1601 - Rockwell V.34 Plug & Play Modem */ {0x0050c31e, NULL}, /* GVC5000 - some GVC modem */ {0x3800f91e, NULL}, /* GWY0038 - Telepath with v.90 */ {0x9062f91e, NULL}, /* GWY6290 - Telepath with x2 Technology */ -- 2.45.2