History log of /xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/x68kConfig.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 9decb2cd 22-Jun-2025 tsutsui <tsutsui@NetBSD.org>

Allocate X68kKbdPriv dynamically to make it really private.

DEVICE_OFF and DEVICE_CLOSE operations are adjusted accordingly.
x68kGetKbdType() function is also added to get keyboard map type
specified in the config file.

# 15b0c026 16-Nov-2020 tsutsui <tsutsui@NetBSD.org>

Report which settings are chosen per a config file in the log file.

Also reorganize a logging strategy in parseError() and
make several variables and functions static or const.

# d998ab55 03-Nov-2020 tsutsui <tsutsui@NetBSD.org>

Remove unnecessary pointer casts from malloc(3).

# ab290810 01-Aug-2020 tsutsui <tsutsui@NetBSD.org>

TAB/space cleanup.

# 80c54d45 10-Apr-2020 tsutsui <tsutsui@NetBSD.org>

Remove clause 3 and 4 from X68k server files written by Yasushi Yamasaki.

I've finally contacted with Yamasaki-san and he kindly answered
"no objection to change them to 2 clause license" in private mail.
Diffs to be committed have also been confirmed by him.
We appreciate all his contribution to early NetBSD/x68k.

# a2ab6c90 04-Mar-2014 tsutsui <tsutsui@NetBSD.org>

Replace xalloc(), xrealloc() and xfree() with malloc(), realloc() and free().

Per following Xorg changes:
> Replace X-allocation functions with their C89 counterparts
http://cgit.freedesktop.org/xorg/xserver/commit/?id=3f3ff971ecff9936cebafc813af9193b97bba89c

# b65a0881 02-Mar-2014 tsutsui <tsutsui@NetBSD.org>

Fix comment to sync with code.

# ba64b02e 01-Mar-2014 tsutsui <tsutsui@NetBSD.org>

Port the ancient Xsun based monolithic MD X68k server to X11R7, like Xnest.

Most diffs (API changes from xfree to xorg and some WARNSfy)
are mechanical. Confirmed working on X68030 and XM6i.

See my post on port-x68k@ for details:
http://mail-index.netbsd.org/port-x68k/2014/02/27/msg000043.html