From owner-freebsd-current@FreeBSD.ORG Sun Dec 28 22:01:30 2008 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 0E1DE1065673 for ; Sun, 28 Dec 2008 22:01:30 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.tele2.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 9B1088FC08 for ; Sun, 28 Dec 2008 22:01:29 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=kB9PQotDDt4A:10 a=JgwOP_QsqSoA:10 a=6I5d2MoRAAAA:8 a=q5QImMIoVv3aZr9y6RYA:9 a=6WbhgvYRSGFH5r1JtmUA:7 a=85UX-LhXDDdYDBdllXsj2hlDWaEA:4 a=LY0hPdMaydYA:10 Received: from [193.217.167.134] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 782767640; Sun, 28 Dec 2008 23:01:27 +0100 From: Hans Petter Selasky To: Bruce Cran Date: Sun, 28 Dec 2008 23:03:45 +0100 User-Agent: KMail/1.9.7 References: <20081222214010.GA18389@elvis.mu.org> <4956B34C.2040901@freebsd.org> <20081228184045.0ea74b7d@gluon> In-Reply-To: <20081228184045.0ea74b7d@gluon> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200812282303.46555.hselasky@c2i.net> Cc: Sam Leffler , freebsd-current@freebsd.org Subject: Re: HEADSUP usb2 (usb4bsd) to become default in 2 weeks. [usb2 configuration] 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: Sun, 28 Dec 2008 22:01:30 -0000 On Sunday 28 December 2008, Bruce Cran wrote: > http://www.freebsd.org/cgi/query-pr.cgi?pr=conf/128590 Yes, there is a dependency between usb2_controller_xxxx and usb2_controller. See /sys/conf/files . Maybe this can be done in a better way for kernel builds. --HPS