Date: Sun, 10 Dec 2000 01:09:59 -0800 (PST) From: imura@af.airnet.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: kern/23414: fail to probe my pnp modem Message-ID: <200012100909.eBA99xU76123@freefall.freebsd.org> Resent-Message-ID: <200012100910.eBA9A1M76144@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23414
>Category: kern
>Synopsis: fail to probe my pnp modem
>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: Sun Dec 10 01:10:00 PST 2000
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012100909.eBA99xU76123>
