From owner-cvs-all Sat May 6 8:54: 6 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 28C4537BB0C; Sat, 6 May 2000 08:54:00 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA86589; Sat, 6 May 2000 08:54:00 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <200005061554.IAA86589@freefall.freebsd.org> From: Jonathan Lemon Date: Sat, 6 May 2000 08:53:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jlemon 2000/05/06 08:53:59 PDT Modified files: sys/pci if_de.c Log: Bounce a copy of the mbuf to the bpf listener when we submit the frames for transmit to the adapter, not when we receive a transmit interrupt indicating that they were sent. This fix now allows tcpdump to produce sane results by recording the timestamp at the point where the mbuf was actually transmitted. Revision Changes Path 1.126 +7 -3 src/sys/pci/if_de.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message