From ad366db2011f14e8f5f98e4ccdcb57ffd22f5c23 Mon Sep 17 00:00:00 2001 From: andreast Date: Thu, 20 Jan 2011 20:22:19 +0000 Subject: Correct parsing of the grackle and uninorthpci ranges property. Approved by: nwhitehorn (mentor) --- sys/powerpc/powermac/uninorthvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/powerpc/powermac/uninorthvar.h') 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; -- cgit v1.1