Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/booke/dev Fill in LE bus_space_tag in attac...



details:   https://anonhg.NetBSD.org/src/rev/c053c1d45cf7
branches:  trunk
changeset: 762147:c053c1d45cf7
user:      matt <matt%NetBSD.org@localhost>
date:      Wed Feb 16 18:45:33 2011 +0000

description:
Fill in LE bus_space_tag in attach args.

diffstat:

 sys/arch/powerpc/booke/dev/cpunode.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r fcbb3ac18b70 -r c053c1d45cf7 sys/arch/powerpc/booke/dev/cpunode.c
--- a/sys/arch/powerpc/booke/dev/cpunode.c      Wed Feb 16 18:44:54 2011 +0000
+++ b/sys/arch/powerpc/booke/dev/cpunode.c      Wed Feb 16 18:45:33 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cpunode.c,v 1.3 2011/02/08 06:21:03 matt Exp $ */
+/*     $NetBSD: cpunode.c,v 1.4 2011/02/16 18:45:33 matt Exp $ */
 /*-
  * Copyright (c) 2010, 2011 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -36,7 +36,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: cpunode.c,v 1.3 2011/02/08 06:21:03 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpunode.c,v 1.4 2011/02/16 18:45:33 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -136,6 +136,7 @@
 
                cna.cna_busname = "cpunode";
                cna.cna_memt = ma->ma_memt;
+               cna.cna_le_memt = ma->ma_le_memt;
                cna.cna_dmat = ma->ma_dmat;
                cna.cna_childmask = childmask;
                cna.cna_locs = *cnl;



Home | Main Index | Thread Index | Old Index