Date: Thu, 7 Mar 1996 22:29:10 -0800 (PST) From: Bruce Evans <bde> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile boot.c io.c probe_keyboard.c Message-ID: <199603080629.WAA16835@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199603080629.WAA16835>