summaryrefslogtreecommitdiffstats
path: root/sys/dev/ti
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2004-08-28 15:10:35 +0000
committerrwatson <rwatson@FreeBSD.org>2004-08-28 15:10:35 +0000
commitbb60ef092768837ab9067cd484bec4f3c179c5a5 (patch)
tree206c6b5c619776a3887539552fb0be0b3f4781c9 /sys/dev/ti
parent1057ee343cee3ac0157a20aa450988d1e301c5f5 (diff)
downloadFreeBSD-src-bb60ef092768837ab9067cd484bec4f3c179c5a5.zip
FreeBSD-src-bb60ef092768837ab9067cd484bec4f3c179c5a5.tar.gz
Tag a last set of PCI network interfaces as IFF_NEEDSGIANT until they
are either locked down or demonstrated MPSAFE.
Diffstat (limited to 'sys/dev/ti')
-rw-r--r--sys/dev/ti/if_ti.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c
index 62fcf99..f9ee1e4 100644
--- a/sys/dev/ti/if_ti.c
+++ b/sys/dev/ti/if_ti.c
@@ -2157,7 +2157,8 @@ ti_attach(dev)
ifp = &sc->arpcom.ac_if;
ifp->if_softc = sc;
if_initname(ifp, device_get_name(dev), device_get_unit(dev));
- ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST;
+ ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST |
+ IFF_NEEDSGIANT;
tis[unit] = sc;
ifp->if_ioctl = ti_ioctl;
ifp->if_start = ti_start;
OpenPOWER on IntegriCloud