From owner-cvs-all Tue Dec 18 14:36:29 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id 1884237B417 for ; Tue, 18 Dec 2001 14:36:24 -0800 (PST) Received: (qmail 20999 invoked from network); 18 Dec 2001 22:36:22 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 18 Dec 2001 22:36:22 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200112182216.fBIMGX179954@freefall.freebsd.org> Date: Tue, 18 Dec 2001 14:36:07 -0800 (PST) From: John Baldwin To: Joerg Wunsch Subject: RE: cvs commit: src/sys/isa fd.c Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 <>< 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