From v0rbiz@sonic.icon.bg  Mon Feb 19 09:47:55 2001
Return-Path: <v0rbiz@sonic.icon.bg>
Received: from sonic.icon.bg (ll.icon.bg [62.176.80.180])
	by hub.freebsd.org (Postfix) with ESMTP id E478B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: another isa/pnp modem for sio.c
X-Send-Pr-Version: 3.2

>Number:         25204
>Category:       kern
>Synopsis:       another isa/pnp modem for sio.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 19 09:50:01 PST 2001
>Closed-Date:    Wed Mar 7 06:27:55 PST 2001
>Last-Modified:  Wed Mar 07 06:28:43 PST 2001
>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:
State-Changed-From-To: open->closed 
State-Changed-By: sanpei 
State-Changed-When: Wed Mar 7 06:27:55 PST 2001 
State-Changed-Why:  
added requested PNPID 
1.328	src/sys/isa/sio.c 

http://www.freebsd.org/cgi/query-pr.cgi?pr=25204 
>Unformatted:
