From 730b32e9d8d1f726dd86f0214c21e416b020d377 Mon Sep 17 00:00:00 2001 From: gallatin Date: Mon, 27 Sep 2004 19:51:58 +0000 Subject: Add sc_iostart to softc and unbreak the build. This was forgotten in my previous commit to add i/o port to uninorth.c Pointy-hat to: me --- sys/powerpc/powermac/uninorthvar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/powerpc/powermac') diff --git a/sys/powerpc/powermac/uninorthvar.h b/sys/powerpc/powermac/uninorthvar.h index 7269cec..1f063ef 100644 --- a/sys/powerpc/powermac/uninorthvar.h +++ b/sys/powerpc/powermac/uninorthvar.h @@ -45,6 +45,7 @@ struct uninorth_softc { int sc_bus; struct uninorth_range sc_range[6]; int sc_nrange; + int sc_iostart; struct rman sc_io_rman; struct rman sc_mem_rman; bus_space_tag_t sc_iot; -- cgit v1.1