Date: Tue, 18 Dec 2001 14:16:33 -0800 (PST) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c Message-ID: <200112182216.fBIMGX179954@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. Revision Changes Path 1.224 +8 -2 src/sys/isa/fd.c 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?200112182216.fBIMGX179954>