Module Name: src
Committed By: rin
Date: Sun Oct 2 02:37:27 UTC 2022
Modified Files:
src/sys/dev/pci: genfb_pci.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/dev/pci/genfb_pci.c
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/genfb_pci.c
diff -u src/sys/dev/pci/genfb_pci.c:1.44 src/sys/dev/pci/genfb_pci.c:1.45
--- src/sys/dev/pci/genfb_pci.c:1.44 Sat Oct 1 12:35:25 2022
+++ src/sys/dev/pci/genfb_pci.c Sun Oct 2 02:37:27 2022
@@ -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 @@ pci_genfb_attach(device_t parent, device
== 0) {
/*
* skip unimplemented, non-BAR registers, or
- * lower words of 64-bit BARs.
+ * higher words of 64-bit BARs.
*/
skip = false;
continue;