From owner-cvs-sys Thu Mar 7 22:29:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16849 for cvs-sys-outgoing; Thu, 7 Mar 1996 22:29:18 -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-cvs-sys@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