From owner-freebsd-current Sun Apr 2 1:21:30 2000 Delivered-To: freebsd-current@freebsd.org Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by hub.freebsd.org (Postfix) with ESMTP id 0BB9537B844 for ; Sun, 2 Apr 2000 01:21:26 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-33.mail.demon.net with esmtp (Exim 2.12 #1) id 12bgZF-000B1F-0X; Sun, 2 Apr 2000 10:21:14 +0100 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id KAA08403; Sun, 2 Apr 2000 10:25:37 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Sun, 2 Apr 2000 10:27:40 +0100 (BST) From: Doug Rabson To: "Pierre Y. Dampure" Cc: current@freebsd.org Subject: Re: PNP dependant configs in /sys/isa/pnpparse.c In-Reply-To: <200004011212.NAA00316@bladerunner.k2c.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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