Date: Sun, 10 May 2009 18:23:52 +0400 From: Stanislav Sedov <stas@FreeBSD.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r191959 - head/sys/arm/at91 Message-ID: <20090510182352.f314be67.stas@FreeBSD.org> In-Reply-To: <20090510.081953.1169634800.imp@bsdimp.com> References: <200905100854.n4A8sAPw048368@svn.freebsd.org> <20090510.081953.1169634800.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 10 May 2009 08:19:53 -0600 (MDT) "M. Warner Losh" <imp@bsdimp.com> mentioned: > In message: <200905100854.n4A8sAPw048368@svn.freebsd.org> > Stanislav Sedov <stas@FreeBSD.org> writes: > : +/* > : + * Driver-specific flags. > : + */ > : +#define ATE_FLAG_DETACHING 0x01 > ... > : + if ((sc->flags & ATE_FLAG_DETACHING) == 0) > : + ateinit_locked(sc); > ... > > This flag is never set... > Yeah, it's for future use in detach. -- Stanislav Sedov ST4096-RIPE !DSPAM:4a06e364994291131326605!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090510182352.f314be67.stas>