Assert Giant in fwe_start(), as it is not yet MPSAFE.
This commit is contained in:
parent
30c2d32f09
commit
ebf0f968fd
@ -488,6 +488,8 @@ fwe_start(struct ifnet *ifp)
|
||||
struct fwe_softc *fwe = ((struct fwe_eth_softc *)ifp->if_softc)->fwe;
|
||||
int s;
|
||||
|
||||
GIANT_REQUIRED;
|
||||
|
||||
FWEDEBUG(ifp, "starting\n");
|
||||
|
||||
if (fwe->dma_ch < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user