From owner-cvs-sys Mon Aug 18 12:05:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id MAA10499 for cvs-sys-outgoing; Mon, 18 Aug 1997 12:05:28 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id MAA10293; Mon, 18 Aug 1997 12:03:33 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0x0X5P-0002C5-00; Mon, 18 Aug 1997 13:03:31 -0600 To: Joerg Wunsch Subject: Re: cvs commit: src/sys/ddb db_input.c Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-sys@freebsd.org In-reply-to: Your message of "Sun, 17 Aug 1997 14:21:51 PDT." <199708172121.OAA05687@freefall.freebsd.org> References: <199708172121.OAA05687@freefall.freebsd.org> Date: Mon, 18 Aug 1997 13:03:31 -0600 From: Warner Losh Message-Id: Sender: owner-cvs-sys@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199708172121.OAA05687@freefall.freebsd.org> Joerg Wunsch writes: : I'm using "#if __i386__ && __FreeBSD__" to check for a ``potentially : syscons-relevant environment''. Hope that's ok... Hmmmm, shouldn't that be #if PC_ARCH && __FreeBSD__? There are MIPS machines and Alpha machines that are very much like a PC with a different CPU bolted in and they would likely have a syscons relevant environment. For now it works. If we can standarize on this idium, then it would be easier to go back later and change should that become necessary. Warner