Date: Tue, 26 Mar 2002 15:45:24 +0100 From: Jacques Beigbeder <Jacques.Beigbeder@ens.fr> To: Luis Neves <lneves@netcabo.pt> Cc: freebsd-questions@freebsd.org Subject: Re: Asus A7A266 and FreeBSD Message-ID: <20020326154524.A6322@trefle.ens.fr>
next in thread | raw e-mail | index | archive | help
The problem was : Xfree 4.2.0 + FreeBSD 4.5 + Asus motherboard makes a reboot. >> I'm having the exact same problem that you have with Xfree and the Asus >> A7A266. Answer from <dwmalone@maths.tcd.ie>: in /usr/src/sys/i386/i386/i686_mem.c, add a line return; number 272. So the source looks like: (vi numbering) 270 u_int cr4save; 271 272 return; 273 274 mrd = sc->mr_desc; 275 276 cr4save = rcr4(); /* save cr4 */ -- Jacques Beigbeder | Jacques.Beigbeder@ens.fr Service de Prestations Informatiques | http://www.spi.ens.fr Ecole normale supérieure | 45 rue d'Ulm |Tel : (+33 1)1 44 32 37 96 F75230 Paris cedex 05 |Fax : (+33 1)1 44 32 20 75 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020326154524.A6322>