Module Name: src Committed By: macallan Date: Fri Jul 22 20:41:37 UTC 2011
Modified Files: src/sys/arch/evbmips/gdium: gdiumreg.h Log Message: RAM shows up in PCI space at 0x80000000, not 0x00000000 Now my Gdium finds USB devices and manages to get an IP via DHCP To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbmips/gdium/gdiumreg.h 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/evbmips/gdium/gdiumreg.h diff -u src/sys/arch/evbmips/gdium/gdiumreg.h:1.1 src/sys/arch/evbmips/gdium/gdiumreg.h:1.2 --- src/sys/arch/evbmips/gdium/gdiumreg.h:1.1 Thu Aug 6 00:50:26 2009 +++ src/sys/arch/evbmips/gdium/gdiumreg.h Fri Jul 22 20:41:37 2011 @@ -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