Date: Sat, 1 Apr 2000 13:12:14 +0100 (BST) From: "Pierre Y. Dampure" <dampurep@bladerunner.k2c.co.uk> To: current@freebsd.org Subject: PNP dependant configs in /sys/isa/pnpparse.c Message-ID: <200004011212.NAA00316@bladerunner.k2c.co.uk>
next in thread | raw e-mail | index | archive | help
Since revision 1.5 of the above, my kernel is giving me a "too many dependant
configs (8)" when probing PNP resources.
Problem is, it looks like the SoundBlaster AWE 64 Gold advertises 8 different
PNP configurations (at least, that's what I got when i bumped MAXDEP to 16 and
rebooted in verbose mode).
Is there a set limit to the number of PNP configurations that can be
advertised? if it's indeed 8, shouldn't the test read:
if (ncfgs > MAXDEP) {
rather than
if (ncfgs >= MAXDEP) {
Comments appreciated...
PYD
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004011212.NAA00316>
