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:   cube
Date:           Wed Jul  2 03:42:55 UTC 2008

Modified Files:
        src/sys/dev/pci: if_wpi.c if_wpivar.h

Log Message:
Protect private mbuf external data storage allocater with a mutex, as it
was done in nfe(4), sk(4) and msk(4).  And maybe some others.
Confirmed to fix the usual issue of data corruption by Jared McNeill.


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/dev/pci/if_wpi.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/pci/if_wpivar.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