Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Define isa_detach_hook().
details: https://anonhg.NetBSD.org/src/rev/32e4cfc91219
branches: trunk
changeset: 746759:32e4cfc91219
user: dyoung <dyoung%NetBSD.org@localhost>
date: Wed Aug 19 14:37:24 2009 +0000
description:
Define isa_detach_hook().
diffstat:
sys/arch/ibmnws/include/isa_machdep.h | 4 +++-
sys/arch/ofppc/include/isa_machdep.h | 4 +++-
sys/arch/prep/include/isa_machdep.h | 4 +++-
sys/arch/sandpoint/include/isa_machdep.h | 4 +++-
4 files changed, 12 insertions(+), 4 deletions(-)
diffs (72 lines):
diff -r e5a09d81c42d -r 32e4cfc91219 sys/arch/ibmnws/include/isa_machdep.h
--- a/sys/arch/ibmnws/include/isa_machdep.h Wed Aug 19 14:35:45 2009 +0000
+++ b/sys/arch/ibmnws/include/isa_machdep.h Wed Aug 19 14:37:24 2009 +0000
@@ -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 @@
/* 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) \
diff -r e5a09d81c42d -r 32e4cfc91219 sys/arch/ofppc/include/isa_machdep.h
--- a/sys/arch/ofppc/include/isa_machdep.h Wed Aug 19 14:35:45 2009 +0000
+++ b/sys/arch/ofppc/include/isa_machdep.h Wed Aug 19 14:37:24 2009 +0000
@@ -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 @@
/* 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) \
diff -r e5a09d81c42d -r 32e4cfc91219 sys/arch/prep/include/isa_machdep.h
--- a/sys/arch/prep/include/isa_machdep.h Wed Aug 19 14:35:45 2009 +0000
+++ b/sys/arch/prep/include/isa_machdep.h Wed Aug 19 14:37:24 2009 +0000
@@ -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 @@
/* 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) \
diff -r e5a09d81c42d -r 32e4cfc91219 sys/arch/sandpoint/include/isa_machdep.h
--- a/sys/arch/sandpoint/include/isa_machdep.h Wed Aug 19 14:35:45 2009 +0000
+++ b/sys/arch/sandpoint/include/isa_machdep.h Wed Aug 19 14:37:24 2009 +0000
@@ -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 @@
/* 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) \
Home |
Main Index |
Thread Index |
Old Index