Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sandpoint/sandpoint oea_batinit() demands a minimum...
details: https://anonhg.NetBSD.org/src/rev/a3e0b9e27000
branches: trunk
changeset: 773629:a3e0b9e27000
user: phx <phx%NetBSD.org@localhost>
date: Fri Feb 10 12:02:33 2012 +0000
description:
oea_batinit() demands a minimum block size of 8M now. OK by releng@.
diffstat:
sys/arch/sandpoint/sandpoint/machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b617d32cd95d -r a3e0b9e27000 sys/arch/sandpoint/sandpoint/machdep.c
--- a/sys/arch/sandpoint/sandpoint/machdep.c Fri Feb 10 11:25:42 2012 +0000
+++ b/sys/arch/sandpoint/sandpoint/machdep.c Fri Feb 10 12:02:33 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.61 2012/01/14 19:39:25 phx Exp $ */
+/* $NetBSD: machdep.c,v 1.62 2012/02/10 12:02:33 phx Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.61 2012/01/14 19:39:25 phx Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.62 2012/02/10 12:02:33 phx Exp $");
#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
@@ -173,7 +173,7 @@
oea_batinit(
0x80000000, BAT_BL_256M, /* SANDPOINT_BUS_SPACE_MEM */
0xfc000000, BAT_BL_64M, /* _EUMB|_IO */
- 0x70000000, BAT_BL_128K, /* only for NH230 board control */
+ 0x70000000, BAT_BL_8M, /* only for NH230 board control */
0);
/* Install vectors and interrupt handler */
Home |
Main Index |
Thread Index |
Old Index