summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-12-27 05:02:25 +0000
committerpeter <peter@FreeBSD.org>1999-12-27 05:02:25 +0000
commitb21353b480da81572455eba81a4f4ef174ab3ac4 (patch)
treeb56166f6b273d96a3806c557aefc7dab6ec5f81e /sys
parent52ec4df9e85a6ae74cd9f5cf905ae35c0c1a6670 (diff)
downloadFreeBSD-src-b21353b480da81572455eba81a4f4ef174ab3ac4.zip
FreeBSD-src-b21353b480da81572455eba81a4f4ef174ab3ac4.tar.gz
Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.
Obtained from: Dan J Fraser <dfraser@capybara.org> (for NetBSD)
Diffstat (limited to 'sys')
-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 864a928..81dd1d7 100644
--- a/sys/dev/sio/sio.c
+++ b/sys/dev/sio/sio.c
@@ -561,6 +561,7 @@ static struct isa_pnp_id sio_ids[] = {
{0x0030320d, NULL}, /* CIR3000 - Cirrus Logic V43 */
{0x1200c31e, NULL}, /* GVC0012 - VF1128HV-R9 (win modem?) */
{0x0303c31e, NULL}, /* GVC0303 - MaxTech 33.6 PnP D/F/V */
+ {0x0505c31e, NULL}, /* GVC0505 - GVC 56k Faxmodem */
{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 864a928..81dd1d7 100644
--- a/sys/isa/sio.c
+++ b/sys/isa/sio.c
@@ -561,6 +561,7 @@ static struct isa_pnp_id sio_ids[] = {
{0x0030320d, NULL}, /* CIR3000 - Cirrus Logic V43 */
{0x1200c31e, NULL}, /* GVC0012 - VF1128HV-R9 (win modem?) */
{0x0303c31e, NULL}, /* GVC0303 - MaxTech 33.6 PnP D/F/V */
+ {0x0505c31e, NULL}, /* GVC0505 - GVC 56k Faxmodem */
{0x0050c31e, NULL}, /* GVC5000 - some GVC modem */
{0x3800f91e, NULL}, /* GWY0038 - Telepath with v.90 */
{0x9062f91e, NULL}, /* GWY6290 - Telepath with x2 Technology */
OpenPOWER on IntegriCloud