Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/pci



Module Name:    src
Committed By:   kiyohara
Date:           Fri Mar 28 08:46:01 UTC 2008

Modified Files:
        src/sys/dev/pci: if_msk.c if_mskvar.h

Log Message:
The status buffer must synchronize.  If your CPU is cache writeback,
synchronous processing is necessary.  However, the size of a status
buffer will overwrite the memory while synchronously processing it
because it is very small.  We clear the flag SK_Y2_STOPC_OWN at more
late.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/pci/if_msk.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/if_mskvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index