Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2012 16:28:03 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r232218 - head/sys/kern
Message-ID:  <20120227162803.GA85675@FreeBSD.org>
In-Reply-To: <201202271608.q1RG8Iaj025685@svn.freebsd.org>
References:  <201202271608.q1RG8Iaj025685@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 27, 2012 at 04:08:18PM +0000, John Baldwin wrote:
> Author: jhb
> Date: Mon Feb 27 16:08:18 2012
> New Revision: 232218
> URL: http://svn.freebsd.org/changeset/base/232218
> 
> Log:
>   Clear the a device's description string anytime it's driver changes.
>   Descriptions  are specific to drivers and we don't change drivers on attached
>   devices.  This fixes a few places where we were not clearing the description
>   when detaching a driver (e.g. with device_attach() failed).  While here, fix
>   a few other nits:
>   - Remove spurious call to remove a device's driver from
>     devclass_driver_deleted().  device_detach() removes it already.
>   - Fix a typo.

Thanks John,

Please MFC it at least as far as RELENG_8.

./danfe



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