From owner-cvs-sys Sun Dec 15 03:33:58 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id DAA20566 for cvs-sys-outgoing; Sun, 15 Dec 1996 03:33:58 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id DAA20555; Sun, 15 Dec 1996 03:33:50 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id WAA01931; Sun, 15 Dec 1996 22:26:19 +1100 Date: Sun, 15 Dec 1996 22:26:19 +1100 From: Bruce Evans Message-Id: <199612151126.WAA01931@godzilla.zeta.org.au> To: bde@zeta.org.au, peter@spinner.DIALix.COM Subject: Re: cvs commit: src/sys/i386/boot/rawboot Makefile Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, nate@mt.sri.com Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Well, you're welcome to fix i386/boot/biosboot/probe_keyboard.c then and >the Makefiles that have to give the -I paths. I've already removed (broken) -I paths from biosboot/Makefile once :-). It would have saved time to put the right things in the headers and put the headers in the right place to begin with. Many keyboard #defines, not to mention code, are also duplicated (with different names and one different value) in biosboot/io.c and netboot/misc.c :-(. Bruce