aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-12-27 05:02:25 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-12-27 05:02:25 +0000
commit9928855f97b9060fa54f58aae6c6ad5011439919 (patch)
treebb5c45d47067a87f16f5d290a4c23911cff4f4e4 /sys/dev/sio/sio.c
parentd3980376e8c139e07958914c5184ab37463e4818 (diff)
downloadsrc-9928855f97b9060fa54f58aae6c6ad5011439919.tar.gz
src-9928855f97b9060fa54f58aae6c6ad5011439919.zip
Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.
Obtained from: Dan J Fraser <dfraser@capybara.org> (for NetBSD)
Notes
Notes: svn path=/head/; revision=55124
Diffstat (limited to 'sys/dev/sio/sio.c')
-rw-r--r--sys/dev/sio/sio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c
index 864a928b4e60..81dd1d7be8cc 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 */