PERFORCE change 97480 for review

Marcel Moolenaar marcel at FreeBSD.org
Sat May 20 00:40:06 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97480

Change 97480 by marcel at marcel_nfs on 2006/05/20 00:38:59

	Redefine vtc(4) as video terminal and console. There will not
	be any terminal virtualization implemented in the kernel. It's
	better to do that in user space.

Affected files ...

.. //depot/projects/tty/sys/dev/vtc/vtc_core.c#11 edit
.. //depot/projects/tty/sys/dev/vtc/vtc_vtout_if.m#2 edit

Differences ...

==== //depot/projects/tty/sys/dev/vtc/vtc_core.c#11 (text+ko) ====

@@ -272,7 +272,7 @@
 
 	switch (type) {
 	case MOD_LOAD:
-		printf("%s: <console, virtual terminal>\n", vtc_device_name);
+		printf("%s: <console, video terminal>\n", vtc_device_name);
 		return (0);
 
 	case MOD_UNLOAD:

==== //depot/projects/tty/sys/dev/vtc/vtc_vtout_if.m#2 (text+ko) ====

@@ -31,7 +31,7 @@
 
 #include <dev/vtc/vtc_vtout.h>
 
-# The VTC Virtual Terminal Output device interface.
+# The VTC Video Terminal Output device interface.
 
 INTERFACE vtc_vtout;
 


More information about the p4-projects mailing list