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.i386 | |
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.i386')
-rw-r--r-- | etc/etc.i386/fbtab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/etc.i386/fbtab b/etc/etc.i386/fbtab index 79cfb535c9f..908fc58b8fc 100644 --- a/etc/etc.i386/fbtab +++ b/etc/etc.i386/fbtab @@ -1 +1 @@ -/dev/ttyC0 0600 /dev/console:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse0:/dev/ttyCcfg:/dev/drm0 +/dev/ttyC0 0600 /dev/console:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse0:/dev/ttyCcfg:/dev/drm0:/dev/drmR128 |