From 6573bc0b370fe5e595849ae083c0ccba3d7f6bbd Mon Sep 17 00:00:00 2001 From: MIHIRA Sanpei Yoshiro Date: Wed, 7 Mar 2001 14:27:56 +0000 Subject: Add GVC1601 - Rockwell V.34 Plug & Play Modem PR: kern/25204 Submitted by: Victor Ivanov --- sys/dev/sio/sio.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/sio/sio.c') diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 70c5b14d269d..3f56ab9f9c35 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 */ -- cgit v1.2.3