diff --git a/sys/arch/macppc/dev/ofbvar.h b/sys/arch/macppc/dev/ofbvar.h index 5067d513f4e8..6788628335d0 100644 --- a/sys/arch/macppc/dev/ofbvar.h +++ b/sys/arch/macppc/dev/ofbvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: ofbvar.h,v 1.6 2002/06/24 21:08:37 nathanw Exp $ */ +/* $NetBSD: ofbvar.h,v 1.7 2005/09/23 17:51:37 macallan Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. @@ -39,6 +39,8 @@ struct ofb_softc { pci_chipset_tag_t sc_pc; pcitag_t sc_pcitag; + bus_space_tag_t sc_memt; + bus_space_tag_t sc_iot; struct ofb_devconfig *sc_dc; /* device configuration */ int nscreens;