Module Name: src Committed By: jmcneill Date: Thu Dec 29 21:22:49 UTC 2011
Modified Files: src/sys/arch/usermode/conf: GENERIC.common Makefile.usermode files.usermode src/sys/arch/usermode/dev: mainbus.c src/sys/arch/usermode/include: mainbus.h thunk.h src/sys/arch/usermode/usermode: machdep.c thunk.c Added Files: src/sys/arch/usermode/dev: vncfb.c vnckbdmap.c Removed Files: src/sys/arch/usermode/dev: genfb_thunkbus.c Log Message: Replace the SDL based genfb driver with a wsdisplay and wskbd driver that implements the VNC (RFB) protocol. To enable the VNC server, add 'vnc=640x480,5900' to the kernel command line (where 640x480 is the desired fb resolution and 5900 is the TCP port). Screenshot of it here: http://www.netbsd.org/~jmcneill/usermode.tiff To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/usermode/conf/GENERIC.common cvs rdiff -u -r1.25 -r1.26 src/sys/arch/usermode/conf/Makefile.usermode cvs rdiff -u -r1.14 -r1.15 src/sys/arch/usermode/conf/files.usermode cvs rdiff -u -r1.1 -r0 src/sys/arch/usermode/dev/genfb_thunkbus.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/usermode/dev/mainbus.c cvs rdiff -u -r0 -r1.1 src/sys/arch/usermode/dev/vncfb.c \ src/sys/arch/usermode/dev/vnckbdmap.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/usermode/include/mainbus.h cvs rdiff -u -r1.46 -r1.47 src/sys/arch/usermode/include/thunk.h cvs rdiff -u -r1.46 -r1.47 src/sys/arch/usermode/usermode/machdep.c cvs rdiff -u -r1.55 -r1.56 src/sys/arch/usermode/usermode/thunk.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.