diff options
author | sanpei <sanpei@FreeBSD.org> | 2001-03-07 14:27:56 +0000 |
---|---|---|
committer | sanpei <sanpei@FreeBSD.org> | 2001-03-07 14:27:56 +0000 |
commit | 7692afa933e49c4db66284c0e902d3113bd8dad3 (patch) | |
tree | 78be7cc32b069f213265b950bc5987580e176efe /sys/isa | |
parent | dcef1b95cc6fdef6d5b5da5daf0ab53b252284a3 (diff) | |
download | FreeBSD-src-7692afa933e49c4db66284c0e902d3113bd8dad3.zip FreeBSD-src-7692afa933e49c4db66284c0e902d3113bd8dad3.tar.gz |
Add GVC1601 - Rockwell V.34 Plug & Play Modem
PR: kern/25204
Submitted by: Victor Ivanov <v0rbiz@icon.bg>
Diffstat (limited to 'sys/isa')
-rw-r--r-- | sys/isa/sio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/isa/sio.c b/sys/isa/sio.c index 70c5b14..3f56ab9 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 */ |