From owner-freebsd-current@FreeBSD.ORG Tue Jun 14 15:34:36 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 F09FA106566C for ; Tue, 14 Jun 2011 15:34:36 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id C70288FC1F for ; Tue, 14 Jun 2011 15:34:36 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 7945946B1A; Tue, 14 Jun 2011 11:34:36 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1625B8A02A; Tue, 14 Jun 2011 11:34:36 -0400 (EDT) From: John Baldwin To: Alexey Shuvaev Date: Tue, 14 Jun 2011 11:34:34 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110325; KDE/4.5.5; amd64; ; ) References: <201105231039.02845.jhb@freebsd.org> <201106101511.02809.jhb@freebsd.org> <20110614144418.GA38374@lexx.ifp.tuwien.ac.at> In-Reply-To: <20110614144418.GA38374@lexx.ifp.tuwien.ac.at> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106141134.34611.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 14 Jun 2011 11:34:36 -0400 (EDT) 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:34:37 -0000 On Tuesday, June 14, 2011 10:44:18 am Alexey Shuvaev wrote: > 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... Yes, it should apply fine to that. It doesn't touch pucdata.c which is the only thing in the puc driver that has changed since that revision. Thanks! -- John Baldwin