K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2014-10-04T18:40:40.010430Z K 7 svn:log V 351 vt(4): Don't recalculate buffer size if we don't know screen size When the screen size is unknown, it's set to 0x0. We can't use that as the buffer size, otherwise, functions such as vtbuf_fill() will fail. This fixes a panic on RaspberryPi, where there's no vt(4) backend configured early in boot. PR: 193981 Tested by: danilo@ MFC after: 3 days END