From owner-svn-src-head@FreeBSD.ORG Sun May 10 14:22:48 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AE78B106566C; Sun, 10 May 2009 14:22:48 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 56D628FC08; Sun, 10 May 2009 14:22:48 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n4AEJquv083984; Sun, 10 May 2009 08:19:52 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 10 May 2009 08:19:53 -0600 (MDT) Message-Id: <20090510.081953.1169634800.imp@bsdimp.com> To: stas@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <200905100854.n4A8sAPw048368@svn.freebsd.org> References: <200905100854.n4A8sAPw048368@svn.freebsd.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r191959 - head/sys/arm/at91 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2009 14:22:49 -0000 In message: <200905100854.n4A8sAPw048368@svn.freebsd.org> Stanislav Sedov writes: : +/* : + * Driver-specific flags. : + */ : +#define ATE_FLAG_DETACHING 0x01 ... : + if ((sc->flags & ATE_FLAG_DETACHING) == 0) : + ateinit_locked(sc); ... This flag is never set... Warner