From owner-freebsd-bugs Mon Feb 19 9:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 670D037B4EC for ; Mon, 19 Feb 2001 09:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1JHo1d52534; Mon, 19 Feb 2001 09:50:01 -0800 (PST) (envelope-from gnats) Received: from sonic.icon.bg (ll.icon.bg [62.176.80.180]) by hub.freebsd.org (Postfix) with ESMTP id E478B37B401 for ; Mon, 19 Feb 2001 09:47:50 -0800 (PST) Received: (from root@localhost) by sonic.icon.bg (8.11.2/8.11.2) id f1JHmtY07839; Mon, 19 Feb 2001 19:48:55 +0200 (EET) (envelope-from v0rbiz) Message-Id: <200102191748.f1JHmtY07839@sonic.icon.bg> Date: Mon, 19 Feb 2001 19:48:55 +0200 (EET) From: v0rbiz@icon.bg Reply-To: v0rbiz@icon.bg To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/25204: another isa/pnp modem for sio.c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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