CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/07 06:53:43
Modified files: sys/dev/pci : if_sis.c Log message: Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() when we want too load an mbuf; remove a printf that fires in case we can't load the mbuf (We do error handling and recovery). ok brad@, dlg@