Date: Sun, 2 Apr 2000 10:27:40 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: "Pierre Y. Dampure" <dampurep@bladerunner.k2c.co.uk.demon.co.uk> Cc: current@freebsd.org Subject: Re: PNP dependant configs in /sys/isa/pnpparse.c Message-ID: <Pine.BSF.4.21.0004021026150.250-100000@salmon.nlsystems.com> In-Reply-To: <200004011212.NAA00316@bladerunner.k2c.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 1 Apr 2000, Pierre Y. Dampure wrote: > > 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... > I'll look into it. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 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?Pine.BSF.4.21.0004021026150.250-100000>