From owner-svn-src-all@FreeBSD.ORG Wed Mar 3 22:23:15 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54277106567B; Wed, 3 Mar 2010 22:23:15 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by mx1.freebsd.org (Postfix) with ESMTP id 88C7D8FC18; Wed, 3 Mar 2010 22:23:14 +0000 (UTC) Received: by ey-out-2122.google.com with SMTP id 25so334255eya.9 for ; Wed, 03 Mar 2010 14:23:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=NHhvj6zW0fEEW9qQtPmGrBuO4TRg1lXV7SESN8Wi2/k=; b=gCatatnwT58nTtIQwgC/T42bBRGD2i8RTMKU6XiDys3TFsbNqPlD+Iz6W638Tp0H/3 yHLyDnrbWfr+L1r8DoV9O63JGGSS6e04yIZaSuIE8Jjwe8RAoDVQzG3zxA0cgshxHLa9 4EnFAT4Wt8lrlzCJAYv6X/Y+sASgKQ86ufBiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=dQf/QdlmdHbDeWNyaBb0FW42nbXT8peDNGSrUfzgASKM2keLMCh0SQ5W0C74vIXngg VO6L4H0Iv22iFuqOHMFiGjSvuJFWvBoz3p3gFCP5z02US1URLMJC6X3OQJspTRWHI76n AIVUhEQ+oGgRY5FMxf7Z66kSR3zATXHcvAPME= Received: by 10.213.42.70 with SMTP id r6mr6011076ebe.4.1267653518776; Wed, 03 Mar 2010 13:58:38 -0800 (PST) Received: from weongyo ([174.35.1.224]) by mx.google.com with ESMTPS id 5sm578611eyh.11.2010.03.03.13.58.36 (version=SSLv3 cipher=RC4-MD5); Wed, 03 Mar 2010 13:58:38 -0800 (PST) Received: by weongyo (sSMTP sendmail emulation); Wed, 3 Mar 2010 13:58:37 -0800 From: Weongyo Jeong Date: Wed, 3 Mar 2010 13:58:37 -0800 To: src-committers@freebsd.org Message-ID: <20100303215837.GK1295@weongyo> Mail-Followup-To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201003032006.o23K69Hr052032@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201003032006.o23K69Hr052032@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r204657 - in head/sys/dev: bwn siba X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2010 22:23:15 -0000 On Wed, Mar 03, 2010 at 08:06:09PM +0000, Weongyo Jeong wrote: > Author: weongyo > Date: Wed Mar 3 20:06:09 2010 > New Revision: 204657 > URL: http://svn.freebsd.org/changeset/base/204657 > > Log: > fixes an attached-at-boot issue that bwn(4) using device_identify > interface didn't be attached automatically at boot time so changes a > approach to attach children based on leveraging some newbus niceties. > > Submitted by: nwhitehorn Reported by: marcus, nwhitehorn regards, Weongyo Jeong