Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/gdium RAM shows up in PCI space at 0x800000...
details: https://anonhg.NetBSD.org/src/rev/1a308e320c63
branches: trunk
changeset: 767565:1a308e320c63
user: macallan <macallan%NetBSD.org@localhost>
date: Fri Jul 22 20:41:37 2011 +0000
description:
RAM shows up in PCI space at 0x80000000, not 0x00000000
Now my Gdium finds USB devices and manages to get an IP via DHCP
diffstat:
sys/arch/evbmips/gdium/gdiumreg.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 337732acd9b2 -r 1a308e320c63 sys/arch/evbmips/gdium/gdiumreg.h
--- a/sys/arch/evbmips/gdium/gdiumreg.h Fri Jul 22 19:20:28 2011 +0000
+++ b/sys/arch/evbmips/gdium/gdiumreg.h Fri Jul 22 20:41:37 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gdiumreg.h,v 1.1 2009/08/06 00:50:26 matt Exp $ */
+/* $NetBSD: gdiumreg.h,v 1.2 2011/07/22 20:41:37 macallan Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -42,6 +42,6 @@
* PCI 0080.0000 -> Phys 0080.0000 (8MB, 64bit, prefetchable, burstable)
*/
-#define GDIUM_DMA_PCI_PCIBASE 0x00000000UL
+#define GDIUM_DMA_PCI_PCIBASE 0x80000000UL
#define GDIUM_DMA_PCI_PHYSBASE 0x00000000UL
#define GDIUM_DMA_PCI_SIZE 0x80000000UL
Home |
Main Index |
Thread Index |
Old Index