Date: Tue, 18 Dec 2001 23:14:21 -0700 From: Warner Losh <imp@harmony.village.org> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: freebsd-current@FreeBSD.ORG, arch@FreeBSD.ORG Subject: Re: Recent fdc(4) commit broke Alpha kernels Message-ID: <200112190614.fBJ6ELM94421@harmony.village.org> In-Reply-To: Your message of "Tue, 18 Dec 2001 23:56:46 %2B0100." <200112182256.fBIMuk001274@uriah.heep.sax.de> References: <200112182256.fBIMuk001274@uriah.heep.sax.de> <20011218200918.A14073@sunbay.com> <XFMail.011218103539.jhb@FreeBSD.org> <20011218204720.B18124@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112190614.fBJ6ELM94421>