Assert Giant in fwe_start(), as it is not yet MPSAFE.
This commit is contained in:
parent
4b4b27248c
commit
83bcc8bda0
@ -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…
x
Reference in New Issue
Block a user