Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/powerpc/isa genppc_isa_detach_hook() needs two argu...



details:   https://anonhg.NetBSD.org/src/rev/d3e6e9a27e20
branches:  trunk
changeset: 746764:d3e6e9a27e20
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Wed Aug 19 15:02:47 2009 +0000

description:
genppc_isa_detach_hook() needs two arguments, the first an
isa_chipset_tag_t.

diffstat:

 sys/arch/powerpc/isa/isa_machdep_common.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6601410ba4de -r d3e6e9a27e20 sys/arch/powerpc/isa/isa_machdep_common.c
--- a/sys/arch/powerpc/isa/isa_machdep_common.c Wed Aug 19 15:00:23 2009 +0000
+++ b/sys/arch/powerpc/isa/isa_machdep_common.c Wed Aug 19 15:02:47 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_machdep_common.c,v 1.4 2009/08/19 14:44:48 dyoung Exp $    */
+/*     $NetBSD: isa_machdep_common.c,v 1.5 2009/08/19 15:02:47 dyoung Exp $    */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_machdep_common.c,v 1.4 2009/08/19 14:44:48 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_machdep_common.c,v 1.5 2009/08/19 15:02:47 dyoung Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -84,7 +84,7 @@
 }
 
 void
-genppc_isa_detach_hook(device_t self)
+genppc_isa_detach_hook(isa_chipset_tag_t ic, device_t self)
 {
 
        /* Nothing to do. */



Home | Main Index | Thread Index | Old Index