From 54a8c69347ca24cc66aa3f2540e1a4225f965e8a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 21 Apr 1999 07:26:30 +0000 Subject: Stage 1 of a cleanup of the i386 interrupt registration mechanism. Interrupts under the new scheme are managed by the i386 nexus with the awareness of the resource manager. There is further room for optimizing the interfaces still. All the users of register_intr()/intr_create() should be gone, with the exception of pcic and i386/isa/clock.c. --- sys/cam/cam_xpt.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/cam') diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 52428e03625e..3ed8344d11ea 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cam_xpt.c,v 1.51 1999/04/17 08:36:03 peter Exp $ + * $Id: cam_xpt.c,v 1.52 1999/04/19 21:26:08 gibbs Exp $ */ #include #include @@ -63,8 +63,6 @@ #include "opt_cam.h" #include "opt_scsi.h" -extern void (*ihandlers[32]) __P((void)); - /* Datastructures internal to the xpt layer */ /* -- cgit v1.3