forgot to commit this along with ofb.c

This commit is contained in:
macallan 2005-09-23 17:51:37 +00:00
parent 532593dd52
commit aaddad0a64
1 changed files with 3 additions and 1 deletions

View File

@ -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;