Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2006 00:39:34 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 97480 for review
Message-ID:  <200605200039.k4K0dYIe072596@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97480

Change 97480 by marcel@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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605200039.k4K0dYIe072596>