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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"