From owner-freebsd-stable@FreeBSD.ORG Mon Dec 19 13:29:44 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5888216A41F for ; Mon, 19 Dec 2005 13:29:44 +0000 (GMT) (envelope-from grafan@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1AD343D4C for ; Mon, 19 Dec 2005 13:29:43 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so878478wxc for ; Mon, 19 Dec 2005 05:29:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OXi7bbPcIpM7mWYOpO4C1rn7SG16G125i1roaayGXOl2AqopKPoHvssJ++8gRj93QF9hv8U/TGpeGkvvWXWPuK7sc90yg3KkTNREDypRa0w7v/y/zWqGAnP+YenMfcBXBgsmdSMQOrY/5BucDS29hHGT/skeX2D3ar4nkupUf7Y= Received: by 10.70.60.13 with SMTP id i13mr4454024wxa; Mon, 19 Dec 2005 05:29:43 -0800 (PST) Received: by 10.70.126.13 with HTTP; Mon, 19 Dec 2005 05:29:43 -0800 (PST) Message-ID: <6eb82e0512190529r6a08b505sc483ef43c43889a@mail.gmail.com> Date: Mon, 19 Dec 2005 21:29:43 +0800 From: Rong-En Fan To: stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: 6.0/amd64 boot hang if apic enabled on IBM x336 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2005 13:29:44 -0000 Hi all, We have a IBM xSeries 336 which has 2 Pentium 4 (EM64T) 3.2G with 2GB memor= y. When we boot it with 6.0-RELEASE/amd64, it hangs after acd0 is shown. However, if apic is disabled, then it boots. For 5.4-RELEASE/amd64, it work= s great. A 7.0-CURRENT (SNAP009, Nov/2005) shows the same behavior. To have it boot, I set following in loader.conf hint.atkbd.0.disabled=3D"0x4" # otherwise, I lose my keyboard hint.apic.0.disabled=3D"1" The verbose dmesg with/without apic, and the asl dump (with bios version 1.= 12, the latest one found on IBM site) are available at: http://www.rafan.org/FreeBSD/x336/ BTW, the SCSI timeout message from dmesg-noapic.txt is a bit wired. If I bo= ot without verbose message it does not show, everything works great. With verbose booting, those messages show up and it takes me a lot of time to get into multiuser = mode. Regards, Rong-En Fan