Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/arch/powerpc/oea Pull up following revision(s) (reque...
details: https://anonhg.NetBSD.org/src/rev/ae58dc72ac0c
branches: netbsd-6
changeset: 774204:ae58dc72ac0c
user: riz <riz%NetBSD.org@localhost>
date: Tue Jun 12 19:37:09 2012 +0000
description:
Pull up following revision(s) (requested by macallan in ticket #321):
sys/arch/powerpc/oea/ofwoea_machdep.c: revision 1.29
provide a BAT mapping for the PCI IO range on Grackle/Heathrow based macs
now drivers that need PCI IO access work again
diffstat:
sys/arch/powerpc/oea/ofwoea_machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r e2002389214a -r ae58dc72ac0c sys/arch/powerpc/oea/ofwoea_machdep.c
--- a/sys/arch/powerpc/oea/ofwoea_machdep.c Tue Jun 12 19:35:46 2012 +0000
+++ b/sys/arch/powerpc/oea/ofwoea_machdep.c Tue Jun 12 19:37:09 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ofwoea_machdep.c,v 1.27 2012/02/15 01:56:58 macallan Exp $ */
+/* $NetBSD: ofwoea_machdep.c,v 1.27.2.1 2012/06/12 19:37:09 riz Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ofwoea_machdep.c,v 1.27 2012/02/15 01:56:58 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ofwoea_machdep.c,v 1.27.2.1 2012/06/12 19:37:09 riz Exp $");
#include "opt_ppcarch.h"
#include "opt_compat_netbsd.h"
@@ -422,6 +422,7 @@
0xb0000000, BAT_BL_256M,
0xf0000000, BAT_BL_128M,
0xf8000000, BAT_BL_64M,
+ 0xfe000000, BAT_BL_8M, /* Grackle IO */
0);
#else
u_int16_t bitmap;
Home |
Main Index |
Thread Index |
Old Index