summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-09-23 17:53:34 +0000
committermillert <millert@openbsd.org>2002-09-23 17:53:34 +0000
commit8dcddda20c51a39ba139396b49a0bf24a062708c (patch)
treeace1d198aa9e8938ef59f50b0ca1c100242dfd6e
parentcorrectly dump radix_node; henric@attbi.com (diff)
downloadwireguard-openbsd-8dcddda20c51a39ba139396b49a0bf24a062708c.tar.xz
wireguard-openbsd-8dcddda20c51a39ba139396b49a0bf24a062708c.zip
Add /dev/X0 entry for use by xdm; matthieu@
As requested by deraadt@
-rw-r--r--etc/etc.alpha/fbtab1
-rw-r--r--etc/etc.i386/fbtab1
-rw-r--r--etc/etc.macppc/fbtab1
-rw-r--r--etc/etc.sparc/fbtab1
-rw-r--r--etc/etc.sparc64/fbtab1
5 files changed, 5 insertions, 0 deletions
diff --git a/etc/etc.alpha/fbtab b/etc/etc.alpha/fbtab
index e6946cf96cb..2582fc80025 100644
--- a/etc/etc.alpha/fbtab
+++ b/etc/etc.alpha/fbtab
@@ -1 +1,2 @@
/dev/ttyC0 0600 /dev/console:/dev/wskbd0:/dev/wsmouse0
+/dev/X0 0600 /dev/wsmouse
diff --git a/etc/etc.i386/fbtab b/etc/etc.i386/fbtab
index e5c3452984f..2dbac87ca18 100644
--- a/etc/etc.i386/fbtab
+++ b/etc/etc.i386/fbtab
@@ -1 +1,2 @@
/dev/ttyC0 0600 /dev/console:/dev/wskbd:/dev/wsmouse:/dev/ttyCcfg
+/dev/X0 0600 /dev/wsmouse
diff --git a/etc/etc.macppc/fbtab b/etc/etc.macppc/fbtab
index e17bb68c199..d1849b79e37 100644
--- a/etc/etc.macppc/fbtab
+++ b/etc/etc.macppc/fbtab
@@ -1,3 +1,4 @@
/dev/ttya 0600 /dev/console
/dev/tty00 0600 /dev/console
/dev/ttyC0 0600 /dev/console:/dev/wskbd:/dev/wsmouse:/dev/ttyCcfg
+/dev/X0 0600 /dev/wsmouse
diff --git a/etc/etc.sparc/fbtab b/etc/etc.sparc/fbtab
index 94deb57c815..78d014993b2 100644
--- a/etc/etc.sparc/fbtab
+++ b/etc/etc.sparc/fbtab
@@ -1 +1,2 @@
/dev/console 0600 /dev/ttyC0:/dev/ttyD0:/dev/ttyE0:/dev/ttyF0:/dev/wskbd0:/dev/ttyc:/dev/ttyCcfg
+/dev/X0 0600 /dev/ttyc
diff --git a/etc/etc.sparc64/fbtab b/etc/etc.sparc64/fbtab
index 0a27270003a..5bacaa18d4a 100644
--- a/etc/etc.sparc64/fbtab
+++ b/etc/etc.sparc64/fbtab
@@ -1 +1,2 @@
/dev/console 0600 /dev/ttyC0:/dev/ttyD0:/dev/ttyE0:/dev/ttyF0:/dev/wskbd:/dev/wsmouse:/dev/ttyc:/dev/tty00:/dev/ttyCcfg
+/dev/X0 0600 /dev/wsmouse0:/dev/ttyc:/dev/tty00