Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pci PR kern/57035



details:   https://anonhg.NetBSD.org/src/rev/774110052311
branches:  trunk
changeset: 371260:774110052311
user:      rin <rin%NetBSD.org@localhost>
date:      Sun Oct 02 02:37:27 2022 +0000

description:
PR kern/57035

s/lower/higher/ in comment; for little endian, 2nd word is higher
both in numeric and address. It seems that I'm too absorbed into
big endian machines these days ;)

No binary changes.

diffstat:

 sys/dev/pci/genfb_pci.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r c36caeb4c9c3 -r 774110052311 sys/dev/pci/genfb_pci.c
--- a/sys/dev/pci/genfb_pci.c   Sat Oct 01 22:21:31 2022 +0000
+++ b/sys/dev/pci/genfb_pci.c   Sun Oct 02 02:37:27 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genfb_pci.c,v 1.44 2022/10/01 12:35:25 rin Exp $ */
+/*     $NetBSD: genfb_pci.c,v 1.45 2022/10/02 02:37:27 rin Exp $ */
 
 /*-
  * Copyright (c) 2007 Michael Lorenz
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfb_pci.c,v 1.44 2022/10/01 12:35:25 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfb_pci.c,v 1.45 2022/10/02 02:37:27 rin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -166,7 +166,7 @@
                    == 0) {
                        /*
                         * skip unimplemented, non-BAR registers, or
-                        * lower words of 64-bit BARs.
+                        * higher words of 64-bit BARs.
                         */
                        skip = false;
                        continue;



Home | Main Index | Thread Index | Old Index