From owner-cvs-sys Sun Apr 7 07:28:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14057 for cvs-sys-outgoing; Sun, 7 Apr 1996 07:28:30 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14024 Sun, 7 Apr 1996 07:28:12 -0700 (PDT) Date: Sun, 7 Apr 1996 07:28:12 -0700 (PDT) From: Bruce Evans Message-Id: <199604071428.HAA14024@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile README.386BSD README.serial boot.c sys.c table.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 07:28:10 Modified: sys/i386/boot/biosboot Makefile README.386BSD README.serial boot.c sys.c table.c Log: Allow specifying the BIOS drive number. Removed the hd drive type. hd essentially wired the FreeBSD drive number to 0 without changing the BIOS drive number. Now the numbers can be specified independently. Replaced the BOOT_HD compile time flag with with BOOT_HD_BIAS. Defining the new flag as 1 should give the same behaviour as defining the old flag as anything. I haven't tested defining these flags. Revision Changes Path 1.39 +7 -5 src/sys/i386/boot/biosboot/Makefile 1.4 +14 -15 src/sys/i386/boot/biosboot/README.386BSD 1.4 +4 -4 src/sys/i386/boot/biosboot/README.serial 1.48 +26 -16 src/sys/i386/boot/biosboot/boot.c 1.11 +32 -11 src/sys/i386/boot/biosboot/sys.c 1.10 +2 -2 src/sys/i386/boot/biosboot/table.c