diff options
| author | macallan <macallan@NetBSD.org> | 2009-07-28 00:10:51 +0000 |
|---|---|---|
| committer | macallan <macallan@NetBSD.org> | 2009-07-28 00:10:51 +0000 |
| commit | b8fa6b1208fffebe15e146d376f8fc982e73a844 (patch) | |
| tree | 2389299e0273fece0b04d66d5ab526875bdc03a7 /sys/dev | |
| parent | 1b6947b9412da15f264bf0ab0528a31cbb7192fc (diff) | |
forgot to commit that along with radeonfb.c
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/radeonfbvar.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/radeonfbvar.h b/sys/dev/pci/radeonfbvar.h index 1a404efe876..74090e9ca3d 100644 --- a/sys/dev/pci/radeonfbvar.h +++ b/sys/dev/pci/radeonfbvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: radeonfbvar.h,v 1.6 2007/08/03 05:40:47 macallan Exp $ */ +/* $NetBSD: radeonfbvar.h,v 1.7 2009/07/28 00:10:51 macallan Exp $ */ /*- * Copyright (c) 2006 Itronix Inc. @@ -171,7 +171,7 @@ struct radeonfb_display { uint16_t rd_yoffset; int rd_bg; /* background */ - int rd_console; + bool rd_console; struct callout rd_bl_lvds_co; /* delayed lvds operation */ uint32_t rd_bl_lvds_val; /* value of delayed lvds */ @@ -245,6 +245,7 @@ struct radeonfb_softc { bus_space_tag_t sc_romt; bus_space_handle_t sc_romh; bus_size_t sc_romsz; + bus_addr_t sc_romaddr; bus_space_handle_t sc_biosh; bus_dma_tag_t sc_dmat; |
