rwatson 2004-08-13 23:09:41 UTC
FreeBSD src repository
Modified files:
sys/dev/firewire if_fwip.c
Log:
Since if_fwip doesn't contain locking or run with INTR_MPSAFE, mark
the interface as IFF_NEEDSGIANT so if_start is run holding Giant.
Approved by: dfr
Revision Changes Path
1.5 +2 -1 src/sys/dev/firewire/if_fwip.c