From owner-freebsd-stable@FreeBSD.ORG Sat Jan 2 14:17:06 2010 Return-Path: Delivered-To: stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 966B41065670 for ; Sat, 2 Jan 2010 14:17:06 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from mail-gw2.york.ac.uk (mail-gw2.york.ac.uk [144.32.128.247]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0718FC18 for ; Sat, 2 Jan 2010 14:17:05 +0000 (UTC) Received: from mail-gw7.york.ac.uk (mail-gw7.york.ac.uk [144.32.129.30]) by mail-gw2.york.ac.uk (8.13.6/8.13.6) with ESMTP id o02EH3Fw022231; Sat, 2 Jan 2010 14:17:03 GMT Received: from ury.york.ac.uk ([144.32.108.81]) by mail-gw7.york.ac.uk with esmtps (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1NR4mt-0000Tu-Fq; Sat, 02 Jan 2010 14:17:03 +0000 Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.14.3/8.14.3) with ESMTP id o02EH3cw041830; Sat, 2 Jan 2010 14:17:03 GMT (envelope-from gavin@FreeBSD.org) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.14.3/8.14.3/Submit) with ESMTP id o02EH33C041827; Sat, 2 Jan 2010 14:17:03 GMT (envelope-from gavin@FreeBSD.org) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Sat, 2 Jan 2010 14:17:03 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: ocean In-Reply-To: <4B316240.2070309@yahoo.it> Message-ID: References: <4B316240.2070309@yahoo.it> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin@freebsd.org Cc: stable@FreeBSD.org Subject: Re: problem with iwi driver in 8.0 and custom kernel (works on generic) 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: Sat, 02 Jan 2010 14:17:06 -0000 On Wed, 23 Dec 2009, ocean wrote: > i've got some problems with iwi in Freebsd 8.0, using GENERIC kernel > everything works just fine, compiling a custom kernel, just excluding some > modules i don't need, cause an interrupt storm to happen on irq11: > > Dec 22 22:35:18 legend kernel: iwi0: mem > 0xb0101000-0xb0101fff irq 10 at device 4.0 on pci6 > Dec 22 22:35:18 legend kernel: iwi0: [ITHREAD] > Dec 22 22:35:22 legend kernel: wlan0: Ethernet address: xx:xx:xx:xx:xx:xx > Dec 22 22:35:32 legend kernel: interrupt storm detected on "irq11:"; > throttling interrupt source > Dec 22 22:35:33 legend kernel: iwi0: timeout waiting for iwi_bss firmware > initialization to complete > Dec 22 22:35:33 legend kernel: iwi0: could not load boot firmware iwi_bss Before you recompiled, did the iwi0 device work? Once booted, can you show the output of "vmstat -i"? Also, can you post a verbose dmesg somewhere? It might also be useful to re-add things back into the kernel, and figure out which device removal actually triggers this. Gavin