From owner-freebsd-stable Thu Jul 13 11:48:38 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 1224A37B900 for ; Thu, 13 Jul 2000 11:48:35 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: from foo.osd.bsdi.com (root@foo.osd.bsdi.com [204.216.28.137]) by pike.osd.bsdi.com (8.9.3/8.9.3) with ESMTP id LAA80204; Thu, 13 Jul 2000 11:48:24 -0700 (PDT) (envelope-from jhb@foo.osd.bsdi.com) Received: (from jhb@localhost) by foo.osd.bsdi.com (8.9.3/8.9.3) id LAA63449; Thu, 13 Jul 2000 11:47:32 -0700 (PDT) (envelope-from jhb) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200007130201.WAA00739@waldron.house> Date: Thu, 13 Jul 2000 11:47:31 -0700 (PDT) Organization: BSD, Inc. From: John Baldwin To: Isaac Waldron Subject: RE: Minor patch for /usr/src/sys/isa/pnpparse.c Cc: stable@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 > waldroni@lr.net -- John Baldwin -- 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 majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message