From owner-freebsd-current@FreeBSD.ORG Tue Jan 6 14:55:17 2004 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 5A19716A4CE for ; Tue, 6 Jan 2004 14:55:17 -0800 (PST) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id A006343D1F for ; Tue, 6 Jan 2004 14:55:15 -0800 (PST) (envelope-from nate@root.org) Received: (qmail 27820 invoked by uid 1000); 6 Jan 2004 22:55:16 -0000 Date: Tue, 6 Jan 2004 14:55:16 -0800 (PST) From: Nate Lawson To: John Baldwin Message-ID: <20040106145355.Y27817@root.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: IRQ routing debugging help 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, 06 Jan 2004 22:55:17 -0000 Not only is intpin 1 is missing from ACPI but intpin 7 appears. This means your lpt0 probably works only with ACPI. :) -Nate --- 1 Tue Jan 6 14:52:56 2004 +++ 2 Tue Jan 6 14:53:06 2004 @@ -1,9 +1,9 @@ > ioapic1: routing intpin 2 (IRQ 18) to cluster 0 > ioapic1: routing intpin 8 (IRQ 24) to cluster 0 > ioapic1: routing intpin 9 (IRQ 25) to cluster 0 -> ioapic0: routing intpin 1 (IRQ 1) to cluster 0 > ioapic0: routing intpin 4 (IRQ 4) to cluster 0 > ioapic0: routing intpin 6 (IRQ 6) to cluster 0 +> ioapic0: routing intpin 7 (IRQ 7) to cluster 0 > ioapic0: routing intpin 8 (IRQ 8) to cluster 0 > ioapic0: routing intpin 11 (IRQ 11) to cluster 0 > ioapic0: routing intpin 13 (IRQ 13) to cluster 0