From owner-freebsd-current@FreeBSD.ORG Tue Nov 11 12:56:04 2003 Return-Path: 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 7343816A4CE; Tue, 11 Nov 2003 12:56:04 -0800 (PST) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61FFD43FE3; Tue, 11 Nov 2003 12:56:03 -0800 (PST) (envelope-from jason@ec.rr.com) Received: from ec.rr.com (cpe-024-211-231-149.ec.rr.com [24.211.231.149]) hABKu0ns005655; Tue, 11 Nov 2003 15:56:00 -0500 (EST) Message-ID: <3FB14CBD.5080109@ec.rr.com> Date: Tue, 11 Nov 2003 15:55:25 -0500 From: Jason User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031205 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: John Baldwin References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-current@freebsd.org Subject: Re: Found a problem with new source code X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 11 Nov 2003 20:56:04 -0000 John Baldwin wrote: >On 11-Nov-2003 Jason wrote: > > >>I just wanted to let someone know that my buildworld fails at >>/usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined >>error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked. >>Also it failed at sendmail.fc or something, I don't use send mail so I >>just did not build it. It looks like someone already reported the >>device apic problem. I just tryed option smp and device apic on my >>single proc athlon, panic on boot unless I chose no apic or is it no >>acpi(?) at boot. >> >> > >No ACPI is what you can choose at boot. Can you post the panic message? > > > Sorry, I don't get to see the message, the screen seems to tear(?), every other line is moved to the side making it unreadable. Then It instantly reboots.