From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 15:02:59 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 450641065670 for ; Sat, 10 Jan 2009 15:02:59 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id CBBF18FC1D for ; Sat, 10 Jan 2009 15:02:58 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by ewy14 with SMTP id 14so12015548ewy.19 for ; Sat, 10 Jan 2009 07:02:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=OMNNV/nKM3ROBV+QawEJiETUOFQ/vFXuxdLVrY+RKeE=; b=lW/b9lIOHo9X8+hFElB5rmA5PzUwqYNqs/CJCsx9rBBsn7RrAOm9vxg0DyVO71E9xx vf9NFf/buiHw9GjyNDsRexpHfjlA0ff1umDPrvqi7g5yvW1Dwgra5TsVHVWSL/rfH3ci LAXaifMpWoozdFRGV81RCXYOfilJfIBWef35o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=pmv0CvWhQzR/iQRKihOQAjhgbeWuvDO9k00GtMeZqhnCwCxf3YJzBiIKfU21bJaa8J yCmNs3ccYWx4hAKOFUDFvV+UUxuQFHnwb5XoQM5UvDsuVjKehEuhXUOo5FlFh3VeoDpS tkk0cQHmWIUTn/iw7hscAwbJXJVlVgrUZbW6k= Received: by 10.210.136.10 with SMTP id j10mr31589820ebd.188.1231599777969; Sat, 10 Jan 2009 07:02:57 -0800 (PST) Received: by 10.210.59.20 with HTTP; Sat, 10 Jan 2009 07:02:57 -0800 (PST) Message-ID: <3a142e750901100702n655d91dao856e2e90e3980756@mail.gmail.com> Date: Sat, 10 Jan 2009 16:02:57 +0100 From: "Paul B. Mahol" To: freebsd-questions@freebsd.org In-Reply-To: <441vvb44ew.fsf@lowell-desk.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4966D81B.8050107@realss.com> <44bpug2u4t.fsf@be-well.ilk.org> <496812BE.30405@realss.com> <441vvb44ew.fsf@lowell-desk.lan> Cc: Zhang Weiwu Subject: Re: newbie: does irq setting in device.hints work? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 15:03:00 -0000 On 1/10/09, Lowell Gilbert wrote: > Zhang Weiwu writes: > >> Lowell Gilbert wrote: > >>> Have you checked what happens if you disable your APIC? >>> >> You mean ACPI? > > No, I meant the APIC, the interrupt controller. But I don't think you > can do that without compiling a special kernel for it, so it may not be > worth trying. FYI, hint.apic.0.disabled="YES" in loader.conf or type it in loader prompt. -- Paul