Subject: Re: kern/15861: Adding a new PnP device for a SoundBlaster16 PnP (CT2980) Card still causes problems
To: None <netbsd-bugs@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: netbsd-bugs
Date: 03/11/2002 04:52:40
In article <20020310231924.0AA4711119@www.netbsd.org>,
 <jfmsg@t-online.de> wrote:

>NetBSD arachne.local 1.5.2 NetBSD 1.5.2 (MINIMAL) #6: Sun Mar 10
>23:42:42 CET 2002    
>juergen@arachne.local:/usr/src/sys/arch/i386/compile/MINIMAL i386
>>Description:
>isapnp0: <Creative SB16 PnP, CTL0051, , StereoEnhance> port 0x100/1 not
>configured
>After adding the line:
>devlogic  sb  CTL0051  0  SB16 PnP (CT2980)
>to /sys/dev/isapnp/isapnpdevs the boot message changes to:
>sb1 at isapnp0 port 0x100/1
>but thereafter I get still:
>sb1: sbmatch failed
>How do I get the correct line in /sys/dev/isapnp/isapnpdevs ?
>>How-To-Repeat:
>The problem described above also appears when I'm changing the
>"devlogic  sb ..." line in /sys/dev/isapnp/isapnpdevs to other possible values.

Do you have an isa sb0? this is probably what is breaking it [the device
is probed in the isa bus, and then reset and re-probed as an isapnp device].
The solution is to comment out the isa sb line in your kernel.

christos