From nobody@FreeBSD.org  Sat Oct 19 07:26:07 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 82DC737B401
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Oct 2002 07:26:07 -0700 (PDT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 416B643E77
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Oct 2002 07:26:07 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g9JEQ77R063246
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 19 Oct 2002 07:26:07 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.6/8.12.6/Submit) id g9JEQ714063245;
	Sat, 19 Oct 2002 07:26:07 -0700 (PDT)
Message-Id: <200210191426.g9JEQ714063245@www.freebsd.org>
Date: Sat, 19 Oct 2002 07:26:07 -0700 (PDT)
From: Michail Vidiassov <master@iaas.msu.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: One more modem PNP id for /usr/src/sys/isa/sio.c
X-Send-Pr-Version: www-1.0

>Number:         44267
>Category:       kern
>Synopsis:       [sio] [patch] One more modem PNP id for /usr/src/sys/isa/sio.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 19 07:30:00 PDT 2002
>Closed-Date:    Fri Dec 07 04:48:49 UTC 2012
>Last-Modified:  Fri Dec 07 04:48:49 UTC 2012
>Originator:     Michail Vidiassov
>Release:        4.7-RELEASE
>Organization:
IAAS of MSU
>Environment:
FreeBSD serv.iaas.msu.ru 4.7-PRERELEASE FreeBSD 4.7-PRERELEASE #7: Tue Sep 10 21:52:54 MSD 2002     root@serv.iaas.msu.ru:/disk0g/src/sys/compile/MYKERNEL  i386
>Description:
BEST Data 33614VH Internal ISA modem is not recognised in pnp mode.
>How-To-Repeat:
Plug in the beast ;) => and no Play :(
>Fix:
Add pnp id of the modem into sio_ids structure in /usr/src/sys/isa/sio.c

--- sio.c.orig  Mon Aug 12 15:57:09 2002
+++ sio.c       Fri Oct 18 19:16:21 2002
@@ -717,6 +717,7 @@
        {0x0094490a, NULL},     /* BRI9400 - Boca K56Flex PnP */
        {0x00b4490a, NULL},     /* BRIB400 - Boca 56k PnP */
        {0x0030320d, NULL},     /* CIR3000 - Cirrus Logic V43 */
+       {0x0010320d, NULL},     /* CIR1000 - Cirrus Logic V34 */
        {0x0100440e, NULL},     /* CRD0001 - Cardinal MVP288IV ? */
        {0x01308c0e, NULL},     /* CTL3001 - Creative Labs Phoneblaster */
        {0x36033610, NULL},     /* DAV0336 - DAVICOM 336PNP MODEM */

BTW. in CIR3000 line - is "V43" a typo or not?
>Release-Note:
>Audit-Trail:

From: Volker <volker@vwsoft.com>
To: bug-followup@FreeBSD.org, master@iaas.msu.ru
Cc:  
Subject: Re: kern/44267: [sio] [patch] One more modem PNP id for /usr/src/sys/isa/sio.c
Date: Sat, 26 Jan 2008 19:07:33 +0100

 Michail,
 
 if you still have running the hardware, please test the following
 patch (rework from your patch) and reply with the result. The patch
 should work for 6+7+8.
 
 --- sio_isa.c.orig	2008-01-26 19:01:56.000000000 +0100
 +++ /usr/src/sys/dev/sio/sio_isa.c	2008-01-26 19:03:27.000000000 +0100
 @@ -82,6 +82,7 @@
  	{0x0094490a, NULL},	/* BRI9400 - Boca K56Flex PnP */
  	{0x00b4490a, NULL},	/* BRIB400 - Boca 56k PnP */
  	{0x0030320d, NULL},	/* CIR3000 - Cirrus Logic V43 */
 +	{0x0010320d, NULL},	/* CIR1000 - Cirrus Logic V34 */
  	{0x0100440e, NULL},	/* CRD0001 - Cardinal MVP288IV ? */
  	{0x01308c0e, NULL},	/* CTL3001 - Creative Labs Phoneblaster */
  	{0x36033610, NULL},     /* DAV0336 - DAVICOM 336PNP MODEM */
 
State-Changed-From-To: open->feedback 
State-Changed-By: gavin 
State-Changed-When: Sat Jan 26 18:23:35 UTC 2008 
State-Changed-Why:  
Feedback was requested 


Responsible-Changed-From-To: freebsd-bugs->gavin 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Sat Jan 26 18:23:35 UTC 2008 
Responsible-Changed-Why:  
Take 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44267 

From: Michail Vidiassov <master@iaas.msu.ru>
To: Volker <volker@vwsoft.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: kern/44267: [sio] [patch] One more modem PNP id for
 /usr/src/sys/isa/sio.c
Date: Sat, 26 Jan 2008 23:18:13 +0300 (MSK)

 Dear Volker,
 
 On Sat, 26 Jan 2008, Volker wrote:
 
 > if you still have running the hardware, please test the following
 > patch (rework from your patch) and reply with the result. The patch
 > should work for 6+7+8.
 
 Sorry, I do not have that modem board any more (it must be 
 pollutiong the environment somewhere by now, it was not fit for poor line 
 quality found in places where broadband connections are not available and 
 motherboards with ISA are still in use :(
 
 On the other hand, it really nice to see even the teeniest problem 
 reports eventually adressed.
 
         Sincerely, Michail
State-Changed-From-To: feedback->open 
State-Changed-By: gavin 
State-Changed-When: Sat Jan 26 20:51:08 UTC 2008 
State-Changed-Why:  
Feedback was received, and while the original submitter doesn't have the 
hardware any more, I'm pretty sure there is enough info between this PR and 
Google to be able to apply the patch ito the tree without worry. 


Responsible-Changed-From-To: gavin->freebsd-bugs 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Sat Jan 26 20:51:08 UTC 2008 
Responsible-Changed-Why:  
Throw back into the pool 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44267 
Responsible-Changed-From-To: freebsd-bugs->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Tue Nov 13 20:27:56 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44267 
State-Changed-From-To: open->patched 
State-Changed-By: eadler 
State-Changed-When: Tue Nov 13 20:40:09 UTC 2012 
State-Changed-Why:  
committed in r242996 - sorry it took so long 

http://www.freebsd.org/cgi/query-pr.cgi?pr=44267 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Fri Dec 7 04:48:47 UTC 2012 
State-Changed-Why:  
I shall not MFC this commit so close the PR 

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