From aaddad0a64ff607061d882ea2ef238c248a68728 Mon Sep 17 00:00:00 2001 From: macallan Date: Fri, 23 Sep 2005 17:51:37 +0000 Subject: [PATCH] forgot to commit this along with ofb.c --- sys/arch/macppc/dev/ofbvar.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;