Date: Mon, 26 May 1997 07:42:25 -0700 (PDT) From: Stefan Esser <se@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa isa.c isa_device.h Message-ID: <199705261442.HAA28875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
se 1997/05/26 07:42:25 PDT
Modified files:
sys/i386/isa isa.c isa_device.h
Log:
Add support for shared interrupts to the kernel. This code is meant
be (eventually) architecture independent. It provides an emulation
of the ISA interrupt registration function register_intr(), but that
function does no longer manipulated the interrupt controller and
interrupt descriptor table, but calls the architecture dependent
function setup_icu() for that purpose.
After the ISA/EISA bus code has been modified to directly call the new
interrupt registartion functions (intr_create() and intr_connect()),
the emulation of register_intr() should be dropped.
The C level interrupt handler function should take a (void*) argument,
and the function pointer type (inthand2_t) should defined in some other
place than isa_device.h.
This commit is a pre-requisite for the removal of the PCI specific shared
interrupt code.
Reviewed by: dfr,bde
Revision Changes Path
1.85 +203 -53 src/sys/i386/isa/isa.c
1.40 +6 -5 src/sys/i386/isa/isa_device.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705261442.HAA28875>
