K 10 svn:author V 6 mjacob K 8 svn:date V 27 2001-01-09T18:17:48.000000Z K 7 svn:log V 276 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. END