- 4MB memory probe added (patch from Fabrice Bellard)
[vgabios.git] / ChangeLog
blob7a4e3d41b346ee93121bb45d32563742a8597078
1 2003-11-06 00:26  cbothamy
3         * README (1.5):
5           - add changes for 0.4c release
7 2003-11-06 00:22  cbothamy
9         * VGABIOS-lgpl-latest.bin (1.29), VGABIOS-lgpl-latest.debug.bin
10           (1.29):
12           - compile vgabios.c rev1.38
14 2003-11-06 00:21  cbothamy
16         * vgabios.c (1.38):
18           - activate char table after loading it when setting a text video
19           mode
21 2003-11-06 00:19  cbothamy
23         * Makefile (1.12):
25           - when making a release, remove unwanted files first, and exclude
26           CVS from the tarball
28 2003-11-04 22:50  cbothamy
30         * ChangeLog (1.20, v0_4b):
32           - update ChangeLog for 0.4b release
34 2003-11-04 22:49  cbothamy
36         * README (1.4, v0_4b):
38           - update Changes for 0.4b release
40 2003-11-04 20:26  vruppert
42         * vgabios.c (1.37), VGABIOS-lgpl-latest.bin (1.28),
43           VGABIOS-lgpl-latest.debug.bin (1.28) (utags: v0_4b):
45           - biosfn_get_font_info(): character height must be returned in CX
47 2003-11-03 21:57  vruppert
49         * vbe.c (1.35, v0_4b), vgabios.c (1.36), VGABIOS-lgpl-latest.bin
50           (1.27), VGABIOS-lgpl-latest.debug.bin (1.27):
52           - the 'noclearmem' flag is not stored in the 'current video mode'
53           register (0040h:0049h) - VBE also stores the 'noclear' flag in
54           the 'video control' register (0040h:0087h)
56 2003-10-05 10:06  vruppert
58         * vbe.h (1.18, v0_4b), vbe_display_api.txt (1.8, v0_4b),
59           VGABIOS-lgpl-latest.bin (1.26), VGABIOS-lgpl-latest.debug.bin
60           (1.26):
62           - changed VBE i/o registers to 0x01CE/CF (suggestion from Daniel
63           Gimpelevich)
65 2003-08-18 18:38  vruppert
67         * VGABIOS-lgpl-latest.bin (1.25), VGABIOS-lgpl-latest.debug.bin
68           (1.25), vgabios.c (1.35):
70           - wrong offsets to the character tables (INT 0x1F/0x43) fixed
71           (underscore added) - functions accessing the CRT controller
72           optimized using a local variable 'crtc_addr'
74 2003-08-17 15:46  cbothamy
76         * ChangeLog (1.19, v0_4a):
78           - ChangeLog is now automatically generated by running "cvs2cl -r
79           -t -P -S" - update ChangeLog for 0.4a release
81 2003-08-17 15:44  cbothamy
83         * README (1.3, v0_4a):
85           - added the old ChangeLog in the HOSTORY section of the README
86           file - update History for 0.4a release, with a summary of Changes
88 2003-08-17 15:24  cbothamy
90         * Makefile (1.11, v0_4b, v0_4a):
92           - fix Makefile for "release" target
94 2003-08-16 01:49  cbothamy
96         * Makefile (1.10), README (1.2), VGABIOS-lgpl-latest.bin (1.24,
97           v0_4a), VGABIOS-lgpl-latest.debug.bin (1.24, v0_4a), vgabios.c
98           (1.34, v0_4a):
100           - update the Makefile for releases - remove references to old
101           plex86 website - update the Makefile so it build
102           VGABIOS-lgpl-latest.bin and   VGABIOS-lgpl-latest.debug.bin
104 2003-08-07 18:17  vruppert
106         * VGABIOS-lgpl-latest.bin (1.23), VGABIOS-lgpl-latest.debug.bin
107           (1.23):
109           - current VBE mode now stored in BDA (unused address 0xBA)
111 2003-08-07 17:54  vruppert
113         * vbe.c (1.34), vgatables.h (1.5, v0_4b) (utags: v0_4a):
115           - current VBE mode now stored in BDA (unused address 0xBA)
117 2003-07-20 18:05  vruppert
119         * vgabios.c (1.33), VGABIOS-lgpl-latest.bin (1.22),
120           VGABIOS-lgpl-latest.debug.bin (1.22):
122           - fixed a few functions accessing the attribute controller
124 2003-07-19 09:33  vruppert
126         * vgabios.c (1.32), VGABIOS-lgpl-latest.bin (1.21),
127           VGABIOS-lgpl-latest.debug.bin (1.21):
129           - re-enable video after programming the attribute controller -
130           biosfn_set_all_palette_reg(): number of palette registers fixed
132 2003-07-16 22:32  vruppert
134         * ChangeLog (1.18), vbe.c (1.33), vbe.h (1.17, v0_4a),
135           vbe_display_api.txt (1.7, v0_4a), vgabios.c (1.31),
136           VGABIOS-lgpl-latest.bin (1.20), VGABIOS-lgpl-latest.debug.bin
137           (1.20):
139           - LFB flag now stored in the register VBE_DISPI_INDEX_ENABLE -
140           release date in Changelog fixed - release date of VBE BIOS 0.6
141           was the same as VGA BIOS 0.3b - year changed in copyright
142           messages
144 2003-07-15 12:40  vruppert
146         * VGABIOS-lgpl-latest.bin (1.19), VGABIOS-lgpl-latest.debug.bin
147           (1.19):
149           - new function dispi_get_bpp() - function
150           vbe_biosfn_set_get_logical_scan_line_length() fixed for >8bpp -
151           number of image pages of all VBE modes fixed
153 2003-07-15 12:35  vruppert
155         * vbe.c (1.32), vbetables.h (1.21, v0_4b, v0_4a):
157           - new function dispi_get_bpp() - function
158           vbe_biosfn_set_get_logical_scan_line_length() fixed for >8bpp -
159           number of image pages of all VBE modes fixed
161 2003-07-14 19:45  vruppert
163         * vbe_display_api.txt (1.6):
165           - description of VBE_DISPI_ interface 0xb0c2 added
167 2003-07-10 19:07  vruppert
169         * vbe.c (1.31), vbetables.h (1.20), VGABIOS-lgpl-latest.bin (1.18),
170           VGABIOS-lgpl-latest.debug.bin (1.18):
172           - 15 bpp VBE modes added - "Bochs own" mode 0x142 (640x480x32bpp)
173           added
175 2003-07-01 19:00  vruppert
177         * vbe.c (1.30), vbe.h (1.16), vbetables.h (1.19),
178           VGABIOS-lgpl-latest.bin (1.17), VGABIOS-lgpl-latest.debug.bin
179           (1.17):
181           - VBE preserve display memory feature implemented - VBE mode
182           entries 0x117 and 0x118 added
184 2003-06-30 21:27  vruppert
186         * vbe.c (1.29), vbe.h (1.15), vbetables.h (1.18),
187           VGABIOS-lgpl-latest.bin (1.16), VGABIOS-lgpl-latest.debug.bin
188           (1.16):
190           - VBE mode info blocks of modes with >8bpp enabled - VBE modes
191           with 24 bpp: bytes per scanline fixed - vbe_biosfn_set_mode() now
192           supports >8bpp - VBE will be enabled with new VBE_DISPI_ID2
193           (0xB0C2)
195 2003-06-29 12:53  vruppert
197         * vbetables.h (1.17), VGABIOS-lgpl-latest.bin (1.15),
198           VGABIOS-lgpl-latest.debug.bin (1.15):
200           - duplicate lines with VBE_MODE_ATTRIBUTE_GRAPHICS_MODE removed -
201           VBE mode info items of currently unsupported modes fixed
203 2003-06-15 21:19  vruppert
205         * vgabios.c (1.30), VGABIOS-lgpl-latest.bin (1.14),
206           VGABIOS-lgpl-latest.debug.bin (1.14):
208           - function write_gfx_char() rewritten
210 2003-04-26 09:27  vruppert
212         * VGABIOS-lgpl-latest.debug.bin (1.13):
214           - added missing VBE function dispi_get_bank() - added missing
215           return codes for VBE function 4F05h - memory size is always
216           reported in VBE function 4F00h - fixed scan line length for VBE
217           mode 0102h - fixed function set_active_page() for graphics modes
218           - fixed the page sizes of some VGA modes
220 2003-04-26 09:22  vruppert
222         * vbe.c (1.28), vbetables.h (1.16), vgabios.c (1.29), vgatables.h
223           (1.4), VGABIOS-lgpl-latest.bin (1.13):
225           - added missing VBE function dispi_get_bank() - added missing
226           return codes for VBE function 4F05h - memory size is always
227           reported in VBE function 4F00h - fixed scan line length for VBE
228           mode 0102h - fixed function set_active_page() for graphics modes
229           - fixed the page sizes of some VGA modes
231 2003-04-20 09:51  vruppert
233         * vgabios.c (1.28), vgatables.h (1.3), VGABIOS-lgpl-latest.bin
234           (1.12), VGABIOS-lgpl-latest.debug.bin (1.12):
236           - function write_gfx_char() now supports different font sizes -
237           some entries of the static functionality table fixed
239 2003-04-18 09:23  vruppert
241         * vbe.c (1.27), vbe.h (1.14), vbetables.h (1.15):
243           - applied patch #1331   * new function dispi_set_bank_farcall()
244           * VBE mode info item WinFuncPtr points to the new function if the
245           flag     VBE_WINDOW_ATTRIBUTE_RELOCATABLE is set   * flag
246           VBE_MODE_ATTRIBUTE_EXTENDED_INFORMATION_AVAILABLE added
248 2003-02-11 20:17  vruppert
250         * VGABIOS-lgpl-latest.bin (1.11), VGABIOS-lgpl-latest.debug.bin
251           (1.11), vbe.c (1.26), vbetables.h (1.14):
253           - VBE mode search rewritten   * improved function
254           mode_info_find_mode() is now used by the VBE functions     0x4F01
255           and 0x4F02   * removed all mode list entries with the LFB bit
256           set. LFB detection is now     present in the function
257           mode_info_find_mode()
259 2003-02-09 20:59  vruppert
261         * VGABIOS-lgpl-latest.bin (1.10), VGABIOS-lgpl-latest.debug.bin
262           (1.10), vgabios.c (1.27):
264           - function write_gfx_char(): memory address now calculated in
265           this function;   background color is always black - function
266           biosfn_write_char_attr(): the count parameter is now used in
267           graphics   modes too - function biosfn_write_char_only() works
268           the same way as function   biosfn_write_char_attr() in graphics
269           mode - copying charmap data optimized using memcpyb()
271 2003-02-09 11:36  vruppert
273         * VGABIOS-lgpl-latest.bin (1.9), VGABIOS-lgpl-latest.debug.bin
274           (1.9):
276           - VESA mode 0x102 added (uses existing SVGA mode 0x6a) - all VESA
277           modes with the LFB flag set removed from the list (Linux doesn't
278            like mode numbers > 0x07ff)
280 2003-02-09 11:02  vruppert
282         * vbe.c (1.25), vbe.h (1.13), vbetables.h (1.13):
284           - VESA mode 0x102 added (uses existing SVGA mode 0x6a) - all VESA
285           modes with the LFB flag set removed from the list (Linux doesn't
286            like mode numbers > 0x07ff)
288 2003-02-08 13:04  vruppert
290         * vbe.c (1.24), vgabios.c (1.26):
292           - vbe_biosfn_return_current_mode() now returns the active
293           standard VGA mode   TODO: return VESA mode if enabled -
294           biosfn_set_video_mode() now clears the screen in CGA mode
295           correctly - write character functions are now working in all
296           PLANAR4 graphics modes - added stubs for unimplemented features
297           in graphics modes
299 2003-02-04 22:19  vruppert
301         * VGABIOS-lgpl-latest.bin (1.8), VGABIOS-lgpl-latest.debug.bin
302           (1.8):
304           - set video mode: clear vga memory in graphics mode - set video
305           mode: load default font in text mode - write character
306           implemented for graphics mode 0x12
308 2003-02-04 22:06  vruppert
310         * vgabios.c (1.25):
312           - set video mode: clear vga memory in graphics mode - set video
313           mode: load default font in text mode - write character
314           implemented for graphics mode 0x12
316 2003-01-21 19:30  vruppert
318         * vgabios.c (1.24):
320           - remap the cursor size if the char height is > 8 and the new
321           values are < 8
323 2003-01-20 18:24  cbothamy
325         * Makefile (1.9):
327           - fix so make -j2 does not overwrite temp files
329 2003-01-19 12:35  vruppert
331         * vgabios.c (1.23):
333           - function set_scan_lines() recalculates the number of rows and
334           the page size - new values for char height, text rows and page
335           size are stored in the BIOS   data segment - asm helper function
336           idiv_u added
338 2003-01-15 18:49  cbothamy
340         * VGABIOS-lgpl-latest.bin (1.7), VGABIOS-lgpl-latest.debug.bin
341           (1.7):
343           - compile vgabios rev 1.22
345 2003-01-15 18:49  cbothamy
347         * vgabios.c (1.22):
349           - fix bug found by ams : a 8bits index value was compared to
350           0x100 in some cases   in biosfn_set_all_dac_reg,
351           biosfn_read_all_dac_reg, biosfn_perform_gray_scale_summing
353 2003-01-15 17:34  cbothamy
355         * Makefile (1.8):
357           - fix symbol table file names, discovered by ams
359 2003-01-04 21:20  vruppert
361         * VGABIOS-lgpl-latest.bin (1.6), VGABIOS-lgpl-latest.debug.bin
362           (1.6), vgabios.c (1.21):
364           - biosfn_set_video_mode(): reset attribute controller flip-flop
365           before setting   up the controller's registers (bug found with
366           amidiag)
368 2003-01-04 09:50  vruppert
370         * vbe.c (1.23):
372           - VBE function 0x00 returns VBE 1.x compatible information if no
373           VBE signature   is present
375 2003-01-01 12:44  vruppert
377         * VGABIOS-lgpl-latest.bin (1.5), VGABIOS-lgpl-latest.debug.bin
378           (1.5):
380           - SVGA mode 0x6A (800x600x4) added to the list of graphics modes
382 2002-12-31 18:07  vruppert
384         * vgatables.h (1.2):
386           - SVGA mode 0x6A (800x600x4) added to the list of graphics modes
388 2002-11-23 10:38  cbothamy
390         * ChangeLog (1.17, v0_3b):
392           - fix changelog for 0.3b release
394 2002-10-20 17:12  vruppert
396         * VGABIOS-lgpl-latest.bin (1.4), VGABIOS-lgpl-latest.debug.bin
397           (1.4), vgabios.c (1.20) (utags: v0_3b):
399           - new function set_scan_lines() for the font size change (patch
400           from Hartmut Birr) - cursor shape start and end must be updated
401           in set_scan_lines() - set_scan_lines() is called by the functions
402           0x1110, 0x1111, 0x1112 and 0x1114   after copying the font data
404 2002-10-04 08:20  vruppert
406         * VGABIOS-lgpl-latest.bin (1.3), VGABIOS-lgpl-latest.debug.bin
407           (1.3), vgabios.c (1.19):
409           - biosfn_set_single_dac_reg(): the red value is stored in DH
411 2002-09-19 19:05  cbothamy
413         * VGABIOS-lgpl-latest.bin (1.2), VGABIOS-lgpl-latest.debug.bin
414           (1.2):
416           - updated with latest changes
418 2002-09-19 19:03  cbothamy
420         * ChangeLog (1.16), Makefile (1.7, v0_3b), vbe.c (1.22, v0_3b),
421           vgabios.c (1.18), vgabios.h (1.3, v0_4b, v0_4a, v0_3b):
423           - updated the Makefile - removed display of copyrights.  -
424           changed the Copyright string to "LGPL VGABios developers"
426 2002-09-08 21:14  vruppert
428         * vgabios.c (1.17):
430           - set the cursor shape depending on the current font height -
431           clear BL before calling int 0x10 function 0x1103 in
432           vgabios_init_func
434 2002-08-23 22:58  cbothamy
436         * vbe.c (1.21), vbetables.h (1.12, v0_3b):
438           - added lfb-mode numbers (patch from mathis)
440 2002-07-21 21:57  japj
442         * vbe.c (1.20), vgabios.c (1.16):
444           gcc2/3 preprocessing fix
446 2002-05-18 16:55  cbothamy
448         * vgabios.c (1.15):
450           - include patch from Volker that adds some text font functions
452 2002-05-01 23:13  japj
454         * VGABIOS-lgpl-latest.bin (1.1), VGABIOS-lgpl-latest.debug.bin
455           (1.1):
457           adding latest bin & debug bin of the vgabios
459 2002-04-29 14:50  japj
461         * ChangeLog (1.15), vbe.c (1.19), vbe.h (1.12, v0_3b), vbetables.h
462           (1.11), vgabios.c (1.14):
464           - applying hw scrolling/multibuffering patch
466 2002-04-25 21:59  japj
468         * Makefile (1.6), vbe.c (1.18), vgabios.c (1.13):
470           - reverting #asm/##asm & endasm patch (does not work with with
471           cygwin)
473 2002-04-19 19:38  japj
475         * Makefile (1.5), vbe.c (1.17), vgabios.c (1.12):
477           - fixing preprocessing of vgabios with latest gcc (from Mandrake
478           8.2)
480 2002-04-08 23:44  japj
482         * ChangeLog (1.14), vbe_display_api.txt (1.5, v0_3b):
484           - preparing docs for new DISPI interface (for hardware scrolling)
486 2002-04-03 19:06  japj
488         * ChangeLog (1.13), TODO (1.9, v0_4b, v0_4a, v0_3b), vbe.c (1.16):
490           - defaulting LFB on + updated changelog & todo
492 2002-04-03 00:38  cbothamy
494         * vbe.c (1.15), vgabios.c (1.11):
496           - changed the logging ports to 0x500 -> 0x502
498 2002-03-14 17:54  japj
500         * vbe.c (1.14):
502           - vbetables.h is dependant upon some defines (VBE_HAVE_LFB), so
503           put the include *after* the define
505 2002-03-13 21:47  japj
507         * ChangeLog (1.12), TODO (1.8), vbe.c (1.13), vbetables.h (1.10),
508           vgabios.c (1.10):
510           - made LFB dependant upon define - not implement vbe functions
511           return failure - updated todo & docs for things after bochs 1.4
513 2002-03-13 19:46  japj
515         * vbe.h (1.11), vbe_display_api.txt (1.4):
517           - added max video memory + documented what is in the 0xb0c0
518           interface
520 2002-03-12 02:33  cbothamy
522         * ChangeLog (1.11), Makefile (1.4):
524           - updated for 0.3a. Merged vgabios.bin and vbebios.bin
526 2002-03-10 21:36  japj
528         * ChangeLog (1.10), vbetables.h (1.9):
530           - added LFB modes for testing with vbe-lfb patch in Bochs
532 2002-03-10 17:42  japj
534         * vbe.c (1.12, v0_3a):
536           - show people when they do NOT have VBE support available
538 2002-03-10 17:36  japj
540         * TODO (1.7, v0_3a), vbe.c (1.11), vbe.h (1.10, v0_3a), vgabios.c
541           (1.9, v0_3a):
543           - cleanup of vbe internal functions (set 8bpp mode is now
544           dependant on ModeInfo content instead of hardcoded functions)
546 2002-03-10 17:20  cbothamy
548         * ChangeLog (1.9, v0_3a), TODO (1.6):
550           - updated for 0.3a
552 2002-03-10 17:19  cbothamy
554         * vbe.c (1.10), vbe.h (1.9):
556           - added vbe_has_vbe_display function that detects an attached vbe
557           display
559 2002-03-10 17:12  cbothamy
561         * vgabios.c (1.8):
563           - vbe calls are done only if a vbe display is detected
565 2002-03-10 11:25  japj
567         * vbe.h (1.8), vbe_display_api.txt (1.3, v0_3a):
569           - preparing for LFB support
571 2002-03-09 14:25  japj
573         * vgabios.c (1.7):
575           - fixing initial cursor shape to _ instead of -
577 2002-03-08 23:08  japj
579         * ChangeLog (1.8), TODO (1.5), vbe.c (1.9), vbe.h (1.7), vgabios.c
580           (1.6):
582           - updating vbe code to new API
584 2002-03-08 21:48  japj
586         * vbe.c (1.8), vbe.h (1.6), vbetables.h (1.8, v0_3a):
588           - updating vbe code with #defines from API
590 2002-03-08 21:31  japj
592         * vbe_display_api.txt (1.2):
594           - adding some text about how banks work
596 2002-03-08 21:09  japj
598         * ChangeLog (1.7), vbe_display_api.txt (1.1):
600           - adding vbe_display_api documentation
602 2002-03-07 21:36  japj
604         * ChangeLog (1.6), vbe.c (1.7), vbetables.h (1.7):
606           - added 1024x768xbpp support - some more cleanups/comments
608 2002-03-06 21:55  japj
610         * ChangeLog (1.5), TODO (1.4), vbe.c (1.6), vbetables.h (1.6),
611           vgabios.c (1.5):
613           - updated changelog with new modi - added 640x480x8 (Mandrake
614           Installer can use this!) - added pre VBE2 compatible 'detection'
615           - fixed problem when normal vga set mode wouldn't disable vbe
616           mode
618 2002-03-06 20:59  japj
620         * TODO (1.3), vbe.c (1.5), vbe.h (1.5), vbetables.h (1.5),
621           vgabios.c (1.4):
623           - adding 640x400x8 and 800x600x8 vbe support   (this depends
624           HEAVILY on my bochs vga code patch - japj)
626 2002-03-06 18:00  japj
628         * vbe.c (1.4), vbe.h (1.4), vbetables.h (1.4):
630           - implemented banked & lfb support for 320x200x8bpp   (some fixes
631           for vbetest program not displaying anything)
633 2002-03-05 20:25  japj
635         * Makefile (1.3, v0_3a):
637           for vbe debug bios: - print debugging information in assembly
638           output - print source code in assembly output
640 2002-03-01 19:39  japj
642         * ChangeLog (1.4), TODO (1.2), vbe.c (1.3), vbe.h (1.3),
643           vbetables.h (1.3):
645           - added vbe support for 320x200x8 using the standard vgamode
646           (0x13)
648 2002-02-19 00:29  japj
650         * ChangeLog (1.3):
652           - updating ChangeLog with lfbprof
654 2002-02-18 23:26  japj
656         * tests/lfbprof/: lfbprof.c (1.2), lfbprof.h (1.2) (utags: v0_3a,
657           v0_3b, v0_4a, v0_4b):
659           - fixed unsigned short for mode list (-1 != 0xffff otherwise) -
660           fixed LfbMapRealPointer macro mask problem (some modes were
661           skipped) - added some extra 'debugging' printf's
663 2002-02-18 23:07  japj
665         * tests/lfbprof/: Makefile (1.1, v0_4b, v0_4a, v0_3b, v0_3a),
666           lfbprof.c (1.1), lfbprof.h (1.1):
668           - Adding lfbprof testprogram (for vbe testing purposes)   It
669           needs to be compiled with the Watcom C Compiler
671 2002-02-18 18:48  japj
673         * vbe.c (1.2), vbe.h (1.2):
675           - cosmetic updates to vbe.c/h + added bunch of FIXMEs for work
676           that needs to be done
678 2002-02-18 18:34  japj
680         * vbetables.h (1.2):
682           - cosmetic updates in vbetables.h
684 2002-02-18 18:32  japj
686         * ChangeLog (1.2):
688           updated changelog with merge of vbebios 0.2
690 2002-02-18 18:07  japj
692         * vgabios.c (1.3):
694           - small cosmetic cleanup in vgabios vbe code + added FIXMEs
696 2002-02-18 17:55  japj
698         * Makefile (1.2), dataseghack (1.2, v0_4b, v0_4a, v0_3b, v0_3a),
699           vbe.c (1.1), vbe.h (1.1), vbetables.h (1.1), vgabios.c (1.2),
700           vgabios.h (1.2, v0_3a):
702           - merging with vbebios 0.2 release
704 2002-02-18 11:31  cbothamy
706         * BUGS (1.1, v0_4b, v0_4a, v0_3b, v0_3a), COPYING (1.1, v0_4b,
707           v0_4a, v0_3b, v0_3a), ChangeLog (1.1), Makefile (1.1), Notes
708           (1.1, v0_4b, v0_4a, v0_3b, v0_3a), README (1.1, v0_3b, v0_3a),
709           TODO (1.1), dataseghack (1.1), vgabios.c (1.1), vgabios.h (1.1),
710           vgafonts.h (1.1, v0_4b, v0_4a, v0_3b, v0_3a), vgatables.h (1.1,
711           v0_3b, v0_3a), tests/testbios.c (1.1, v0_4b, v0_4a, v0_3b,
712           v0_3a):
714           - initial import