Received: by mail.netbsd.org (Postfix, from userid 0) id 2D5AE63B1EB; Sun, 22 Nov 2009 21:18:47 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 96E2563B1CB for ; Sun, 22 Nov 2009 21:18:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 57A6E175DD; Sun, 22 Nov 2009 21:18:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sun, 22 Nov 2009 21:18:42 +0000 From: David Laight Subject: CVS commit: src/sys/dev/pcmcia To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20091122211842.57A6E175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: list Reply-To: source-changes-d@NetBSD.org Module Name: src Committed By: dsl Date: Sun Nov 22 21:18:42 UTC 2009 Modified Files: src/sys/dev/pcmcia: if_cnw.c Log Message: Remove "splurious interrupt" message. The IRQ might be shared. Fixes PR/11410 To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pcmcia/if_cnw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.