From owner-svn-src-head@FreeBSD.ORG Fri Jul 31 15:03:30 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE4DF106564A; Fri, 31 Jul 2009 15:03:29 +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 90D378FC0A; Fri, 31 Jul 2009 15:03:29 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id D70FE1CEF3; Fri, 31 Jul 2009 17:03:28 +0200 (CEST) Date: Fri, 31 Jul 2009 17:03:28 +0200 From: Ed Schouten To: Rui Paulo Message-ID: <20090731150328.GN1292@hoeg.nl> References: <200907271351.n6RDptNX002239@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CqfQkoYPE/jGoa5Q" Content-Disposition: inline In-Reply-To: <200907271351.n6RDptNX002239@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r195907 - in head/sys: amd64/amd64 i386/i386 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Jul 2009 15:03:31 -0000 --CqfQkoYPE/jGoa5Q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable * Rui Paulo wrote: > Refine the MacBook hack to only match early models that have Intel ICH. =2E.. > - if (strncmp(sysenv, "MacBook", 7) =3D=3D 0) { > + if (strncmp(sysenv, "MacBook1,1", 10) =3D=3D 0 || > + strncmp(sysenv, "MacBookPro1,1", 13) =3D=3D 0 || > + strncmp(sysenv, "MacBookPro1,2", 13) =3D=3D 0 || > + strncmp(sysenv, "Macmini1,1", 10) =3D=3D 0) { Yay -- this change broke FreeBSD on my MacBook3,1. Could we please add MacBook3,1 to this list before releasing 8.0? --=20 Ed Schouten WWW: http://80386.nl/ --CqfQkoYPE/jGoa5Q Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (FreeBSD) iEYEARECAAYFAkpzB8AACgkQ52SDGA2eCwWBiACbBePQ+lrjb36uf3aaY0ZWWE7/ WJ8AniaZuGYsOQNjNnAiV6DqsSYMe4e4 =aK8o -----END PGP SIGNATURE----- --CqfQkoYPE/jGoa5Q--