Module Name: src
Committed By: dyoung
Date: Wed Aug 19 14:40:36 UTC 2009
Modified Files:
src/sys/arch/ofppc/include: isa_machdep.h
Log Message:
Define isa_detach_hook().
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/ofppc/include/isa_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/ofppc/include/isa_machdep.h
diff -u src/sys/arch/ofppc/include/isa_machdep.h:1.5 src/sys/arch/ofppc/include/isa_machdep.h:1.6
--- src/sys/arch/ofppc/include/isa_machdep.h:1.5 Mon Apr 28 20:23:30 2008
+++ src/sys/arch/ofppc/include/isa_machdep.h Wed Aug 19 14:40:36 2009
@@ -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) \