Searched hist:179232 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/
H A DMakefilediff 179232 Fri May 23 02:20:59 MDT 2008 jb Add a knob to allow just the kernels to be built during a 'make universe'.
This is useful when wanting to retry a broken build using NOCLEAN and the
buildworlds are known to have completed.
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.cdiff 251342 Mon Jun 03 17:45:09 MDT 2013 adrian Fix the order of TX shutdown and reset.

* Grab the reset lock first, so any subsequent interrupt, TX, RX work
will fail

* Then shut down interrupts

* Then wait for TX/RX to finish running

At this point no further work will be running, so it's safe to do the
reset path code.

PR: kern/179232

Completed in 330 milliseconds