Module Name: src Committed By: macallan Date: Tue Feb 19 15:21:08 UTC 2013
Modified Files: src/sys/dev/wscons: wsdisplay_compat_usl.c Log Message: fix a bunch of _IO() ioctl()s to actually work on LP64/BE ( the data pointer is abused to pass an integer, we get a pointer to it so we need to deref it to something the same size as a pointer to get the correct value ) now the PCVT compat code ( which is used for VT switching in and out of X ) works on sparc64 To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/wscons/wsdisplay_compat_usl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.