Bug 23414

Summary: fail to probe my pnp modem
Product: Base System Reporter: imura <imura>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description imura 2000-12-10 09:10:00 UTC
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.

Fix: Please add following to isa/sio.c
How-To-Repeat: Boot my pc as usual.
Comment 1 des 2000-12-10 10:13:58 UTC
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
Comment 2 ryu_16 2000-12-10 11:42:39 UTC
> 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
Comment 3 iedowse freebsd_committer freebsd_triage 2001-11-18 16:39:28 UTC
State Changed
From-To: open->closed


Committed, thanks!