From owner-freebsd-questions@FreeBSD.ORG Thu Feb 24 16:01:12 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D2C81065673 for ; Thu, 24 Feb 2011 16:01:12 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id D361F8FC1A for ; Thu, 24 Feb 2011 16:01:11 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p1OG1BNH077091 for ; Thu, 24 Feb 2011 09:01:11 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p1OG1BOa077088 for ; Thu, 24 Feb 2011 09:01:11 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 24 Feb 2011 09:01:11 -0700 (MST) From: Warren Block To: FreeBSD In-Reply-To: <20110224102357.15af921c@scorpio> Message-ID: References: <20110224102357.15af921c@scorpio> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Thu, 24 Feb 2011 09:01:11 -0700 (MST) Subject: Re: HAL's demise X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Feb 2011 16:01:12 -0000 On Thu, 24 Feb 2011, Jerry wrote: > Is FreeBSD now "HAL" free or is it still a requirement? I still have it > activated via "/etc/rc.conf" If it is not needed, I would be happy to > remove the entry. It's not a requirement. You can build xorg-server without it, and there are other mechanisms available to provide at least some of the same functionality in FreeBSD. For example, using devd to detect hot-plugged USB devices. There isn't yet a complete replacement like Linux's udev, though.