Remove an outdated comment about ifnet not being locked.
OK'ed by: njl, rwatson, sam
This commit is contained in:
parent
888ab0185e
commit
7b6fe3a4c2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141950
@ -781,9 +781,6 @@ fxp_attach(device_t dev)
|
||||
|
||||
/*
|
||||
* Hook our interrupt after all initialization is complete.
|
||||
* XXX This driver has been tested with the INTR_MPSAFFE flag set
|
||||
* however, ifp and its functions are not fully locked so MPSAFE
|
||||
* should not be used unless you can handle potential data loss.
|
||||
*/
|
||||
error = bus_setup_intr(dev, sc->irq, INTR_TYPE_NET | INTR_MPSAFE,
|
||||
fxp_intr, sc, &sc->ih);
|
||||
|
Loading…
Reference in New Issue
Block a user