Module Name:    src
Committed By:   dyoung
Date:           Wed Aug 19 14:41:26 UTC 2009

Modified Files:
        src/sys/arch/prep/include: isa_machdep.h

Log Message:
Define isa_detach_hook().


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/prep/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/prep/include/isa_machdep.h
diff -u src/sys/arch/prep/include/isa_machdep.h:1.11 src/sys/arch/prep/include/isa_machdep.h:1.12
--- src/sys/arch/prep/include/isa_machdep.h:1.11	Mon Apr 28 20:23:33 2008
+++ src/sys/arch/prep/include/isa_machdep.h	Wed Aug 19 14:41:25 2009
@@ -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)		\

Reply via email to