K 10 svn:author V 3 imp K 8 svn:date V 27 2004-08-23T23:28:02.000000Z K 7 svn:log V 267 Even in a 80 column, fixed point font, there's plenty of room for all the arguments to bus_dmamap_load, so don't use '...' but list the actual args. '...' usually means a variable number of args (cf printf(3)), but bus_dmamap_load takes a fixed number of arguments. END