From owner-freebsd-current@FreeBSD.ORG Wed Aug 19 15:10:22 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 79CAD10656C4 for ; Wed, 19 Aug 2009 15:10:22 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (mx0.hoeg.nl [IPv6:2001:7b8:613:100::211]) by mx1.freebsd.org (Postfix) with ESMTP id 400428FC6B for ; Wed, 19 Aug 2009 15:10:22 +0000 (UTC) Received: by palm.hoeg.nl (Postfix, from userid 1000) id A5D491CD18; Wed, 19 Aug 2009 17:10:21 +0200 (CEST) Date: Wed, 19 Aug 2009 17:10:21 +0200 From: Ed Schouten To: Patrick Lamaiziere Message-ID: <20090819151021.GW1292@hoeg.nl> References: <20090819150045.0e01640a@baby-jane.lamaiziere.net> <20090819141815.GU1292@hoeg.nl> <20090819170803.355e1857@baby-jane.lamaiziere.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="kprVLFHawVuICufS" Content-Disposition: inline In-Reply-To: <20090819170803.355e1857@baby-jane.lamaiziere.net> User-Agent: Mutt/1.5.20 (2009-06-14) 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:10:22 -0000 --kprVLFHawVuICufS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Patrick Lamaiziere wrote: > Thanks, the problem is quite reproductible here, so I can test anything > and any idea if it can help. Can you try this patch, then? ;-) Index: sys/i386/i386/machdep.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/i386/i386/machdep.c (revision 196377) +++ sys/i386/i386/machdep.c (working copy) @@ -261,6 +261,7 @@ strncmp(sysenv, "MacBook3,1", 10) =3D=3D 0 || strncmp(sysenv, "MacBookPro1,1", 13) =3D=3D 0 || strncmp(sysenv, "MacBookPro1,2", 13) =3D=3D 0 || + strncmp(sysenv, "MacBookPro3,1", 13) =3D=3D 0 || strncmp(sysenv, "Macmini1,1", 10) =3D=3D 0) { if (bootverbose) printf("Disabling LEGACY_USB_EN bit on " Index: sys/amd64/amd64/machdep.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- sys/amd64/amd64/machdep.c (revision 196377) +++ sys/amd64/amd64/machdep.c (working copy) @@ -217,6 +217,7 @@ strncmp(sysenv, "MacBook3,1", 10) =3D=3D 0 || strncmp(sysenv, "MacBookPro1,1", 13) =3D=3D 0 || strncmp(sysenv, "MacBookPro1,2", 13) =3D=3D 0 || + strncmp(sysenv, "MacBookPro3,1", 13) =3D=3D 0 || strncmp(sysenv, "Macmini1,1", 10) =3D=3D 0) { if (bootverbose) printf("Disabling LEGACY_USB_EN bit on " --=20 Ed Schouten WWW: http://80386.nl/ --kprVLFHawVuICufS Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkqMFd0ACgkQ52SDGA2eCwUBHACeOnAomo/3eImlfEuCvNrd6sax 9YQAn1auoSXPyfm1mH5tHLpu2foCMWNL =Hnu2 -----END PGP SIGNATURE----- --kprVLFHawVuICufS--