OpenBSD CVS

CVS log for src/etc/etc.macppc/fbtab


[BACK] Up to [local] / src / etc / etc.macppc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.14 / (download) - annotate - [select for diffs], Thu Jan 6 23:44:21 2022 UTC (2 years, 5 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, HEAD
Changes since 1.13: +1 -1 lines
Diff to previous 1.13 (colored)

stop chowning old drm device nodes

Revision 1.13 / (download) - annotate - [select for diffs], Fri Feb 12 10:26:34 2021 UTC (3 years, 3 months ago) by jsg
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.12: +1 -1 lines
Diff to previous 1.12 (colored)

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@

Revision 1.12 / (download) - annotate - [select for diffs], Sun Sep 15 12:25:40 2019 UTC (4 years, 8 months ago) by kettenis
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6
Changes since 1.11: +1 -1 lines
Diff to previous 1.11 (colored)

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@

Revision 1.11 / (download) - annotate - [select for diffs], Sun May 12 15:06:58 2019 UTC (5 years, 1 month ago) by jsg
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10 (colored)

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@

Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 18 20:38:32 2013 UTC (10 years, 6 months ago) by matthieu
Branch: MAIN
CVS Tags: OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3, OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9, OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.9: +1 -1 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Sun Nov 17 08:51:23 2013 UTC (10 years, 6 months ago) by matthieu
Branch: MAIN
Changes since 1.8: +0 -1 lines
Diff to previous 1.8 (colored)

Remove unused /dev/X0 entries. ok millert@

Revision 1.8 / (download) - annotate - [select for diffs], Thu Feb 3 19:28:01 2005 UTC (19 years, 4 months ago) by tdeval
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2, OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

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

Revision 1.7 / (download) - annotate - [select for diffs], Thu Jan 6 21:33:54 2005 UTC (19 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Fri Sep 27 18:08:41 2002 UTC (21 years, 8 months ago) by todd
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4, OPENBSD_3_3_BASE, OPENBSD_3_3, OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (colored)

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!

Revision 1.5 / (download) - annotate - [select for diffs], Mon Sep 23 17:53:35 2002 UTC (21 years, 8 months ago) by millert
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4 (colored)

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

Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 29 23:34:55 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3 (colored)

even closer to the truth; miod, matthieu, todd

Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 29 21:47:55 2002 UTC (21 years, 9 months ago) by deraadt
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2 (colored)

cleanup all fbtab, various ok

Revision 1.2 / (download) - annotate - [select for diffs], Sat Sep 22 19:38:53 2001 UTC (22 years, 8 months ago) by drahn
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.1: +1 -1 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 1 16:13:48 2001 UTC (22 years, 9 months ago) by drahn
Branch: MAIN

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

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.