Add hypervisor consoles (hvc)
authorAnton Blanchard <anton@samba.org>
Mon, 16 Dec 2013 05:13:14 +0000 (16:13 +1100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 16 Dec 2013 21:39:53 +0000 (22:39 +0100)
Add /dev/hvc* devices, and add them to securetty. These
are required for ppc64 virtual consoles.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
system/device_table_dev.txt
system/skeleton/etc/securetty

index 95079393e694c2d83bb5afcc037cf7966f807faa..91ed7695231db385b46aa4d5e6b1b5c6335fd957 100644 (file)
@@ -36,6 +36,7 @@
 /dev/ttyPSC    c       666     0       0       204     148     0       1       4
 /dev/ttyUL     c       666     0       0       204     187     0       1       4
 /dev/ttymxc    c       666     0       0       207     16      0       1       4
+/dev/hvc       c       640     0       0       229     0       0       1       4
 
 # Input stuff
 /dev/input             d       755     0       0       -       -       -       -       -
index 5a3d0c648e931e0d0f51603c74a5a32a484ea6fc..0722677165304ae2bfbfbf9ddc162c02655b3bca 100644 (file)
@@ -51,3 +51,7 @@ ttySC5
 ttySC6
 ttySC7
 ttyGS0
+hvc0
+hvc1
+hvc2
+hvc3