Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Switch mac68k to Xorg server 1.20. Only available d...



details:   https://anonhg.NetBSD.org/src/rev/23ae52bb09a9
branches:  trunk
changeset: 379353:23ae52bb09a9
user:      rin <rin%NetBSD.org@localhost>
date:      Sat May 29 12:25:08 2021 +0000

description:
Switch mac68k to Xorg server 1.20. Only available driver is wsfb(4) both
for 1.10 and 1.20, and there is no reason to stay with 1.10.

XXX
1.20 works fine on WSFB* kernels with genfb(4), whereas both 1.10 and
1.20 fail for GENERIC* kernels with macfb(4) as some mandatory ioctl's
are missing. It would be better to make genfb(4) default before netbsd-10
is branched.

diffstat:

 share/mk/bsd.own.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5dfd0a294685 -r 23ae52bb09a9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat May 29 12:15:32 2021 +0000
+++ b/share/mk/bsd.own.mk       Sat May 29 12:25:08 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1254 2021/05/27 21:02:56 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1255 2021/05/29 12:25:08 rin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -1581,7 +1581,6 @@ X11SRCDIR.${_proto}proto?=                ${X11SRCDIRM
 .if \
     ${MACHINE} == "alpha"      || \
     ${MACHINE} == "amiga"      || \
-    ${MACHINE} == "mac68k"     || \
     ${MACHINE} == "netwinder"  || \
     ${MACHINE} == "sgimips"    || \
     ${MACHINE} == "vax"



Home | Main Index | Thread Index | Old Index