From owner-freebsd-hackers@FreeBSD.ORG Thu Jul 19 09:22:38 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D17D81065672; Thu, 19 Jul 2012 09:22:38 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id 343A18FC0C; Thu, 19 Jul 2012 09:22:38 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [84.49.175.101] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 297822190; Thu, 19 Jul 2012 11:17:27 +0200 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Thu, 19 Jul 2012 11:17:42 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <5007D002.7000805@FreeBSD.org> In-Reply-To: <5007D002.7000805@FreeBSD.org> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207191117.42833.hselasky@c2i.net> Cc: Doug Barton Subject: Re: Is there a reason that xhci isn't mentioned in NOTES in 8-stable? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 09:22:38 -0000 On Thursday 19 July 2012 11:14:42 Doug Barton wrote: > The xhci code in 8-stable works, but it's not mentioned in the NOTES > files in sys/conf, sys/i386/conf, or sys/amd64/conf. The module is > hooked up in sys/modules/usb/Makefile, and that's how I've been using it > so far. Is it not possible to compile this code into the kernel? > > Doug Yes, you can compile xhci into the kernel using "device xhci". Not sure who's responsible for updating NOTES. --HPS