From owner-freebsd-current Sat Apr 1 4:12:26 2000 Delivered-To: freebsd-current@freebsd.org Received: from mailhost.netbenefit.co.uk (mailhost.netbenefit.co.uk [212.53.64.39]) by hub.freebsd.org (Postfix) with ESMTP id 999DB37B5D8 for ; Sat, 1 Apr 2000 04:12:22 -0800 (PST) (envelope-from pierre.dampure@k2c.co.uk) Received: from [62.188.17.29] (helo=bladerunner.k2c.co.uk) by mailhost.netbenefit.co.uk with esmtp (NetBenefit 1.5) id 12bMl6-00050I-00 for current@freebsd.org; Sat, 01 Apr 2000 13:12:08 +0100 Received: (from dampurep@localhost) by bladerunner.k2c.co.uk (8.9.3/8.9.3) id NAA00316; Sat, 1 Apr 2000 13:12:14 +0100 (BST) (envelope-from pierre.dampure@k2c.co.uk) Date: Sat, 1 Apr 2000 13:12:14 +0100 (BST) Message-Id: <200004011212.NAA00316@bladerunner.k2c.co.uk> X-Authentication-Warning: bladerunner.k2c.co.uk: dampurep set sender to dampurep@bladerunner.k2c.co.uk using -f From: "Pierre Y. Dampure" To: current@freebsd.org Subject: PNP dependant configs in /sys/isa/pnpparse.c Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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