Date: Mon, 19 Feb 2001 19:48:55 +0200 (EET) From: v0rbiz@icon.bg To: FreeBSD-gnats-submit@freebsd.org Subject: kern/25204: another isa/pnp modem for sio.c Message-ID: <200102191748.f1JHmtY07839@sonic.icon.bg>
next in thread | raw e-mail | index | archive | help
>Number: 25204 >Category: kern >Synopsis: another isa/pnp modem for sio.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 19 09:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Victor Ivanov >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: PC (i386+) with EISA slots... >Description: The device is Rockwell V.34 Plug & Play Modem (ISA). It is not detected by the system (sio.c). The device id is not present in the sio_ids[] list. >How-To-Repeat: Insert the modem in the EISA slot :) >Fix: Here is the diff -c: *** src/sys/isa/sio.c.orig Mon Feb 19 19:21:55 2001 --- src/sys/isa/sio.c Mon Feb 19 19:26:05 2001 *************** *** 673,678 **** --- 673,679 ---- {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 */ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102191748.f1JHmtY07839>