From owner-freebsd-stable@FreeBSD.ORG Fri Apr 21 08:53:38 2006 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 2EA5116A405 for ; Fri, 21 Apr 2006 08:53:38 +0000 (UTC) (envelope-from helge.oldach@atosorigin.com) Received: from mizar.origin-it.net (mail.de.atosorigin.com [194.8.96.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7544E43D49 for ; Fri, 21 Apr 2006 08:53:36 +0000 (GMT) (envelope-from helge.oldach@atosorigin.com) Received: from matar.hbg.de.int.atosorigin.com (dehsfw3e.origin-it.net [194.8.96.68]) by mizar.origin-it.net (8.13.6/8.13.6/hmo020206) with ESMTP id k3L8q2hj084828 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 21 Apr 2006 10:52:04 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: from galaxy.hbg.de.ao-srv.com (galaxy.hbg.de.ao-srv.com [161.89.20.4]) by matar.hbg.de.int.atosorigin.com (8.13.6/8.13.6/hmo020206) with ESMTP id k3L8q2M7027303; Fri, 21 Apr 2006 10:52:02 +0200 (CEST) (envelope-from helge.oldach@atosorigin.com) Received: (from hmo@localhost) by galaxy.hbg.de.ao-srv.com (8.9.3p2/8.9.3/hmo30mar03) id KAA22533; Fri, 21 Apr 2006 10:52:01 +0200 (MET DST) Message-Id: <200604210852.KAA22533@galaxy.hbg.de.ao-srv.com> In-Reply-To: <20060420165605.GA15688@intserv.int1.b.intern> from Holger Kipp at "Apr 20, 2006 6:56: 5 pm" To: hk@alogis.com (Holger Kipp) Date: Fri, 21 Apr 2006 10:52:00 +0200 (MET DST) From: Helge Oldach X-Address: Atos Origin GmbH, Friesenstraße 13, D-20097 Hamburg, Germany X-Phone: +49 40 7886 7464, Fax: +49 40 7886 9464, Mobile: +49 160 4782077 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org Subject: Re: swi4: clock sio uses 10% cpu 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: Fri, 21 Apr 2006 08:53:38 -0000 Holger, >puc0: port 0xa400-0xa41f,0xa000-0xa01f mem 0xdf800000-0xdf800fff,0xdf000000-0xdf000fff irq 10 at device 11.0 on pci0 >puc1: port 0x9800-0x981f,0x9400-0x941f mem 0xde800000-0xde800fff,0xde000000-0xde000fff irq 10 at device 11.1 on pci0 The Titan device shows up as two PCI devices with shared interrupt. Shared interrupts are supported by the puc(4) driver, but not in fast interrupt mode. This eats a lot of CPU, causes silo overflows and character loss. This is what the kernel tells you: >sio12: unable to activate interrupt in fast mode - using normal mode If possible try to make these two different irqs, or disable "half of the board". Helge