From owner-svn-src-head@FreeBSD.ORG Wed Feb 27 17:12:46 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 C12B39AF; Wed, 27 Feb 2013 17:12:46 +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 9DD12F75; Wed, 27 Feb 2013 17:12:46 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 1E7F8B91E; Wed, 27 Feb 2013 12:12:46 -0500 (EST) From: John Baldwin To: Nick Hibma Subject: Re: svn commit: r247359 - head/sbin/reboot Date: Wed, 27 Feb 2013 11:38:24 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: <201302262318.r1QNIauL003863@svn.freebsd.org> In-Reply-To: <201302262318.r1QNIauL003863@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201302271138.24452.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 27 Feb 2013 12:12:46 -0500 (EST) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org 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: Wed, 27 Feb 2013 17:12:46 -0000 On Tuesday, February 26, 2013 6:18:36 pm Nick Hibma wrote: > Author: n_hibma > Date: Tue Feb 26 23:18:35 2013 > New Revision: 247359 > 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. -- John Baldwin