From owner-cvs-all Tue Sep 28 12:59:53 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0548715838; Tue, 28 Sep 1999 12:59:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94282; Tue, 28 Sep 1999 12:59:43 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199909281959.MAA94282@freefall.freebsd.org> From: Warner Losh Date: Tue, 28 Sep 1999 12:59:43 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aha aha_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk imp 1999/09/28 12:59:43 PDT Modified files: sys/dev/aha aha_isa.c Log: Use rmand_get_bus{tag,handle} rather than hard wiring things to I386_BUS_SPACE_IO. Compiles now on the Alpha, but likely will not work due to bus space address <-> virtual address mapping bogons that work for i386 but not alpha. Revision Changes Path 1.14 +4 -4 src/sys/dev/aha/aha_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message