Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2012 12:12:43 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Alexey Dokuchaev <danfe@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:  <201202271212.43914.jhb@freebsd.org>
In-Reply-To: <20120227162803.GA85675@FreeBSD.org>
References:  <201202271608.q1RG8Iaj025685@svn.freebsd.org> <20120227162803.GA85675@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday, February 27, 2012 11:28:03 am Alexey Dokuchaev wrote:
> 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.

Oh, whoops, I forgot to add 'MFC after'.  I will MFC it.

-- 
John Baldwin



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