summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-06-03 20:41:00 +0000
committerpeter <peter@FreeBSD.org>1999-06-03 20:41:00 +0000
commit078a9624dd10070fd7bff4ac6d979bdee7c5da68 (patch)
tree6ddda47fcfa7dcb141efc89780205bcad2f12a43 /sys
parent94fe46b22a63c4c8fa3bda98dc52f44ab4ca237b (diff)
downloadFreeBSD-src-078a9624dd10070fd7bff4ac6d979bdee7c5da68.zip
FreeBSD-src-078a9624dd10070fd7bff4ac6d979bdee7c5da68.tar.gz
remove references to isa_device, it's no longer associated with interrupts.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/isa/intr_machdep.h6
-rw-r--r--sys/i386/isa/intr_machdep.h6
2 files changed, 2 insertions, 10 deletions
diff --git a/sys/amd64/isa/intr_machdep.h b/sys/amd64/isa/intr_machdep.h
index 1d49d1d..675714d 100644
--- a/sys/amd64/isa/intr_machdep.h
+++ b/sys/amd64/isa/intr_machdep.h
@@ -30,8 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: intr_machdep.h,v 1.13 1998/06/18 15:32:06 bde Exp $
+ * $Id: intr_machdep.h,v 1.14 1999/04/21 07:26:27 peter Exp $
*/
#ifndef _I386_ISA_INTR_MACHDEP_H_
@@ -187,15 +186,12 @@ inthand_t
#endif /** TEST_TEST1 */
#endif /* SMP || APIC_IO */
-struct isa_device;
-
void isa_defaultirq __P((void));
int isa_nmi __P((int cd));
int icu_setup __P((int intr, inthand2_t *func, void *arg,
u_int *maskptr, int flags));
int icu_unset __P((int intr, inthand2_t *handler));
int update_intr_masks __P((void));
-void register_imask __P((struct isa_device *dvp, u_int mask));
intrmask_t splq __P((intrmask_t mask));
diff --git a/sys/i386/isa/intr_machdep.h b/sys/i386/isa/intr_machdep.h
index 1d49d1d..675714d 100644
--- a/sys/i386/isa/intr_machdep.h
+++ b/sys/i386/isa/intr_machdep.h
@@ -30,8 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: intr_machdep.h,v 1.13 1998/06/18 15:32:06 bde Exp $
+ * $Id: intr_machdep.h,v 1.14 1999/04/21 07:26:27 peter Exp $
*/
#ifndef _I386_ISA_INTR_MACHDEP_H_
@@ -187,15 +186,12 @@ inthand_t
#endif /** TEST_TEST1 */
#endif /* SMP || APIC_IO */
-struct isa_device;
-
void isa_defaultirq __P((void));
int isa_nmi __P((int cd));
int icu_setup __P((int intr, inthand2_t *func, void *arg,
u_int *maskptr, int flags));
int icu_unset __P((int intr, inthand2_t *handler));
int update_intr_masks __P((void));
-void register_imask __P((struct isa_device *dvp, u_int mask));
intrmask_t splq __P((intrmask_t mask));
OpenPOWER on IntegriCloud