summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/uninorthvar.h
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2011-01-20 20:22:19 +0000
committerandreast <andreast@FreeBSD.org>2011-01-20 20:22:19 +0000
commitad366db2011f14e8f5f98e4ccdcb57ffd22f5c23 (patch)
tree1bc649a6a9120b09ca9537efad913192c55e6946 /sys/powerpc/powermac/uninorthvar.h
parent6d8a904d4902ca85ab4a35457d4844b3e2db8f7e (diff)
downloadFreeBSD-src-ad366db2011f14e8f5f98e4ccdcb57ffd22f5c23.zip
FreeBSD-src-ad366db2011f14e8f5f98e4ccdcb57ffd22f5c23.tar.gz
Correct parsing of the grackle and uninorthpci ranges property.
Approved by: nwhitehorn (mentor)
Diffstat (limited to 'sys/powerpc/powermac/uninorthvar.h')
-rw-r--r--sys/powerpc/powermac/uninorthvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/powermac/uninorthvar.h b/sys/powerpc/powermac/uninorthvar.h
index 9625d42..2c37d77 100644
--- a/sys/powerpc/powermac/uninorthvar.h
+++ b/sys/powerpc/powermac/uninorthvar.h
@@ -53,7 +53,7 @@ struct uninorth_softc {
vm_offset_t sc_addr;
vm_offset_t sc_data;
int sc_bus;
- struct uninorth_range sc_range[6];
+ struct uninorth_range sc_range[7];
int sc_nrange;
int sc_iostart;
struct rman sc_io_rman;
OpenPOWER on IntegriCloud