From owner-cvs-all Fri Sep 3 13:59:38 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 0FFCA14E8A; Fri, 3 Sep 1999 13:59:34 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA53457; Fri, 3 Sep 1999 13:58:40 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199909032058.NAA53457@freefall.freebsd.org> From: Bill Paul Date: Fri, 3 Sep 1999 13:58:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sfreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/09/03 13:58:40 PDT Modified files: sys/pci if_sfreg.h Log: #ifdef out the definition for the small packet RX ring. I ended up only using one RX ring because of the alignment issue, so we may as well save a few K of memory by not allocating space for it. Revision Changes Path 1.4 +10 -1 src/sys/pci/if_sfreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message