those should have been committed along with radeonfb.c

doh
This commit is contained in:
macallan 2006-08-29 17:09:33 +00:00
parent 505c9ab4bf
commit eda93ea91b
2 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: radeonfbreg.h,v 1.1 2006/08/16 22:46:45 gdamore Exp $ */
/* $NetBSD: radeonfbreg.h,v 1.2 2006/08/29 17:09:33 macallan Exp $ */
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_reg.h,v 1.31 2003/11/10 18:41:23 tsi Exp $ */
/*
@ -65,6 +65,7 @@
/* PCI configuration space */
#define RADEON_MAPREG_MMIO 0x18
#define RADEON_MAPREG_IO 0x14
#define RADEON_MAPREG_VRAM 0x10
/* Registers for 2D/Video/Overlay */

View File

@ -1,4 +1,4 @@
/* $NetBSD: radeonfbvar.h,v 1.1 2006/08/16 22:46:45 gdamore Exp $ */
/* $NetBSD: radeonfbvar.h,v 1.2 2006/08/29 17:09:33 macallan Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -226,6 +226,11 @@ struct radeonfb_softc {
bus_size_t sc_memsz;
bus_addr_t sc_memaddr;
bus_space_tag_t sc_iot;
bus_space_handle_t sc_ioh;
bus_size_t sc_iosz;
bus_addr_t sc_ioaddr;
/* size of a single display */
int sc_maxx;
int sc_maxy;