Define isa_detach_hook().

This commit is contained in:
dyoung 2009-08-19 14:37:24 +00:00
parent fedb853f62
commit bcefcac3f5
4 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa_machdep.h,v 1.4 2008/04/28 20:23:26 martin Exp $ */
/* $NetBSD: isa_machdep.h,v 1.5 2009/08/19 14:37:24 dyoung Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -49,6 +49,8 @@ extern struct pic_ops *isa_pic;
/* function mappings */
#define isa_attach_hook(p, s, iaa) \
genppc_isa_attach_hook(p, s, iaa)
#define isa_detach_hook(s) \
genppc_isa_detach_hook(s)
#define isa_intr_evcnt(ic, irq) \
genppc_isa_intr_evcnt(ic, irq)
#define isa_intr_establish(ic, irq, type, level, fun, arg) \

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa_machdep.h,v 1.5 2008/04/28 20:23:30 martin Exp $ */
/* $NetBSD: isa_machdep.h,v 1.6 2009/08/19 14:40:36 dyoung Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -46,6 +46,8 @@ void isa_outb(uint32_t, uint8_t);
/* function mappings */
#define isa_attach_hook(p, s, iaa) \
genppc_isa_attach_hook(p, s, iaa)
#define isa_detach_hook(s) \
genppc_isa_detach_hook(s)
#define isa_intr_evcnt(ic, irq) \
genppc_isa_intr_evcnt(ic, irq)
#define isa_intr_establish(ic, irq, type, level, fun, arg) \

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa_machdep.h,v 1.11 2008/04/28 20:23:33 martin Exp $ */
/* $NetBSD: isa_machdep.h,v 1.12 2009/08/19 14:41:25 dyoung Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -49,6 +49,8 @@ extern int isa_pcmciamask;
/* function mappings */
#define isa_attach_hook(p, s, iaa) \
genppc_isa_attach_hook(p, s, iaa)
#define isa_detach_hook(s) \
genppc_isa_detach_hook(s)
#define isa_intr_evcnt(ic, irq) \
genppc_isa_intr_evcnt(ic, irq)
#define isa_intr_establish(ic, irq, type, level, fun, arg) \

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa_machdep.h,v 1.7 2008/04/28 20:23:34 martin Exp $ */
/* $NetBSD: isa_machdep.h,v 1.8 2009/08/19 14:41:57 dyoung Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -43,6 +43,8 @@ extern struct pic_ops *isa_pic;
/* function mappings */
#define isa_attach_hook(p, s, iaa) \
genppc_isa_attach_hook(p, s, iaa)
#define isa_detach_hook(s) \
genppc_isa_detach_hook(s)
#define isa_intr_evcnt(ic, irq) \
genppc_isa_intr_evcnt(ic, irq)
#define isa_intr_establish(ic, irq, type, level, fun, arg) \