diff options
author | peter <peter@FreeBSD.org> | 1999-12-27 05:02:25 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-12-27 05:02:25 +0000 |
commit | b21353b480da81572455eba81a4f4ef174ab3ac4 (patch) | |
tree | b56166f6b273d96a3806c557aefc7dab6ec5f81e /sys/dev/sio/sio.c | |
parent | 52ec4df9e85a6ae74cd9f5cf905ae35c0c1a6670 (diff) | |
download | FreeBSD-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/dev/sio/sio.c')
-rw-r--r-- | sys/dev/sio/sio.c | 1 |
1 files changed, 1 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 */ |