summaryrefslogtreecommitdiff
path: root/sys/dev/ar
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2004-08-13 22:52:11 +0000
committerRobert Watson <rwatson@FreeBSD.org>2004-08-13 22:52:11 +0000
commitb68828c9414ae776ecbdb51d69b72877de928002 (patch)
treec224b80c3d3bc81c4f04f224d40391a4c22ac067 /sys/dev/ar
parent09e54b95d3ef54ffa10d629537c21fb486a2601a (diff)
Notes
Diffstat (limited to 'sys/dev/ar')
-rw-r--r--sys/dev/ar/if_ar.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ar/if_ar.c b/sys/dev/ar/if_ar.c
index 0b98b7a6b565..7777e89348b7 100644
--- a/sys/dev/ar/if_ar.c
+++ b/sys/dev/ar/if_ar.c
@@ -293,7 +293,8 @@ ar_attach(device_t device)
if_initname(ifp, device_get_name(device),
device_get_unit(device));
ifp->if_mtu = PP_MTU;
- ifp->if_flags = IFF_POINTOPOINT | IFF_MULTICAST;
+ ifp->if_flags = IFF_POINTOPOINT | IFF_MULTICAST |
+ IFF_NEEDSGIANT;
ifp->if_ioctl = arioctl;
ifp->if_start = arstart;
ifp->if_watchdog = arwatchdog;