History log of /openbsd-src/etc/etc.macppc/fbtab (Results 1 – 14 of 14)
Revision Date Author Comments
# 73ba3b68 06-Jan-2022 jsg <jsg@openbsd.org>

stop chowning old drm device nodes


# 3856efe6 12-Feb-2021 jsg <jsg@openbsd.org>

create /dev/ drm nodes with the same names as linux

This was proposed by Emil Velikov to simplify libdrm and will remove the
need for some patches in ports.

/dev/drm0 -> /dev/dri/card0
/dev/drmR128

create /dev/ drm nodes with the same names as linux

This was proposed by Emil Velikov to simplify libdrm and will remove the
need for some patches in ports.

/dev/drm0 -> /dev/dri/card0
/dev/drmR128 -> /dev/dri/renderD128

The previous names will remain for a period of time and will later be
removed. Major and minor numbers remain the same.

libdrm will not be changed to use the new names until known privsep
and sandbox use has been updated to allow the new names.

ok deraadt@

show more ...


# 8904e8bb 15-Sep-2019 kettenis <kettenis@openbsd.org>

Add ttyC4 to lost of devices to change when logging in on ttyC0 (and in
some cases also the serial console) such that X can use it as its VT
when running without root privileges.

ok jsg@, matthieu@


# 915f2a8b 12-May-2019 jsg <jsg@openbsd.org>

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@


# b2f45477 18-Nov-2013 matthieu <matthieu@openbsd.org>

Give /dev/drm0 to the user logged on the console to be able
to run OpenGL applications. ok kettenis@ naddy@


# 1a682938 17-Nov-2013 matthieu <matthieu@openbsd.org>

Remove unused /dev/X0 entries. ok millert@


# 604d4387 03-Feb-2005 tdeval <tdeval@openbsd.org>

fix pasto '::' -> ':'. Oops deraadt@ ;-)


# 7b9582cf 06-Jan-2005 deraadt <deraadt@openbsd.org>

when an arch has wskbd0 or wsmouse0, prepare for the future and apply
same rules to both wskbd0:wskbd and wsmouse0:wsmouse; miod ok


# 2e6521d8 27-Sep-2002 todd <todd@openbsd.org>

tweak fbtabs for /dev/X0 target; ok deraadt@
thanks to nick@openbsd.org for finding this
thanks to nick@openbsd.org, drahn@openbsd.org, and lurene@daemonkitty.net
for testing on short notice!


# 8dcddda2 23-Sep-2002 millert <millert@openbsd.org>

Add /dev/X0 entry for use by xdm; matthieu@
As requested by deraadt@


# 38fba377 29-Aug-2002 deraadt <deraadt@openbsd.org>

even closer to the truth; miod, matthieu, todd


# b23c2055 29-Aug-2002 deraadt <deraadt@openbsd.org>

cleanup all fbtab, various ok


# 0180bbbc 22-Sep-2001 drahn <drahn@openbsd.org>

Do not put a space in the list of devices to associate with a console
login process. ttyCcfg was not previously initialized properly on login.


# b3302faa 01-Sep-2001 drahn <drahn@openbsd.org>

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Files mov

The "powerpc" port which has supported the newer Apple Macintosh powerpc based
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.

Files moved from etc/etc.powerpc to etc/etc.macppc

show more ...