From owner-cvs-all@FreeBSD.ORG Sat Aug 20 13:38:23 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 83AA016A41F; Sat, 20 Aug 2005 13:38:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 420B743D45; Sat, 20 Aug 2005 13:38:23 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7KDcND1040847; Sat, 20 Aug 2005 13:38:23 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7KDcNeL040846; Sat, 20 Aug 2005 13:38:23 GMT (envelope-from rwatson) Message-Id: <200508201338.j7KDcNeL040846@repoman.freebsd.org> From: Robert Watson Date: Sat, 20 Aug 2005 13:38:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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, 20 Aug 2005 13:38:23 -0000 rwatson 2005-08-20 13:38:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_var.h Log: Merge if_var.h:1.99 from HEAD to RELENG_6: Allocate one of the spare ifnet integer fields to hold if_drv_flags, which in the future will hold IFF_OACTIVE and IFF_RUNNING, and have its access synchronized by the device driver rather than the protocol stack. This will avoid potential races in the management of flags in if_flags. Discussed with: various (scottl, jhb, ...) Approved by: re (kensmith) Revision Changes Path 1.98.2.2 +1 -1 src/sys/net/if_var.h