From owner-freebsd-current@FreeBSD.ORG Tue Oct 6 17:50:24 2009 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 DE7221065693 for ; Tue, 6 Oct 2009 17:50:24 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout6.freenet.de (mout6.freenet.de [IPv6:2001:748:100:40::2:8]) by mx1.freebsd.org (Postfix) with ESMTP id 7822A8FC19 for ; Tue, 6 Oct 2009 17:50:24 +0000 (UTC) Received: from [195.4.92.19] (helo=9.mx.freenet.de) by mout6.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #92) id 1MvEB4-0007WA-GI; Tue, 06 Oct 2009 19:50:22 +0200 Received: from taa37.t.pppool.de ([89.55.170.55]:43890 helo=ernst.jennejohn.org) by 9.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #94) id 1MvEB4-00041l-76; Tue, 06 Oct 2009 19:50:22 +0200 Date: Tue, 6 Oct 2009 19:50:21 +0200 From: Gary Jennejohn To: Christian Schmidt Message-ID: <20091006195021.00b828f6@ernst.jennejohn.org> In-Reply-To: <309b65830910060926x5842b05cw976942e76b13cfe9@mail.gmail.com> References: <309b65830910060054g16a099abxb8e203a46aa9e89c@mail.gmail.com> <1254842240.23831.22.camel@buffy.york.ac.uk> <309b65830910060926x5842b05cw976942e76b13cfe9@mail.gmail.com> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Boot issues with a Dell Inspiron 530 and 8.0 RC1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 17:50:25 -0000 On Tue, 6 Oct 2009 18:26:47 +0200 Christian Schmidt wrote: > On Tue, Oct 6, 2009 at 17:17, Gavin Atkinson > > Secondly, try editing src/sys/amd64/amd64/machdep.c > > (or /sys/i386/i386/machdep.c if you are using i386), search for > > "MacBook", and adding the output of the command > > "kenv smbios.system.product" > > to the list of strings compared. > > Just for some understanding: what will that exactly do and why "MacBook"? > MacBook is in a comment near the code you should modifiy. If you were to look at the code you would see that it disables the LEGACY_USB_EN bit on the Intel ICH. --- Gary Jennejohn