From owner-freebsd-current@FreeBSD.ORG Tue Oct 28 11:31:05 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 7794B16A4CE for ; Tue, 28 Oct 2003 11:31:05 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 80BCC43FAF for ; Tue, 28 Oct 2003 11:31:04 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 89893 invoked by uid 1002); 28 Oct 2003 19:31:03 -0000 Received: from unknown (HELO ?10.4.1.5?) (64.58.1.252) by smtp.mho.net with SMTP; 28 Oct 2003 19:31:03 -0000 Date: Tue, 28 Oct 2003 12:33:28 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Bernhard Valenti In-Reply-To: <3F9EC002.3050409@gmx.net> Message-ID: <20031028123136.U2818@pooker.samsco.home> References: <3F9EC002.3050409@gmx.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: kernel hangs with SMP/Hyperthreading 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, 28 Oct 2003 19:31:05 -0000 Hi, There is a discussion going on about strange interactions between the boot menu and SMP that sounds very much like what you describe. FOr a workaround, at the boot menu, select option 6, then type 'boot' at the prompt. Scott On Tue, 28 Oct 2003, Bernhard Valenti wrote: > hi, > > i built a kernel with APIC_IO and SMP for my p4 with hyperthreading. > when i try to boot the kernel it hangs during boot at: > > APIC_IO: Testing 8254 interrupt delivery > > doing > > while (read_intr_count(8) < 6) > ; /* nothing */ > > (sys/i386/isa/clock.c:1030) > > read_intr_count(8) returns 0 forever... > > i dont know how to provide a dmesg as i cant get to a shell. this > computer is a laptop with sis 645dx chipset. > > anyone have a fix for that? > > regards, > bernhard > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > >