Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci print out the actual stride value
details: https://anonhg.NetBSD.org/src/rev/27b55b178f45
branches: trunk
changeset: 351945:27b55b178f45
user: macallan <macallan%NetBSD.org@localhost>
date: Mon Mar 06 16:49:26 2017 +0000
description:
print out the actual stride value
diffstat:
sys/dev/pci/pm3fb.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (10 lines):
diff -r 0320e99ecb3c -r 27b55b178f45 sys/dev/pci/pm3fb.c
--- a/sys/dev/pci/pm3fb.c Mon Mar 06 13:50:40 2017 +0000
+++ b/sys/dev/pci/pm3fb.c Mon Mar 06 16:49:26 2017 +0000
@@ -1304,5 +1304,5 @@
sc->sc_depth = 8;
sc->sc_stride = stride;
aprint_normal_dev(sc->sc_dev, "pm3 using %d x %d in 8 bit, stride %d\n",
- sc->sc_width, sc->sc_height, sc->sc_width);
+ sc->sc_width, sc->sc_height, stride);
}
Home |
Main Index |
Thread Index |
Old Index