K 10 svn:author V 5 peter K 8 svn:date V 27 2002-10-09T08:54:32.000000Z K 7 svn:log V 176 Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the 'int nsegments' argument to bus_dma_tag_create(). ~0ul does not fit in an int on machines with 64 bit longs. END