* 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) _at__at_ -261,6 +261,7 _at__at_ 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) _at__at_ -217,6 +217,7 _at__at_ 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/
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC