diff options
author | ru <ru@FreeBSD.org> | 2005-02-15 17:47:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-02-15 17:47:57 +0000 |
commit | 9f215add3204540fa45c1511450a05a7de4fae8a (patch) | |
tree | f9510aa5d883c0ff336a4949088c007791d5027f /sys | |
parent | 80b24bb8d5d29ac89643fbcdac0fe972c6ed7977 (diff) | |
download | FreeBSD-src-9f215add3204540fa45c1511450a05a7de4fae8a.zip FreeBSD-src-9f215add3204540fa45c1511450a05a7de4fae8a.tar.gz |
Remove an outdated comment about ifnet not being locked.
OK'ed by: njl, rwatson, sam
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/fxp/if_fxp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 7ed9a71..1949f98 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -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); |