From owner-freebsd-stable@FreeBSD.ORG Sat Jan 11 19:32:42 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9D4F6E5 for ; Sat, 11 Jan 2014 19:32:42 +0000 (UTC) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 893F11AC8 for ; Sat, 11 Jan 2014 19:32:42 +0000 (UTC) Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id CBC6C20C8F for ; Sat, 11 Jan 2014 14:32:37 -0500 (EST) Received: from web3 ([10.202.2.213]) by compute3.internal (MEProxy); Sat, 11 Jan 2014 14:32:38 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=message-id:from:to:mime-version :content-transfer-encoding:content-type:in-reply-to:references :subject:date; s=smtpout; bh=J08sGv/gBqDFsW0Sr0sUecXoT5I=; b=Rds k1K9Rp5P+wXKqU5B++6Y9yCFGMl/UB3o8gGgIc0ky6Hd1xe45I5aefdELBto4jpo CrnMsHMqdyoFSsbpAbyIIaaBj/bWYCn+On6GFkERIDOKE3kdSrnKJXXqep80b1Gi hIcgkOkgaxkf/ZRLTBwwo/CZkWMO18Ih1+xszr0Q= Received: by web3.nyi.mail.srv.osa (Postfix, from userid 99) id CCC5C1189DC; Sat, 11 Jan 2014 14:32:37 -0500 (EST) Message-Id: <1389468757.19126.69510893.3B8876F8@webmail.messagingengine.com> X-Sasl-Enc: j6heSv5laLiwHu4vAOxfBn89BbkshPRVwh5S2c4EuNsw 1389468757 From: Mark Felder To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-064ceef5 In-Reply-To: <20140110114102.692560fe@X220.alogt.com> References: <20140109161818.GK64543@glenbarber.us> <20140110114102.692560fe@X220.alogt.com> Subject: Re: FreeBSD 10.0-RC5 Now Available Date: Sat, 11 Jan 2014 13:32:37 -0600 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jan 2014 19:32:42 -0000 FreeBSD's use of HAL for Xorg is a lazy emulation of how Linux does it. The right way is to hook devd directly, which is what the DEVD option does. Try it -- you'll be surprised how much more reliable it is. I expect this will be the default option for the port soon enough.