Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci forgot to commit a header change, again...



details:   https://anonhg.NetBSD.org/src/rev/73bca82ee200
branches:  trunk
changeset: 934413:73bca82ee200
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Jun 11 14:22:10 2020 +0000

description:
forgot to commit a header change, again...

diffstat:

 sys/dev/pci/radeonfbvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r abfe554f16d6 -r 73bca82ee200 sys/dev/pci/radeonfbvar.h
--- a/sys/dev/pci/radeonfbvar.h Thu Jun 11 13:49:57 2020 +0000
+++ b/sys/dev/pci/radeonfbvar.h Thu Jun 11 14:22:10 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: radeonfbvar.h,v 1.20 2014/11/05 19:39:17 macallan Exp $ */
+/* $NetBSD: radeonfbvar.h,v 1.21 2020/06/11 14:22:10 macallan Exp $ */
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -184,7 +184,7 @@
        int                     rd_ncrtcs;
        struct radeonfb_crtc    rd_crtcs[2];
 
-       struct radeonfb_cursor  rd_cursor;
+       struct radeonfb_cursor  rd_cursor, rd_tempcursor;
        /* XXX: this should probaby be an array for CRTCs */
        //struct videomode      rd_videomode;
 



Home | Main Index | Thread Index | Old Index