From owner-freebsd-current@FreeBSD.ORG Tue Jun 14 15:13:13 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A80C7106566B; Tue, 14 Jun 2011 15:13:13 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (wrz3028.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id 4A79D8FC17; Tue, 14 Jun 2011 15:13:13 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 7FD5D5AC48; Tue, 14 Jun 2011 16:44:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 7DC915AC0D; Tue, 14 Jun 2011 16:44:20 +0200 (CEST) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 5FCA25CC53; Tue, 14 Jun 2011 16:44:20 +0200 (CEST) Received: from lexx.ifp.tuwien.ac.at ([128.131.127.223]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.2FP2HF144) with ESMTP id 2011061416442011-92010 ; Tue, 14 Jun 2011 16:44:20 +0200 Date: Tue, 14 Jun 2011 16:44:18 +0200 From: Alexey Shuvaev To: John Baldwin Message-ID: <20110614144418.GA38374@lexx.ifp.tuwien.ac.at> References: <201105231039.02845.jhb@freebsd.org> <201106101511.02809.jhb@freebsd.org> MIME-Version: 1.0 In-Reply-To: <201106101511.02809.jhb@freebsd.org> Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.2FP2HF144 | May 11, 2011) at 06/14/2011 04:44:20 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.2FP2HF144 | May 11, 2011) at 06/14/2011 04:44:20 PM, Serialize complete at 06/14/2011 04:44:20 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: freebsd-current@freebsd.org Subject: Re: [PATCH] Simple tidy up of puc(4) bus driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2011 15:13:13 -0000 On Fri, Jun 10, 2011 at 03:11:02PM -0400, John Baldwin wrote: > On Monday, May 23, 2011 10:39:02 am John Baldwin wrote: > > This small patch makes the puc(4) bus drivers a little more friendly. It > > should now list the port for each child device in the boot messages, and > > devinfo -v should list the type and port of each child device in its output as > > well: > > Can I get a volunteer to test these changes? > Would it be OK to use r202285 as a base for your patch? If so, I will test it today/tomorrow. If not, it will take a little bit longer... Alexey.