AP#1 Failed! panic y/n?
Ed Schouten
ed at 80386.nl
Wed Aug 19 15:10:22 UTC 2009
* Patrick Lamaiziere <patfbsd at 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 at 80386.nl>
WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20090819/9215336d/attachment.pgp
More information about the freebsd-current
mailing list