From owner-cvs-all Mon Aug 30 21:26: 8 1999 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 F1EBA15176; Mon, 30 Aug 1999 21:25:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA42080; Mon, 30 Aug 1999 21:22:47 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199908310422.VAA42080@freefall.freebsd.org> From: Peter Wemm Date: Mon, 30 Aug 1999 21:22:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_pn.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/08/30 21:22:47 PDT Modified files: sys/pci if_pn.c Log: Fix a couple of things that weren't quite right for not using PN_RX_BUG_WAR - it was freeing memory that may not have been allocated, and unconditionally bzero'ing the mbufs even if the workaround wasn't enabled. Revision Changes Path 1.27 +8 -4 src/sys/pci/if_pn.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message