CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2011/02/15 12:10:19

Modified files:
        sys/dev/pci    : if_sis.c 

Log message:
bus_dmamap_sync() freshly initialized Rx descriptors before flipping the bit
that hands them over to the hardware.  This prevents the hardware from seeing
stale contents if the compiler decides to re-order stores or if the hardware
does store-reordering.

Reply via email to