summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac
diff options
context:
space:
mode:
authorgallatin <gallatin@FreeBSD.org>2004-09-27 19:51:58 +0000
committergallatin <gallatin@FreeBSD.org>2004-09-27 19:51:58 +0000
commit730b32e9d8d1f726dd86f0214c21e416b020d377 (patch)
treea0b80415c10ab932fab22f6dd4e025240fe4c566 /sys/powerpc/powermac
parent46bdd46105252932832ff51f5b85a84876834ffa (diff)
downloadFreeBSD-src-730b32e9d8d1f726dd86f0214c21e416b020d377.zip
FreeBSD-src-730b32e9d8d1f726dd86f0214c21e416b020d377.tar.gz
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
Diffstat (limited to 'sys/powerpc/powermac')
-rw-r--r--sys/powerpc/powermac/uninorthvar.h1
1 files changed, 1 insertions, 0 deletions
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;
OpenPOWER on IntegriCloud