Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/arch/i386/stand/lib Pull up following revision(s) (re...
details: https://anonhg.NetBSD.org/src/rev/66a0b43fdb2e
branches: netbsd-6
changeset: 776473:66a0b43fdb2e
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Oct 20 12:51:10 2013 +0000
description:
Pull up following revision(s) (requested by tsutsui in ticket #957):
sys/arch/i386/stand/lib/vbe.c: revision 1.8
The 'vesa' command can take 'list' flag so mention it in an error message.
diffstat:
sys/arch/i386/stand/lib/vbe.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r fdd103b2f7c7 -r 66a0b43fdb2e sys/arch/i386/stand/lib/vbe.c
--- a/sys/arch/i386/stand/lib/vbe.c Sun Oct 20 12:49:33 2013 +0000
+++ b/sys/arch/i386/stand/lib/vbe.c Sun Oct 20 12:51:10 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vbe.c,v 1.7 2011/02/09 04:37:54 jmcneill Exp $ */
+/* $NetBSD: vbe.c,v 1.7.10.1 2013/10/20 12:51:10 bouyer Exp $ */
/*-
* Copyright (c) 2009 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -414,6 +414,6 @@
return;
}
- printf("invalid flag, must be 'on', 'off', "
+ printf("invalid flag, must be 'on', 'off', 'list', "
"a display mode, or a VBE mode number\n");
}
Home |
Main Index |
Thread Index |
Old Index