History log of /src/sys/arch/atari/dev/grfabs_fal.c |
Revision | | Date | Author | Comments |
1.31 |
| 08-Sep-2024 |
rillig | fix a/an grammar in obvious cases
|
1.30 |
| 05-Jul-2024 |
andvar | fix various typos in comments and log messages, mainly s/hight/high/ s/hight/height/ and removing double m in time(ing).
|
1.29 |
| 06-Jan-2023 |
tsutsui | branches: 1.29.6; TAB/spaces/indents cleanup.
|
1.28 |
| 17-Aug-2021 |
andvar | fix multiplei repetitive typos in comments, messages and documentation. mainly because copy paste code big amount of files are affected.
|
1.27 |
| 13-Apr-2010 |
tsutsui | Misc KNF.
|
1.26 |
| 21-Oct-2009 |
snj | branches: 1.26.2; 1.26.4; Drop 3rd and 4th clause. Approved by leo@ and thomas@ (copyright holders).
|
1.25 |
| 19-Jul-2009 |
tsutsui | Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.
|
1.24 |
| 18-Mar-2009 |
cegger | bcopy -> memcpy
|
1.23 |
| 18-Mar-2009 |
cegger | bzero -> memset
|
1.22 |
| 18-Mar-2009 |
cegger | Ansify function definitions w/o arguments. Generated with sed.
|
1.21 |
| 14-Mar-2009 |
dsl | 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.
|
1.20 |
| 14-Mar-2009 |
dsl | 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.)
|
1.19 |
| 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.18 |
| 11-Dec-2005 |
christos | branches: 1.18.78; 1.18.86; 1.18.92; merge ktrace-lwp.
|
1.17 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.16 |
| 01-Apr-2003 |
thorpej | branches: 1.16.2; Use PAGE_SIZE rather than NBPG.
|
1.15 |
| 27-Sep-2002 |
provos | remove trailing \n in panic(). approved perry.
|
1.14 |
| 04-Mar-2002 |
wiz | possible has two s.
|
1.13 |
| 13-Mar-2000 |
soren | branches: 1.13.8; 1.13.12; Fix doubled 'the's in comments.
|
1.12 |
| 20-Dec-1998 |
thomas | branches: 1.12.8; Changed grf mmap that it is closer to XFree. VGA memory on et4000/et6000 is now at offset 0xa0000.
|
1.11 |
| 21-Jan-1998 |
leo | Fix a bug in the colormap handling. (Thomas Gerner)
|
1.10 |
| 10-Jun-1997 |
veego | branches: 1.10.8; s/atari_round_page/m68k_round_page/
|
1.9 |
| 19-May-1997 |
leo | 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.
|
1.8 |
| 25-Apr-1997 |
leo | - 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.
|
1.7 |
| 04-Oct-1996 |
leo | Checkpointing my et4000 work. Note that the et-console will not be functional until the minimal pci-support is checked in.
|
1.6 |
| 16-Sep-1996 |
leo | Prepare for (soon to come) et4000 PCI console.
|
1.5 |
| 23-Aug-1996 |
leo | Don't use an absolute I/O adress.
|
1.4 |
| 15-May-1996 |
leo | Prototype + -Wall fixes.
|
1.3 |
| 10-Mar-1996 |
leo | Take the type of the attached monitor into account when selecting a display-mode. Includes hack to make things work on non-VGA monitors.
|
1.2 |
| 02-Jan-1996 |
leo | Allow selection of Falcon (videl) video modes other than the mode selected on startup (Thomas Gerner).
|
1.1 |
| 20-Aug-1995 |
leo | Add Falcon video support. Thanks to Thomas Gerner.
|
1.10.8.1 |
| 30-Oct-1998 |
cgd | pull up rev 1.11 from trunk (leo)
|
1.12.8.1 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
1.13.12.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.13.12.1 |
| 01-Apr-2002 |
nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
|
1.13.8.2 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.13.8.1 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.16.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.16.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.16.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.18.92.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.18.86.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.18.78.4 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.18.78.3 |
| 11-Mar-2010 |
yamt | sync with head
|
1.18.78.2 |
| 19-Aug-2009 |
yamt | sync with head.
|
1.18.78.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.26.4.1 |
| 30-May-2010 |
rmind | sync with head
|
1.26.2.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.29.6.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|