From owner-freebsd-current@FreeBSD.ORG Tue Jun 14 18:20:43 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 EAE9B106567B for ; Tue, 14 Jun 2011 18:20:43 +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 C2B6A8FC2C for ; Tue, 14 Jun 2011 18:20:43 +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 76F3446B39; Tue, 14 Jun 2011 14:20:43 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 0423D8A01F; Tue, 14 Jun 2011 14:20:43 -0400 (EDT) From: John Baldwin To: Boris Samorodov Date: Tue, 14 Jun 2011 14:20:13 -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> <34322608@bb.ipt.ru> In-Reply-To: <34322608@bb.ipt.ru> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201106141420.13772.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 14 Jun 2011 14:20:43 -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 18:20:44 -0000 On Tuesday, June 14, 2011 12:56:31 pm Boris Samorodov wrote: > On Fri, 10 Jun 2011 15:11:02 -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? > > Seems to be OK: Great, thanks for testing! -- John Baldwin