On 13-Jul-00 Isaac Waldron wrote:
> My Soundblaster AWE64 causes two warnings to be emitted at boot time.  The 
> first has to do with the device wanting too many different resources, and the
> message printed is "too many dependant configs."  I fixed this simply by 
> increasing the value of MAXDEP in pnpparse.c from 8 to 16.  The other warning
> I get is due to the PnP code receiving a vendor tag from the device.  This
> was 
> easy to fix as well, I simply added a case statement to the existing switch
> in 
> pnpparse.c to handle the predefined PNP_TAG_VENDOR.  I defined it as a no-op,
> this way, the original behavior is held consistent.  I'm not sure if these
> are 
> truly correct fixes, but they have not caused any trouble on my machine.  
> Output from `uname -a` and the patch are included below.

Looks ok to me.  I'll stick them in -current once I've tested them a bit, then
they can be MFC'd once they've been tested more widely.

> Isaac Waldron
> [EMAIL PROTECTED]

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to