From 201a36decaefc6cd595bdeb56c50af7c78f9c8be Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 22 Aug 2004 14:48:55 +0000 Subject: [PATCH] Don't need to assert Giant in fw_output(), only in the firewire start routine. --- sys/net/if_fwsubr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/net/if_fwsubr.c b/sys/net/if_fwsubr.c index 1989c4e71c7b..331f361466f8 100644 --- a/sys/net/if_fwsubr.c +++ b/sys/net/if_fwsubr.c @@ -90,8 +90,6 @@ firewire_output(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, int unicast, dgl, foff; static int next_dgl; - GIANT_REQUIRED; - #ifdef MAC error = mac_check_ifnet_transmit(ifp, m); if (error)