From owner-freebsd-commit Thu Mar 7 22:29:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16867 for freebsd-commit-outgoing; Thu, 7 Mar 1996 22:29:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16860 for cvs-all-outgoing; Thu, 7 Mar 1996 22:29:20 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16835 Thu, 7 Mar 1996 22:29:10 -0800 (PST) Date: Thu, 7 Mar 1996 22:29:10 -0800 (PST) From: Bruce Evans Message-Id: <199603080629.WAA16835@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile boot.c io.c probe_keyboard.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/03/07 22:29:10 Modified: sys/i386/boot/biosboot Makefile boot.c io.c probe_keyboard.c Log: Probe the keyboard if PROBE_KEYBOARD is defined instead of when `notyet' is defined and FORCE_COMCONSOLE isn't defined. Don't compile any keyboard probing code if PROBE_KEYBOARD isn't defined. Makefile: Removed -I paths. They weren't used, and the one to /sys hasn't worked since the source directory was moved down one level. Revision Changes Path 1.38 +6 -3 src/sys/i386/boot/biosboot/Makefile 1.47 +6 -6 src/sys/i386/boot/biosboot/boot.c 1.18 +3 -1 src/sys/i386/boot/biosboot/io.c 1.6 +3 -3 src/sys/i386/boot/biosboot/probe_keyboard.c