Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci remove outdated comments



details:   https://anonhg.NetBSD.org/src/rev/863534acbbf7
branches:  trunk
changeset: 333164:863534acbbf7
user:      macallan <macallan%NetBSD.org@localhost>
date:      Tue Oct 21 09:07:07 2014 +0000

description:
remove outdated comments

diffstat:

 sys/dev/pci/radeonfb.c |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r fc1c48008a08 -r 863534acbbf7 sys/dev/pci/radeonfb.c
--- a/sys/dev/pci/radeonfb.c    Tue Oct 21 08:48:20 2014 +0000
+++ b/sys/dev/pci/radeonfb.c    Tue Oct 21 09:07:07 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: radeonfb.c,v 1.86 2014/10/21 08:46:44 macallan Exp $ */
+/*     $NetBSD: radeonfb.c,v 1.87 2014/10/21 09:07:07 macallan Exp $ */
 
 /*-
  * Copyright (c) 2006 Itronix Inc.
@@ -70,7 +70,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: radeonfb.c,v 1.86 2014/10/21 08:46:44 macallan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: radeonfb.c,v 1.87 2014/10/21 09:07:07 macallan Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1254,8 +1254,6 @@
        dp = (struct radeonfb_display *)vd->cookie;
        sc = dp->rd_softc;
 
-       /* XXX: note that we don't allow mapping of registers right now */
-       /* XXX: this means that the XFree86 radeon driver won't work */
        if ((offset >= 0) && (offset < (dp->rd_virty * dp->rd_stride))) {
                pa = bus_space_mmap(sc->sc_memt,
                    sc->sc_memaddr + dp->rd_offset + offset, 0,



Home | Main Index | Thread Index | Old Index