svn commit: r195907 - in head/sys: amd64/amd64 i386/i386

Ed Schouten ed at 80386.nl
Fri Jul 31 15:03:30 UTC 2009


* Rui Paulo <rpaulo at FreeBSD.org> wrote:
> Refine the MacBook hack to only match early models that have Intel ICH.
...
> -		if (strncmp(sysenv, "MacBook", 7) == 0) {
> +		if (strncmp(sysenv, "MacBook1,1", 10) == 0 ||
> +		    strncmp(sysenv, "MacBookPro1,1", 13) == 0 ||
> +		    strncmp(sysenv, "MacBookPro1,2", 13) == 0 ||
> +		    strncmp(sysenv, "Macmini1,1", 10) == 0) {

Yay -- this change broke FreeBSD on my MacBook3,1. Could we please add
MacBook3,1 to this list before releasing 8.0?

-- 
 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/svn-src-all/attachments/20090731/14274592/attachment.pgp


More information about the svn-src-all mailing list