Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() when
authorthib <thib@openbsd.org>
Mon, 7 Jul 2008 12:53:43 +0000 (12:53 +0000)
committerthib <thib@openbsd.org>
Mon, 7 Jul 2008 12:53:43 +0000 (12:53 +0000)
commit63bef9edfac0c7f0cdbfb135d6f79f18b033f2aa
tree60589f0578386440121c6c07d8f2904b3ff94dd0
parent41c346cf04eb39731d36866ce6adb9f8a12a8383
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@
sys/dev/pci/if_sis.c