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

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

Log Message:
Define isa_detach_hook().


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/sandpoint/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/sandpoint/include/isa_machdep.h
diff -u src/sys/arch/sandpoint/include/isa_machdep.h:1.7 src/sys/arch/sandpoint/include/isa_machdep.h:1.8
--- src/sys/arch/sandpoint/include/isa_machdep.h:1.7	Mon Apr 28 20:23:34 2008
+++ src/sys/arch/sandpoint/include/isa_machdep.h	Wed Aug 19 14:41:57 2009
@@ -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)		\

Reply via email to