From owner-cvs-all Sun Apr 16 13:48:38 2000 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 90CD437BA88; Sun, 16 Apr 2000 13:48:35 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA83339; Sun, 16 Apr 2000 13:48:35 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <200004162048.NAA83339@freefall.freebsd.org> From: Mike Smith Date: Sun, 16 Apr 2000 13:48:34 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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