diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-08-13 23:09:41 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-08-13 23:09:41 +0000 |
| commit | a1755216cf83cade19520a121e47d82997ea73b2 (patch) | |
| tree | 1b8250d6094f78d3322ae19ff5d01b7b38f1c8e8 /sys/dev | |
| parent | 65da4658f0455a9af28fe42092b64977e1dd0fa6 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/firewire/if_fwip.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/firewire/if_fwip.c b/sys/dev/firewire/if_fwip.c index 874e3ecfbb7e..2c11a253ecbe 100644 --- a/sys/dev/firewire/if_fwip.c +++ b/sys/dev/firewire/if_fwip.c @@ -209,7 +209,8 @@ fwip_attach(device_t dev) ifp->if_init = fwip_init; ifp->if_start = fwip_start; ifp->if_ioctl = fwip_ioctl; - ifp->if_flags = (IFF_BROADCAST|IFF_SIMPLEX|IFF_MULTICAST); + ifp->if_flags = (IFF_BROADCAST|IFF_SIMPLEX|IFF_MULTICAST| + IFF_NEEDSGIANT); ifp->if_snd.ifq_maxlen = TX_MAX_QUEUE; s = splimp(); |
