svn commit: r191959 - head/sys/arm/at91

M. Warner Losh imp at bsdimp.com
Sun May 10 14:22:49 UTC 2009


In message: <200905100854.n4A8sAPw048368 at svn.freebsd.org>
            Stanislav Sedov <stas at 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


More information about the svn-src-head mailing list