Assert Giant in fwe_start(), as it is not yet MPSAFE.

This commit is contained in:
Robert Watson 2004-08-18 04:54:54 +00:00
parent 4b4b27248c
commit 83bcc8bda0
1 changed files with 2 additions and 0 deletions

View File

@ -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) {