diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-05-12 15:06:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-05-12 15:06:59 +0000 |
commit | 704409d51f42c14c0f4c7308b4f141c3dceede04 (patch) | |
tree | 3569d8567d1e37cbb7d7419a1fc2f4ac50df7270 /etc/etc.loongson | |
parent | d6b0b9fdb72eeb7618c1765045fa8fae263981b2 (diff) |
Add first drm render node to list of devices to change when logging in
on ttyC0. While here add drm0 to loongson and add the complete set of
wscons and drm devices to arm64.
ok kettenis@
Diffstat (limited to 'etc/etc.loongson')
-rw-r--r-- | etc/etc.loongson/fbtab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.loongson/fbtab b/etc/etc.loongson/fbtab index d898c1cbe53..124a1e1b8d6 100644 --- a/etc/etc.loongson/fbtab +++ b/etc/etc.loongson/fbtab @@ -1,2 +1,2 @@ /dev/tty00 0600 /dev/console -/dev/ttyC0 0600 /dev/console:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse0:/dev/ttyCcfg +/dev/ttyC0 0600 /dev/console:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse0:/dev/ttyCcfg:/dev/drm0:/dev/drmR128 |