From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262862AbUBZS0S (ORCPT ); Thu, 26 Feb 2004 13:26:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262873AbUBZS0S (ORCPT ); Thu, 26 Feb 2004 13:26:18 -0500 Received: from mail.artsci.net ([64.29.142.100]:65042 "EHLO jadsystems.com") by vger.kernel.org with ESMTP id S262862AbUBZS0Q (ORCPT ); Thu, 26 Feb 2004 13:26:16 -0500 Date: Thu, 26 Feb 2004 10:25:02 -0800 Message-Id: <200402261025.AA3240886544@jadsystems.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "Jim Deas" Reply-To: To: Subject: kernel disables interrupts X-Mailer: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I am trouble shooting a new driver and have found a new kernel item that makes trouble shooting a bit harder. When I unload my test driver and before I can reload it (reseting the interrut controls)the Kernerl disables the chattering interrupt. Once the kernel has disable a spurious interrupt is there a way to get it back? JD