From owner-cvs-etc Mon Oct 14 10:26:15 1996 Return-Path: owner-cvs-etc Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12438 for cvs-etc-outgoing; Mon, 14 Oct 1996 10:26:15 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA12420; Mon, 14 Oct 1996 10:25:55 -0700 (PDT) Date: Mon, 14 Oct 1996 10:25:55 -0700 (PDT) From: Paul Traina Message-Id: <199610141725.KAA12420@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-etc Subject: cvs commit: src/sys/i386/boot/biosboot Makefile src/etc make.conf src/sys/i386/boot/rawboot Makefile Sender: owner-cvs-etc@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/10/14 10:25:54 Modified: etc make.conf sys/i386/boot/biosboot Makefile sys/i386/boot/rawboot Makefile Log: Expose the control mechanism for serial console boot so that the default shipped with freebsd can be changed without modifying the Makefiles directly. Creates: BOOT_FORCE_COMCONSOLE BOOT_PROBE_KEYBOARD BOOT_PROBE_KEYBOARD_LOCK BOOT_COMCONSOLE (port value for console) Revision Changes Path 1.35 +20 -1 src/etc/make.conf 1.50 +15 -5 src/sys/i386/boot/biosboot/Makefile 1.2 +19 -7 src/sys/i386/boot/rawboot/Makefile