Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 May 2009 08:19:53 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        stas@FreeBSD.org
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:  <20090510.081953.1169634800.imp@bsdimp.com>
In-Reply-To: <200905100854.n4A8sAPw048368@svn.freebsd.org>
References:  <200905100854.n4A8sAPw048368@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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...

Warner



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090510.081953.1169634800.imp>