From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1STNvS-0006yc-Iw for mharc-grub-devel@gnu.org; Sat, 12 May 2012 21:48:46 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55408) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STNvP-0006y9-Lo for grub-devel@gnu.org; Sat, 12 May 2012 21:48:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STNvO-0002Gf-26 for grub-devel@gnu.org; Sat, 12 May 2012 21:48:43 -0400 Received: from plane.gmane.org ([80.91.229.3]:39316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STNvN-0002GS-RX for grub-devel@gnu.org; Sat, 12 May 2012 21:48:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1STNvL-0007wx-F5 for grub-devel@gnu.org; Sun, 13 May 2012 03:48:39 +0200 Received: from adsl-69-234-188-22.dsl.irvnca.pacbell.net ([69.234.188.22]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 May 2012 03:48:39 +0200 Received: from w41ter by adsl-69-234-188-22.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 May 2012 03:48:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Subject: xhci support? Date: Sat, 12 May 2012 18:48:29 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-188-22.dsl.irvnca.pacbell.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120420 Thunderbird/12.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 May 2012 01:48:44 -0000 Hi! I have an amd64 machine with an add-on usb3 adapter which works well with the linux xhci driver, but the machine's BIOS doesn't see any disks in the usb3 docking station I use. My (elderly) grub-1.99-rc1 also doesn't see the outboard usb3 drives, so grub is depending on the BIOS for disk detection(?) Am I mis-configuring grub, maybe? I see that grub sources, even the latest 1.99, include ohci.c and uhci.c, but not xhci.c, so maybe it's not supported yet? Thanks!