From owner-cvs-all Tue Jan 9 10:18: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4BE0A37B401; Tue, 9 Jan 2001 10:17:49 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f09IHng10622; Tue, 9 Jan 2001 10:17:49 -0800 (PST) (envelope-from mjacob) Message-Id: <200101091817.f09IHng10622@freefall.freebsd.org> From: Matt Jacob Date: Tue, 9 Jan 2001 10:17:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include bus.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/01/09 10:17:49 PST Modified files: sys/alpha/include bus.h Log: The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really be 64 bits wide. The largest known current actual physical implementation is 40 bits, so BUS_SPACE_MAXADDR should reflect this. It also seems to me that BUS_SPACE_UNRESTRICTED should b ~0UL, not ~0. Revision Changes Path 1.9 +6 -5 src/sys/alpha/include/bus.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message