K 10 svn:author V 6 grehan K 8 svn:date V 27 2005-07-09T06:53:52.000000Z K 7 svn:log V 296 The nsegs parameter to bus_dmamap_load_mbuf_sg is not required to be set to 0 on input. This caused a panic in an an MP test version of the GEM driver from Marius, and from inspection of other PCI drivers, the same problem would happen there. Fix by explicitly setting to 0. Approved by: re END