Subject: Re: sb0 and 1.3.2
To: None <rh@vip.at>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: port-i386
Date: 03/08/1999 16:12:40
On Mar 8, Rene Hexel wrote
>   I'm afraid, I have to disappoint you here.  With PnP devices (on
> isapnp/pci/pcmcia ...) this simply means that a PnP device was
> identified.  'not configured' in this case means that no driver was
> configured to actually make use of the identified device (in most cases
> because of a missing driver).
> 
>   Under NetBSD-1.3.2 the Creative ViBRA16X PnP (CTL0043) is not
> supported.  There is support for this card, however, under
> NetBSD-current.

This board works fine under 1.3.2, you just need the following patch:

Index: sb_isapnp.c
===================================================================
RCS file: /archive/cvs/cvsroot/NetBSD/src/sys/dev/isapnp/sb_isapnp.c,v
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -r1.1.1.2 -r1.2
--- sb_isapnp.c	1998/01/26 13:45:42	1.1.1.2
+++ sb_isapnp.c	1998/02/12 10:11:42	1.2
@@ -94,6 +94,7 @@
 	    strcmp(ipa->ipa_devlogic, "CTL0001") &&
 	    strcmp(ipa->ipa_devlogic, "CTL0031") && /* SB AWE32 */
 	    strcmp(ipa->ipa_devlogic, "CTL0041") && /* SB16 PnP (CT4131) */
+	    strcmp(ipa->ipa_devlogic, "CTL0043") && /* SB16 PnP (CT4170) */
 	    strcmp(ipa->ipa_devlogic, "CTL0042") && /* SB AWE64 Value */
 	    strcmp(ipa->ipa_devlogic, "CTL0044") && /* SB AWE64 Gold */
 	    strcmp(ipa->ipa_devlogic, "CTL0045") && /* SB AWE64 Value */


--
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--