Date: Wed, 19 Aug 2009 17:10:21 +0200 From: Ed Schouten <ed@80386.nl> To: Patrick Lamaiziere <patfbsd@davenulle.org> Cc: FreeBSD Current <current@freebsd.org> Subject: Re: AP#1 Failed! panic y/n? Message-ID: <20090819151021.GW1292@hoeg.nl> In-Reply-To: <20090819170803.355e1857@baby-jane.lamaiziere.net> References: <20090819150045.0e01640a@baby-jane.lamaiziere.net> <20090819141815.GU1292@hoeg.nl> <20090819170803.355e1857@baby-jane.lamaiziere.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
* Patrick Lamaiziere <patfbsd@davenulle.org> 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
===================================================================
--- sys/i386/i386/machdep.c (revision 196377)
+++ sys/i386/i386/machdep.c (working copy)
@@ -261,6 +261,7 @@
strncmp(sysenv, "MacBook3,1", 10) == 0 ||
strncmp(sysenv, "MacBookPro1,1", 13) == 0 ||
strncmp(sysenv, "MacBookPro1,2", 13) == 0 ||
+ strncmp(sysenv, "MacBookPro3,1", 13) == 0 ||
strncmp(sysenv, "Macmini1,1", 10) == 0) {
if (bootverbose)
printf("Disabling LEGACY_USB_EN bit on "
Index: sys/amd64/amd64/machdep.c
===================================================================
--- sys/amd64/amd64/machdep.c (revision 196377)
+++ sys/amd64/amd64/machdep.c (working copy)
@@ -217,6 +217,7 @@
strncmp(sysenv, "MacBook3,1", 10) == 0 ||
strncmp(sysenv, "MacBookPro1,1", 13) == 0 ||
strncmp(sysenv, "MacBookPro1,2", 13) == 0 ||
+ strncmp(sysenv, "MacBookPro3,1", 13) == 0 ||
strncmp(sysenv, "Macmini1,1", 10) == 0) {
if (bootverbose)
printf("Disabling LEGACY_USB_EN bit on "
--
Ed Schouten <ed@80386.nl>
WWW: http://80386.nl/
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (FreeBSD)
iEYEARECAAYFAkqMFd0ACgkQ52SDGA2eCwUBHACeOnAomo/3eImlfEuCvNrd6sax
9YQAn1auoSXPyfm1mH5tHLpu2foCMWNL
=Hnu2
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090819151021.GW1292>
