Module Name: src
Committed By: matt
Date: Wed Feb 16 18:45:34 UTC 2011
Modified Files:
src/sys/arch/powerpc/booke/dev: cpunode.c
Log Message:
Fill in LE bus_space_tag in attach args.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/booke/dev/cpunode.c
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/powerpc/booke/dev/cpunode.c
diff -u src/sys/arch/powerpc/booke/dev/cpunode.c:1.3 src/sys/arch/powerpc/booke/dev/cpunode.c:1.4
--- src/sys/arch/powerpc/booke/dev/cpunode.c:1.3 Tue Feb 8 06:21:03 2011
+++ src/sys/arch/powerpc/booke/dev/cpunode.c Wed Feb 16 18:45:33 2011
@@ -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;