From owner-freebsd-current@FreeBSD.ORG Tue Aug 26 07:06:04 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 98F1A16A4BF for ; Tue, 26 Aug 2003 07:06:04 -0700 (PDT) Received: from mx1.trigger.net (ns1.trigger.net [199.166.206.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9420543F93 for ; Tue, 26 Aug 2003 07:06:02 -0700 (PDT) (envelope-from mikej@trigger.net) Received: from localhost (localhost [127.0.0.1]) by mx1.trigger.net (Postfix) with ESMTP id E55FA12392C for ; Tue, 26 Aug 2003 10:05:35 -0400 (EDT) Received: from mike (wettoast.org [199.166.206.19]) by mx1.trigger.net (Postfix) with SMTP id 20C1D123928 for ; Tue, 26 Aug 2003 10:05:35 -0400 (EDT) From: "Mike Jakubik" To: Date: Tue, 26 Aug 2003 10:05:44 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by AMaViS Subject: stray irq's in systat 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, 26 Aug 2003 14:06:04 -0000 Hi, When running 'systat -vmstat 1' on FreeBSD 5.1-CURRENT #1: Mon Aug 25 14:54:14 EDT 2003, the interrupts section shows irq's 0 and 6 as stray. I remember this would happen on 4.x when I took out lpt drivers from the kernel, and didn't disable lpt in the bios. This however is not the case, and start irq's do not show up under 4.8 on this box. everything is working ok, I am just curious why they are showing up. # dmesg|grep 'irq 0' # dmesg|grep 'irq 6' fdc0: port 0x3f7,0x3f4-0x3f5,0x3f2-0x3f3,0x3f0-0x3f1 irq 6 drq 2 on acpi0 Thanks.