Module Name: src Committed By: ozaki-r Date: Wed Dec 24 02:48:24 UTC 2014
Modified Files: src/sys/dev/pci: if_vioif.c Log Message: Take TX/RX locks when sc_stopping = true in if_stop Taking the locks is needed to ensure ongoing TX/RX operations finish. Otherwise, if_stop may run during TX/RX operations. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pci/if_vioif.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.