K 10 svn:author V 4 mike K 8 svn:date V 27 2003-01-19T15:13:41.000000Z K 7 svn:log V 205 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. Noticed by: alpha tinderbox END