From owner-freebsd-smp@FreeBSD.ORG Tue Oct 24 21:19:53 2006 Return-Path: X-Original-To: freebsd-smp@freebsd.org Delivered-To: freebsd-smp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0140D16A47B for ; Tue, 24 Oct 2006 21:19:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70F4B43D69 for ; Tue, 24 Oct 2006 21:19:52 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k9OLJnm1012182; Tue, 24 Oct 2006 17:19:49 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-smp@freebsd.org Date: Tue, 24 Oct 2006 16:07:43 -0400 User-Agent: KMail/1.9.1 References: <453A56D8.8020402@visi.com> In-Reply-To: <453A56D8.8020402@visi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610241607.43614.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 24 Oct 2006 17:19:49 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/2092/Tue Oct 24 14:25:03 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Subject: Re: Turion X2 Laptop SMP Problem X-BeenThere: freebsd-smp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD SMP implementation group List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 21:19:53 -0000 On Saturday 21 October 2006 13:20, Dan Olson wrote: > > Hello All > > I just bought a HP dv6119us Turion X2 laptop and can't seem to get it to > do SMP. > > To get it to boot I have to add to the boot prompt or loader.conf > > set hint.apic.0.disabled=1 > set hint.sio.0.disabled=1 > set hint.sio.1.disabled=1 > > When booting with apic enabled the system slows to a crawl and the > keyboard input is slow. To slow to register key events or log in. > > Below is a verbose dmesg with apic disabled on 6.2 beta2. > > Does anyone have any suggestions on getting SMP to work or diagnosing > the problem? > > I've seen another complaint from July 06 but no resolution. > > http://lists.freebsd.org/pipermail/freebsd-amd64/2006-July/008508.html > > I'm working on submitting a PR for this. Can you leave APIC enabled but disable just SMP via kern.smp.disabled=1 to see if it boots up ok? -- John Baldwin