Date: Tue, 18 Dec 2001 14:36:07 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: Joerg Wunsch <joerg@FreeBSD.org> Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Subject: RE: cvs commit: src/sys/isa fd.c Message-ID: <XFMail.011218143607.jhb@FreeBSD.org> In-Reply-To: <200112182216.fBIMGX179954@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 18-Dec-01 Joerg Wunsch wrote: > joerg 2001/12/18 14:16:33 PST > > Modified files: > sys/isa fd.c > Log: > Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since it > otherwise breaks on the Alpha arch. I think this is wrong since i'd > actually like to probe for a PC architecture, not for a particular CPU > type. Anyway, now it's again the way it used to be. i386 is the architecture name we use. I386_CPU is for a particular CPU. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.011218143607.jhb>