From owner-freebsd-current@FreeBSD.ORG Tue Oct 28 11:14:14 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 1DE6A16A4CE for ; Tue, 28 Oct 2003 11:14:14 -0800 (PST) Received: from valenti.ingenium.at (cm57-70.liwest.at [212.33.57.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 834EA43FE5 for ; Tue, 28 Oct 2003 11:14:12 -0800 (PST) (envelope-from bernhard.valenti@gmx.net) Received: from gmx.net (decipher.home [10.0.0.4]) (authenticated bits=0)h9SJEAPh067629 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 28 Oct 2003 20:14:11 +0100 (CET) (envelope-from bernhard.valenti@gmx.net) Message-ID: <3F9EC002.3050409@gmx.net> Date: Tue, 28 Oct 2003 20:14:10 +0100 From: Bernhard Valenti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031009 Thunderbird/0.2 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: 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:14:14 -0000 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