move a common statement out of if/else;
authorthib <thib@openbsd.org>
Thu, 10 Jul 2008 18:14:59 +0000 (18:14 +0000)
committerthib <thib@openbsd.org>
Thu, 10 Jul 2008 18:14:59 +0000 (18:14 +0000)
commit3621da45f9138b041813c39d840420890916963c
tree929b16199adba1c46fdcff8b1105601c6af5d67c
parentc51fe1e9e8c2078e78cd7c1f05c5fc5d4fdeca34
move a common statement out of if/else;
adjust the mbuf before loading it, with bus_dmamap_load_mbuf(),
that way we dont have to fiddle with ds_addr;

ok dlg@
sys/dev/pci/if_sis.c