Subject: kern/4282: isapnp doesn't recognize Boca 33.6 PnP modem
To: None <gnats-bugs@gnats.netbsd.org>
From: Dave Huang <khym@bga.com>
List: netbsd-bugs
Date: 10/16/1997 20:29:32
>Number:         4282
>Category:       kern
>Synopsis:       isapnp doesn't recognize Boca 33.6 PnP modem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Oct 16 18:35:02 1997
>Last-Modified:
>Originator:     Dave Huang
>Organization:
Name: Dave Huang     |   Mammal, mammal / their names are called /
INet: khym@bga.com   |   they raise a paw / the bat, the cat /
FurryMUCK: Dahan     |   dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 21 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++
>Release:        NetBSD-current as of October 15, 1997
>Environment:
	
System: NetBSD dahan.metonymy.com 1.2G NetBSD 1.2G (SPIFF) #140: Wed Oct 15 21:55:12 CDT 1997 khym@dahan.metonymy.com:/usr/src.local/sys/arch/i386/compile/SPIFF i386


>Description:
The Boca 33.6 internal plug and play home fax modem doesn't get
configured by isapnp.

>How-To-Repeat:
Install a Boca 33.6 PnP modem, boot a kernel with "com* at isapnp?",
notice that the modem doesn't get configured.

>Fix:
--- /usr/src/sys/dev/isapnp/com_isapnp.c	Thu Oct 16 08:49:13 1997
+++ /usr/src.local/sys/dev/isapnp/com_isapnp.c	Thu Oct 16 20:24:11 1997
@@ -77,6 +77,7 @@
 	struct isapnp_attach_args *ipa = aux;
 
 	if (strcmp(ipa->ipa_devlogic, "ROK0010") &&
+	    strcmp(ipa->ipa_devlogic, "BRI1400") &&
 	    strcmp(ipa->ipa_devcompat, "PNP0500") &&
 	    strcmp(ipa->ipa_devcompat, "PNP0501"))
 		return (0);

>Audit-Trail:
>Unformatted: