From nobody@FreeBSD.ORG  Fri Jul 14 07:09:24 2000
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 3E6A637C0FE; Fri, 14 Jul 2000 07:09:24 -0700 (PDT)
Message-Id: <20000714140924.3E6A637C0FE@hub.freebsd.org>
Date: Fri, 14 Jul 2000 07:09:24 -0700 (PDT)
From: port@iname.com
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@FreeBSD.org
Subject: Add a PNP ISA modem to sio.c (details attached)
X-Send-Pr-Version: www-1.0

>Number:         19920
>Category:       i386
>Synopsis:       Add a PNP ISA modem to sio.c (details attached)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tanimura
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          wish
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 14 07:10:01 PDT 2000
>Closed-Date:    Tue Oct 10 03:08:38 PDT 2000
>Last-Modified:  Tue Oct 10 03:12:25 PDT 2000
>Originator:     Peter Ortner
>Release:        4.0-STABLE
>Organization:
>Environment:
FreeBSD kakadu.slow 4.0-STABLE FreeBSD 4.0-STABLE #0: Sun Jul  9 22:26:08 EST 2000     root@kakadu.slow:/usr/src/sys/compile/KAKADU  i386
>Description:
I have a PNP ISA Maestro Jetstream modem which works perfectly (at least in my computer), once it's PNP details are added to sio.c

Could you please add details?

Thank you!
>How-To-Repeat:
Not a problem
>Fix:
Add details to struct isa_pnp_id sio_ids in /usr/src/sys/isa/sio.c

Device name = Maestro Jetstream Int V.90 56k Voice Series 2
PNP ID = 0x21002534

viz:

       {0x21002534, NULL},     /* MAE0021 - Maestro Jetstream Int V.90 56k Voice Series 2 */



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->tanimura 
Responsible-Changed-By: sheldonh 
Responsible-Changed-When: Mon Jul 17 10:00:16 PDT 2000 
Responsible-Changed-Why:  
The problem with touching a file a lot is that people start 
to think you maintain it. :-) 

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

From: Peter Ortner <port@iname.com>
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: i386/19920: Add a PNP ISA modem to sio.c (details attached)
Date: Tue, 10 Oct 2000 19:59:11 +1000

 This is a multi-part message in MIME format.
 --------------183A149ECB731CAF290ACA6D
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 
 OK, so here's a patch that adds the line... so therefore you're not
 maintaining it, just merely, umm...
 
 
 --------------183A149ECB731CAF290ACA6D
 Content-Type: text/plain; charset=us-ascii;
  name="maestro.patch"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="maestro.patch"
 
 *** sio.c	Tue Oct 10 19:16:13 2000
 --- /usr/src/sys/isa/sio.c	Tue Oct 10 16:43:37 2000
 ***************
 *** 676,681 ****
 --- 676,682 ----
   	{0x0050c31e, NULL},	/* GVC5000 - some GVC modem */
   	{0x3800f91e, NULL},	/* GWY0038 - Telepath with v.90 */
   	{0x9062f91e, NULL},	/* GWY6290 - Telepath with x2 Technology */
 + 	{0x21002534, NULL},	/* MAE0021 - Jetstream Int V.90 56k Voice Series 2*/
   	{0x0000f435, NULL},	/* MOT0000 - Motorola ModemSURFR 33.6 Intern */
   	{0x5015f435, NULL},	/* MOT1550 - Motorola ModemSURFR 56K Modem */
   	{0xf015f435, NULL},	/* MOT15F0 - Motorola VoiceSURFR 56K Modem */
 
 --------------183A149ECB731CAF290ACA6D--
 
 
State-Changed-From-To: open->closed 
State-Changed-By: tanimura 
State-Changed-When: Tue Oct 10 03:08:38 PDT 2000 
State-Changed-Why:  
Added in rev 1.318(HEAD) and 1.291.2.13(RELENG_4), thanks! 

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