From owner-cvs-all@FreeBSD.ORG Sat Oct 30 21:54:57 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E370516A4CE; Sat, 30 Oct 2004 21:54:57 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C097743D46; Sat, 30 Oct 2004 21:54:57 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9ULsvJP085522; Sat, 30 Oct 2004 21:54:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9ULsvgZ085521; Sat, 30 Oct 2004 21:54:57 GMT (envelope-from rwatson) Message-Id: <200410302154.i9ULsvgZ085521@repoman.freebsd.org> From: Robert Watson Date: Sat, 30 Oct 2004 21:54:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/net if_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Oct 2004 21:54:58 -0000 rwatson 2004-10-30 21:54:57 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/net if_var.h Log: Merge if_var.h:1.87 from HEAD to RELENG_5: date: 2004/10/30 08:45:13; author: rwatson; state: Exp; lines: +5 -0 Add additional "spare" fields to 'struct ifnet' in order to improve the resistance of the network driver ABI to changes that will be required as we optimize locking. MFC after: 3 days Discussed at: Developer Summit Approved by: re (kensmith) Revision Changes Path 1.84.2.2 +5 -0 src/sys/net/if_var.h