Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/drm2/radeon remove "nouveau" from a comment...



details:   https://anonhg.NetBSD.org/src/rev/b893983f0e22
branches:  trunk
changeset: 373863:b893983f0e22
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 07 20:23:00 2023 +0000

description:
remove "nouveau" from a comment.  noted by jmcneill.

diffstat:

 sys/external/bsd/drm2/radeon/radeon_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fcdfbfda3435 -r b893983f0e22 sys/external/bsd/drm2/radeon/radeon_pci.c
--- a/sys/external/bsd/drm2/radeon/radeon_pci.c Tue Mar 07 10:43:53 2023 +0000
+++ b/sys/external/bsd/drm2/radeon/radeon_pci.c Tue Mar 07 20:23:00 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: radeon_pci.c,v 1.22 2023/03/07 09:47:48 mrg Exp $      */
+/*     $NetBSD: radeon_pci.c,v 1.23 2023/03/07 20:23:00 mrg Exp $      */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: radeon_pci.c,v 1.22 2023/03/07 09:47:48 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: radeon_pci.c,v 1.23 2023/03/07 20:23:00 mrg Exp $");
 
 #ifdef _KERNEL_OPT
 #include "genfb.h"
@@ -285,7 +285,7 @@
         * with a firmware-provided framebuffer address, we may have to
         * turn it off early, before we are ready to switch the console
         * over -- something goes wrong if we're still writing to the
-        * firmware-provided framebuffer during nouveau initialization.
+        * firmware-provided framebuffer during initialization.
         */
     {
        bool is_console;



Home | Main Index | Thread Index | Old Index