Date: Thu, 14 Oct 1999 14:03:04 -0700 (PDT) From: Doug Rabson <dfr@FreeBSD.org> 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 Message-ID: <199910142103.OAA62397@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <isa/pnpvar.h>. * 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910142103.OAA62397>