From owner-freebsd-current@FreeBSD.ORG Sun May 29 17:17:05 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 31F6716A41C for ; Sun, 29 May 2005 17:17:05 +0000 (GMT) (envelope-from chu@h33.erkki.ton.tut.fi) Received: from h33.erkki.ton.tut.fi (h33.erkki.ton.tut.fi [193.166.84.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id C44A243D1D for ; Sun, 29 May 2005 17:17:04 +0000 (GMT) (envelope-from chu@h33.erkki.ton.tut.fi) Received: from [10.10.1.4] (helo=localhost) by h33.erkki.ton.tut.fi with esmtp (Exim 4.50 (FreeBSD)) id 1DcRWc-000KpU-O8; Sun, 29 May 2005 20:24:34 +0300 To: freebsd-current@freebsd.org Date: Sun, 29 May 2005 20:16:57 +0300 From: "Vladimir Chukharev" Organization: @home Content-Type: multipart/mixed; boundary=----------R8J8FYL6tI5MD6hinatQPC MIME-Version: 1.0 Message-ID: User-Agent: Opera M2/8.0 (FreeBSD, build 1095) X-Mailman-Approved-At: Mon, 30 May 2005 11:40:35 +0000 Cc: Subject: Re: Newest loader from CVS not working X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 May 2005 17:17:05 -0000 ------------R8J8FYL6tI5MD6hinatQPC Content-Type: text/plain; format=flowed; delsp=yes; charset=koi8-r Content-Transfer-Encoding: 8bit >> I did some more investigation into this and found that MMX registers >> are used in the FICL code in the pentium-m case. Here is a full diff >> of sys/boot built with CPUTYPE?=pentium2 and pentium-m. > > Sounds like you should add '-mno-sse -mno-mmx' to the compiler flagswhen building this bit. I tryed the attached patch on my pentium-m notebook, it did NOT help, still immediate reboot. Do you have more suggestions? Best regards, -- V.Chukharev ------------R8J8FYL6tI5MD6hinatQPC Content-Disposition: attachment; filename=boot.patch Content-Type: application/octet-stream; name=boot.patch Content-Transfer-Encoding: Base64 LS0tIHNyYy9zeXMvYm9vdC9hcmMvbG9hZGVyL01ha2VmaWxlLm9yaWcJU3VuIE1h eSAyOSAxNDoyMDoxNCAyMDA1CisrKyBzcmMvc3lzL2Jvb3QvYXJjL2xvYWRlci9N YWtlZmlsZQlTdW4gTWF5IDI5IDE0OjIwOjU2IDIwMDUKQEAgLTE0LDcgKzE0LDcg QEAKICMgQWx3YXlzIGFkZCBNSSBzb3VyY2VzIAogLlBBVEg6CQkkey5DVVJESVJ9 Ly4uLy4uL2NvbW1vbgogLmluY2x1ZGUJPCR7LkNVUkRJUn0vLi4vLi4vY29tbW9u L01ha2VmaWxlLmluYz4KLUNGTEFHUys9CS1mZnJlZXN0YW5kaW5nIC1tbm8tZnAt cmVncworQ0ZMQUdTKz0JLWZmcmVlc3RhbmRpbmcgLW1uby1mcC1yZWdzIC1tbm8t c3NlIC1tbm8tbW14CiBDRkxBR1MrPQktSSR7LkNVUkRJUn0vLi4vLi4vY29tbW9u IC1JJHsuQ1VSRElSfQogQ0ZMQUdTKz0JLUkkey5DVVJESVJ9Ly4uLy4uLy4uIC1J LgogQ0ZMQUdTKz0JLURMT0FERVIKLS0tIHNyYy9zeXMvYm9vdC9maWNsL01ha2Vm aWxlLm9yaWcJU3VuIE1heSAyOSAxNDoxMzoxMCAyMDA1CisrKyBzcmMvc3lzL2Jv b3QvZmljbC9NYWtlZmlsZQlTdW4gTWF5IDI5IDE0OjE0OjA5IDIwMDUKQEAgLTEx LDcgKzExLDcgQEAKIENGTEFHUys9CS1tbm8tZnAtcmVncyAtT3MKIC5lbmRpZgog LmlmICR7TUFDSElORV9BUkNIfSA9PSAiaTM4NiIgfHwgJHtNQUNISU5FX0FSQ0h9 ID09ICJhbWQ2NCIKLUNGTEFHUys9CS1tcHJlZmVycmVkLXN0YWNrLWJvdW5kYXJ5 PTIKK0NGTEFHUys9CS1tcHJlZmVycmVkLXN0YWNrLWJvdW5kYXJ5PTIgLW1uby1z c2UgLW1uby1tbXgKIC5lbmRpZgogLmlmICR7TUFDSElORV9BUkNIfSA9PSAicG93 ZXJwYyIKIENGTEFHUys9CS1tc29mdC1mbG9hdAo= ------------R8J8FYL6tI5MD6hinatQPC--