aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2008-03-01 04:36:24 +0000
committerJack F Vogel <jfv@FreeBSD.org>2008-03-01 04:36:24 +0000
commit87ad6bb58e0d22cb4926ee9158a49371823c0092 (patch)
tree6402e00a57d3c332c540e4a447bd543dd513ba7a /sys/dev
parent8443538a99cf3d3d327319fba1b765698af2ccd1 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/igb/if_igb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/igb/if_igb.c b/sys/dev/igb/if_igb.c
index 333c8ed30166..581a20b21e6f 100644
--- a/sys/dev/igb/if_igb.c
+++ b/sys/dev/igb/if_igb.c
@@ -1143,7 +1143,7 @@ igb_poll(struct ifnet *ifp, enum poll_cmd cmd, int count)
igb_txeof(txr);
if (!IFQ_DRV_IS_EMPTY(&ifp->if_snd))
- igb_start_locked(txr);
+ igb_start_locked(txr, ifp);
IGB_TX_UNLOCK(txr);
}
#endif /* DEVICE_POLLING */