From owner-cvs-all Thu Oct 14 14: 3: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 97BA615184; Thu, 14 Oct 1999 14:03:05 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA62397; Thu, 14 Oct 1999 14:03:04 -0700 (PDT) (envelope-from dfr@FreeBSD.org) Message-Id: <199910142103.OAA62397@freefall.freebsd.org> From: Doug Rabson Date: Thu, 14 Oct 1999 14:03:04 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa pnp.c pnpparse.c pnpvar.h src/sys/i386/i386 bios.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 1999/10/14 14:03:04 PDT Modified files: sys/isa pnp.c pnpparse.c pnpvar.h sys/i386/i386 bios.c Log: * Add some verbose logging to the PnP parser and fix a couple of bugs. * Move pnp_eisaformat() to pnp.c, declared in . * Turn the pnpbios code into an enumerator for the isa bus. This allows all devices known to the bios to be probed automatically. Currently the pnpbios code is dependant on the PNPBIOS option. As the code is tested more and when more drivers are converted this will be made the default. I have PnP changes in the wings for fdc, atkbd, psm, pcaudio, and joy. Sio already works with pnpbios. Revision Changes Path 1.5 +19 -1 src/sys/isa/pnp.c 1.2 +167 -34 src/sys/isa/pnpparse.c 1.3 +2 -1 src/sys/isa/pnpvar.h 1.28 +48 -25 src/sys/i386/i386/bios.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message