From owner-cvs-all Sun Nov 12 19: 0: 4 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 87D5A37B479; Sun, 12 Nov 2000 18:59:59 -0800 (PST) Received: (from bmilekic@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA92732; Sun, 12 Nov 2000 18:59:59 -0800 (PST) (envelope-from bmilekic@FreeBSD.org) Message-Id: <200011130259.SAA92732@freefall.freebsd.org> From: Bosko Milekic Date: Sun, 12 Nov 2000 18:59:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mbuf.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bmilekic 2000/11/12 18:59:59 PST Modified files: sys/sys mbuf.h Log: Change the ext_type type from short to int, since it doesn't cost us anything and it's likely to be faster on alphas. Also, add EXT_MOD_TYPE for modules that want to add their own ext_type and are not network drivers (so they don't use EXT_NET_DRV). Revision Changes Path 1.64 +3 -2 src/sys/sys/mbuf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message