Module Name:    src
Committed By:   macallan
Date:           Tue Jul 28 00:10:52 UTC 2009

Modified Files:
        src/sys/dev/pci: radeonfbvar.h

Log Message:
forgot to commit that along with radeonfb.c


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/radeonfbvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/radeonfbvar.h
diff -u src/sys/dev/pci/radeonfbvar.h:1.6 src/sys/dev/pci/radeonfbvar.h:1.7
--- src/sys/dev/pci/radeonfbvar.h:1.6	Fri Aug  3 05:40:47 2007
+++ src/sys/dev/pci/radeonfbvar.h	Tue Jul 28 00:10:51 2009
@@ -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 @@
 	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 @@
 	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;

Reply via email to