Add SVN revision for HEAD; add SSH configuration; correct password configuration
[ps3freebsd_kernel_patches.git] / 0000-loader-console-1920x1080.patch
blobe549ff0a2ccb74e5f2f92c61355d3ef280294981
1 --- sys/boot/powerpc/ps3/ps3cons.c 2012-01-29 15:44:17.000000000 +0100
2 +++ sys/boot/powerpc/ps3/ps3cons.c.new 2012-03-03 23:04:56.000000000 +0100
3 @@ -67,8 +67,8 @@
4 ps3cons_probe(struct console *cp)
6 /* XXX: Get from HV */
7 - fb_width = 720;
8 - fb_height = 480;
9 + fb_width = 1920;
10 + fb_height = 1080;
12 cp->c_flags |= C_PRESENTIN|C_PRESENTOUT;