From owner-svn-src-head@FreeBSD.ORG Thu Feb 28 17:09:53 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4651BC0D; Thu, 28 Feb 2013 17:09:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 22AEB27D; Thu, 28 Feb 2013 17:09:53 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 83AB8B9BA; Thu, 28 Feb 2013 12:09:52 -0500 (EST) From: John Baldwin To: "Daniel O'Connor" Subject: Re: svn commit: r247359 - head/sbin/reboot Date: Thu, 28 Feb 2013 11:01:15 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201302262318.r1QNIauL003863@svn.freebsd.org> <201302271138.24452.jhb@freebsd.org> <4602D40D-C4B2-4FB5-8E3B-8D74E19118FD@gsoft.com.au> In-Reply-To: <4602D40D-C4B2-4FB5-8E3B-8D74E19118FD@gsoft.com.au> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201302281101.15493.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 28 Feb 2013 12:09:52 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Nick Hibma X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:09:53 -0000 On Wednesday, February 27, 2013 6:23:02 pm Daniel O'Connor wrote: > > On 28/02/2013, at 3:08, John Baldwin wrote: > >> URL: http://svnweb.freebsd.org/changeset/base/247359 > >> > >> Log: > >> Clarify that overriding the -h/-D flags through flags in device.hints > >> only works for sio(4) but not for uart(4) which no longer has this flag. > > > > You should probably just remove the flag entirely. sio(4) doesn't build on > > 8.x and later. > > > The handbook will need fixing too since it mentions sio(4) and -D/-h. -D/-h are still valid and work fine with uart. -- John Baldwin