From owner-freebsd-current Tue Dec 18 22:14:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 870E737B41C; Tue, 18 Dec 2001 22:14:23 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fBJ6EMa19732; Tue, 18 Dec 2001 23:14:22 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fBJ6ELM94421; Tue, 18 Dec 2001 23:14:21 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200112190614.fBJ6ELM94421@harmony.village.org> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: Recent fdc(4) commit broke Alpha kernels Cc: freebsd-current@FreeBSD.ORG, arch@FreeBSD.ORG In-reply-to: Your message of "Tue, 18 Dec 2001 23:56:46 +0100." <200112182256.fBIMuk001274@uriah.heep.sax.de> References: <200112182256.fBIMuk001274@uriah.heep.sax.de> <20011218200918.A14073@sunbay.com> <20011218204720.B18124@sunbay.com> Date: Tue, 18 Dec 2001 23:14:21 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200112182256.fBIMuk001274@uriah.heep.sax.de> Joerg Wunsch writes: : Cc goes to arch@freebsd.org: what is the politically correct way to : distinguish a PC-type architecture (in that case one that uses a : PC-style RTC memory to store configuration information) from another : architecture that uses IA32 CPUs (like PC98, although they aren't : using /sys/isa/fd.c right now)? #if defined(__i386__) && !defined(PC98) is what is usually used... There's really only one other IA32 architecture these days. All the others I know of died in the 286 or 8088 time frame. We don't have a ibmpc or pc-at symbol. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message