From owner-freebsd-current@FreeBSD.ORG Wed Aug 19 15:07:33 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17A6B106568B for ; Wed, 19 Aug 2009 15:07:33 +0000 (UTC) (envelope-from patfbsd@davenulle.org) Received: from smtp.lamaiziere.net (net.lamaiziere.net [91.121.44.19]) by mx1.freebsd.org (Postfix) with ESMTP id D1C688FC5B for ; Wed, 19 Aug 2009 15:07:32 +0000 (UTC) Received: from baby-jane.lamaiziere.net (80.6.192-77.rev.gaoland.net [77.192.6.80]) by smtp.lamaiziere.net (Postfix) with ESMTPA id EE49A63352C; Wed, 19 Aug 2009 17:07:31 +0200 (CEST) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 9B892B855; Wed, 19 Aug 2009 17:08:04 +0200 (CEST) Date: Wed, 19 Aug 2009 17:08:03 +0200 From: Patrick Lamaiziere To: Ed Schouten Message-ID: <20090819170803.355e1857@baby-jane.lamaiziere.net> In-Reply-To: <20090819141815.GU1292@hoeg.nl> References: <20090819150045.0e01640a@baby-jane.lamaiziere.net> <20090819141815.GU1292@hoeg.nl> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.4; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current Subject: Re: AP#1 Failed! panic y/n? 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: Wed, 19 Aug 2009 15:07:33 -0000 Le Wed, 19 Aug 2009 16:18:15 +0200, Ed Schouten a =E9crit : > * Patrick Lamaiziere wrote: > > From time to time, I see this at boot-time on my laptop (a Macbook > > pro model 3,1). I'm not sure but it seems related if an USB device > > is plugged in one plug (strange because the internal keyboard and > > the touchpad are USB devices) >=20 > So what does smbios.system.product say? (Escape to the loader prompt > and run `show' or whatever it's called) MacBookPro3,1 with dmidecode: Handle 0x0011, DMI type 1, 27 bytes System Information =20 Manufacturer: Apple Inc. =20 Product Name: MacBookPro3,1 Version: 1.0 =20 Serial Number: W88080NBXAH=20 UUID: 9CFE245E-D0C8-BD45-A79F-54EA5FBD3D97 Wake-up Type: Power Switch =20 SKU Number: System SKU# =20 Family: MacBook Pro =20 =20 > I'll have to re-add this device string to machdep.c to make it work > again. Thanks, the problem is quite reproductible here, so I can test anything and any idea if it can help. Regards.