History log of /netbsd/sys/arch/atari/dev/grfabs_fal.c (Results 1 – 25 of 29)
Revision Date Author Comments
# 60e2ec70 06-Jan-2023 tsutsui <tsutsui@NetBSD.org>

TAB/spaces/indents cleanup.


# db6ae655 17-Aug-2021 andvar <andvar@NetBSD.org>

fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected.


# eb9963a8 13-Apr-2010 tsutsui <tsutsui@NetBSD.org>

Misc KNF.


# 7f108050 21-Oct-2009 snj <snj@NetBSD.org>

Drop 3rd and 4th clause. Approved by leo@ and thomas@ (copyright holders).


# 95b880f3 19-Jul-2009 tsutsui <tsutsui@NetBSD.org>

Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.


# e2cb8590 18-Mar-2009 cegger <cegger@NetBSD.org>

bcopy -> memcpy


# c363a9cb 18-Mar-2009 cegger <cegger@NetBSD.org>

bzero -> memset


# df7f595e 18-Mar-2009 cegger <cegger@NetBSD.org>

Ansify function definitions w/o arguments. Generated with sed.


# 82357f6d 14-Mar-2009 dsl <dsl@NetBSD.org>

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.


# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

show more ...


# 02cdf4d2 14-Mar-2009 dsl <dsl@NetBSD.org>

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# e803bea7 15-Jul-2003 lukem <lukem@NetBSD.org>

__KERNEL_RCSID()


# 720768a1 01-Apr-2003 thorpej <thorpej@NetBSD.org>

Use PAGE_SIZE rather than NBPG.


# 0f09ed48 27-Sep-2002 provos <provos@NetBSD.org>

remove trailing \n in panic(). approved perry.


# 634dabec 04-Mar-2002 wiz <wiz@NetBSD.org>

possible has two s.


# 95054da1 13-Mar-2000 soren <soren@NetBSD.org>

Fix doubled 'the's in comments.


# 75c4b3bf 20-Dec-1998 thomas <thomas@NetBSD.org>

Changed grf mmap that it is closer to XFree. VGA memory on et4000/et6000
is now at offset 0xa0000.


# 8d5fa0c9 21-Jan-1998 leo <leo@NetBSD.org>

Fix a bug in the colormap handling. (Thomas Gerner)


# b04f321b 10-Jun-1997 veego <veego@NetBSD.org>

s/atari_round_page/m68k_round_page/


# c05eddf7 19-May-1997 leo <leo@NetBSD.org>

Fix the 'shifting screens' bug on the Falcon. This solution is not perfect
since it gives a bit of flicker while switching frame buffers. From
Thomas Gerner.


# 7c2c0c84 25-Apr-1997 leo <leo@NetBSD.org>

- Provide the reasonable size that can/may be mmap-ed. This might differ
from the current frame buffer size.
- The et-driver now allows for a 16Kb io-region (was 8Kb) that can be
mapped. The XFre

- Provide the reasonable size that can/may be mmap-ed. This might differ
from the current frame buffer size.
- The et-driver now allows for a 16Kb io-region (was 8Kb) that can be
mapped. The XFree server uses this.

show more ...


# 3b5c181c 04-Oct-1996 leo <leo@NetBSD.org>

Checkpointing my et4000 work. Note that the et-console will not be
functional until the minimal pci-support is checked in.


# ef074b30 16-Sep-1996 leo <leo@NetBSD.org>

Prepare for (soon to come) et4000 PCI console.


# 3a68f687 23-Aug-1996 leo <leo@NetBSD.org>

Don't use an absolute I/O adress.


12