From nobody@FreeBSD.org  Sun Dec 10 01:09:59 2000
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 1FE7F37B400
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 10 Dec 2000 01:09:59 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id eBA99xU76123;
	Sun, 10 Dec 2000 01:09:59 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200012100909.eBA99xU76123@freefall.freebsd.org>
Date: Sun, 10 Dec 2000 01:09:59 -0800 (PST)
From: imura@af.airnet.ne.jp
Sender: nobody@FreeBSD.org
To: freebsd-gnats-submit@FreeBSD.org
Subject: fail to probe my pnp modem
X-Send-Pr-Version: www-1.0

>Number:         23414
>Category:       kern
>Synopsis:       fail to probe my pnp modem
>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:   Sun Dec 10 01:10:00 PST 2000
>Closed-Date:    Sun Nov 18 08:39:28 PST 2001
>Last-Modified:  Sun Nov 18 08:40:08 PST 2001
>Originator:     Ryuichiro Imura
>Release:        FreeBSD 4.2 BETA
>Organization:
>Environment:
FreeBSD skyblue 4.2-BETA FreeBSD 4.2-BETA #19: Sun Dec 10 17:26:27 JST 2000     root@skyblue:/usr/src/sys/compile/MN5500  i386
>Description:
PnP modem support had gone, since 4-stable was born.
When I've updated my note-pc(sharp MN-5500) from FreeBSD-2.2.8
to FreeBSD-4.2 BETA, my modem was failed to be probed as sioX
and dmesg says it as <unknown>, though an irq, port I specified are true.
To resolve this problem, Please add my isa_pnp_id to the kernel.

I'd like to say that pnp(4) has been obsolete.
>How-To-Repeat:
Boot my pc as usual.
>Fix:
Please add following to isa/sio.c

Index: sio.c
===================================================================
RCS file: /export/home/ncvs/src/sys/isa/sio.c,v
retrieving revision 1.319
diff -u -r1.319 sio.c
--- sio.c	2000/10/25 05:19:37	1.319
+++ sio.c	2000/12/10 08:40:50
@@ -724,6 +724,7 @@
 	{0x0300695c, NULL},	/* WCI0003 - Fax/Voice/Modem/Speakphone/Asvd */
 	{0x01a0896a, NULL},	/* ZTIA001 - Zoom Internal V90 Faxmodem */
 	{0x61f7896a, NULL},	/* ZTIF761 - Zoom ComStar 33.6 */
+	{0x1010104d, NULL},	/* SHP1010 - Rockwell 336000bps Modem Card */
 	{0}
 };
 


>Release-Note:
>Audit-Trail:

From: Dag-Erling Smorgrav <des@ofug.org>
To: imura@af.airnet.ne.jp
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: kern/23414: fail to probe my pnp modem
Date: 10 Dec 2000 11:13:58 +0100

 imura@af.airnet.ne.jp writes:
 > +	{0x1010104d, NULL},	/* SHP1010 - Rockwell 336000bps Modem Card */
                                                       ------
 That's one 0 too many.
 
 DES
 -- 
 Dag-Erling Smorgrav - des@ofug.org
 

From: "R. Imura" <ryu_16@yahoo.co.jp>
To: Dag-Erling Smorgrav <des@ofug.org>
Cc: freebsd-gnats-submit@FreeBSD.ORG, imura@af.airnet.ne.jp
Subject: Re: kern/23414: fail to probe my pnp modem
Date: Sun, 10 Dec 2000 20:42:39 +0900 (JST)

 > imura@af.airnet.ne.jp writes:
 > > +	{0x1010104d, NULL},	/* SHP1010 - Rockwell 336000bps Modem Card */
 >                                                       ------
 > That's one 0 too many.
 
 Sorry, It was just a typo.
 
 - R. Imura
 _________________________________________________________
 DO YOU YAHOO!?
 Chat with your friends --> http://chat.yahoo.co.jp
 
 
State-Changed-From-To: open->closed 
State-Changed-By: iedowse 
State-Changed-When: Sun Nov 18 08:39:28 PST 2001 
State-Changed-Why:  

Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23414 
>Unformatted:
