Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/bebox/include Define isa_detach_hook() to fix bebox...
details: https://anonhg.NetBSD.org/src/rev/39c44067a5f0
branches: trunk
changeset: 746757:39c44067a5f0
user: dyoung <dyoung%NetBSD.org@localhost>
date: Wed Aug 19 14:32:26 2009 +0000
description:
Define isa_detach_hook() to fix bebox build.
diffstat:
sys/arch/bebox/include/isa_machdep.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 2c407d6cbd42 -r 39c44067a5f0 sys/arch/bebox/include/isa_machdep.h
--- a/sys/arch/bebox/include/isa_machdep.h Wed Aug 19 14:29:53 2009 +0000
+++ b/sys/arch/bebox/include/isa_machdep.h Wed Aug 19 14:32:26 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isa_machdep.h,v 1.18 2008/04/28 20:23:15 martin Exp $ */
+/* $NetBSD: isa_machdep.h,v 1.19 2009/08/19 14:32:26 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) \
Home |
Main Index |
Thread Index |
Old Index