From 7b6fe3a4c21f94dafedd70e7c6bbc99ed249bc3d Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Tue, 15 Feb 2005 17:47:57 +0000 Subject: [PATCH] Remove an outdated comment about ifnet not being locked. OK'ed by: njl, rwatson, sam --- sys/dev/fxp/if_fxp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 7ed9a7169e45..1949f98df937 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);