Date: Sun, 16 Apr 2000 13:48:34 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/common help.common src/sys/conf options.i386 src/sys/i386/conf LINT src/sys/i386/i386 bios.c src/sys/i386/include/pc bios.h src/sys/i386/isa pcibus.c Message-ID: <200004162048.NAA83339@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2000/04/16 13:48:34 PDT Modified files: sys/boot/common help.common sys/conf options.i386 sys/i386/conf LINT sys/i386/i386 bios.c sys/i386/include/pc bios.h sys/i386/isa pcibus.c Log: Some more i386-only BIOS-friendliness: - Add support for using the PCI BIOS functions for configuration space accesses, and make this the default. - Make PNPBIOS the default (obsoletes the PNPBIOS config option). - Add two new boot-time tunables to disable each of the above. Revision Changes Path 1.15 +8 -0 src/sys/boot/common/help.common 1.135 +1 -4 src/sys/conf/options.i386 1.770 +1 -3 src/sys/i386/conf/LINT 1.30 +18 -14 src/sys/i386/i386/bios.c 1.8 +12 -1 src/sys/i386/include/pc/bios.h 1.58 +113 -10 src/sys/i386/isa/pcibus.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?200004162048.NAA83339>