Date: Tue, 9 Jan 2001 10:17:49 -0800 (PST) From: Matt Jacob <mjacob@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include bus.h Message-ID: <200101091817.f09IHng10622@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101091817.f09IHng10622>