Forgot to commit this; s/offb/ofb/.
This commit is contained in:
parent
97b5460add
commit
8b0b4ecd3f
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: ofbvar.h,v 1.4 2001/06/08 00:32:02 matt Exp $ */
|
||||
/* $NetBSD: ofbvar.h,v 1.5 2001/06/10 13:56:13 tsubai Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
|
||||
|
@ -27,17 +27,17 @@
|
|||
* rights to redistribute these changes.
|
||||
*/
|
||||
|
||||
struct offb_devconfig {
|
||||
struct ofb_devconfig {
|
||||
paddr_t dc_paddr; /* physcal address */
|
||||
int dc_node; /* phandle of this node */
|
||||
int dc_ih; /* ihandle of this node */
|
||||
struct rasops_info dc_ri;
|
||||
};
|
||||
|
||||
struct offb_softc {
|
||||
struct ofb_softc {
|
||||
struct device sc_dev;
|
||||
|
||||
struct offb_devconfig *sc_dc; /* device configuration */
|
||||
struct ofb_devconfig *sc_dc; /* device configuration */
|
||||
int nscreens;
|
||||
u_int32_t sc_addrs[30]; /* "assigned-addresses" storage */
|
||||
u_char sc_cmap_red[256];
|
||||
|
|
Loading…
Reference in New Issue