Lines Matching refs:in

17 	- in LFB modes the number of banks must be set to 1
24 - added support for the PCI data structure in biossums
25 - updated year in copyright
92 definition now in vbetables-gen.c)
115 * only add modes that fit in video memory (still 4 MB)
189 - mode 0x11: all color planes must be enabled in this 2-color VGA mode
195 - missing license text added in biossums.c
210 default and always possible in debug mode. (based on a patch from Alex Beregszaszi)
216 - fixed return value for the default case in the VBE section (non-debug mode)
297 - VESA3 PMINFO checksum calculated in the source
313 - fixed value of sequencer reset register in cirrus mode table
350 - write character in planar graphics modes: sequencer map mask must be 0x0f and
352 - read/write pixel in planar graphics modes: bit mask setup simplified
359 - biosfn_select_vert_res rewritten in assembler
360 - scroll text in planar graphics modes: attribute for blank line fixed
361 - write character in planar graphics modes: graphics controller values fixed
368 - VBE init code and some dispi ioport functions rewritten in assembler
370 - scroll text in graphics modes: attribute for blank line fixed
380 - VBE function 0x03 rewritten in assembler
391 - VBE functions 0x05, 0x06, 0x07 and some dispi ioport functions rewritten in
411 - function biosfn_get_ega_info rewritten in assembler
419 - biosfn_enable_cursor_emulation rewritten in assembler
421 - text output in PLANAR4 modes now supports attribute bit 7 (XOR with background)
430 - PLANAR1 modes now supported in text output functions and read/write pixel
431 - function AH=0x12/BL=0x32 rewritten in assembler
438 - block address calculation in font functions fixed
439 - functions AX=0x1103, AH=0x12/BL=0x31 and AH=0x12/BL=0x33 rewritten in assembler
455 rewritten in assembler
462 - some palette and dac read/write functions rewritten in assembler
469 updated my email address + put vgabios url in the bios copyright string
488 - get_font_access() and release_font_access() rewritten in assembler
489 - fixed wrong variable name in the init code
496 - init functions rewitten in assembler
497 - function biosfn_set_display_code rewritten in assembler
505 in assembler
594 - biosfn_get_font_info(): character height must be returned in CX
601 - the 'noclearmem' flag is not stored in the 'current video mode'
602 register (0040h:0049h) - VBE also stores the 'noclear' flag in
634 - added the old ChangeLog in the HOSTORY section of the README
658 - current VBE mode now stored in BDA (unused address 0xBA)
664 - current VBE mode now stored in BDA (unused address 0xBA)
688 - LFB flag now stored in the register VBE_DISPI_INDEX_ENABLE -
689 release date in Changelog fixed - release date of VBE BIOS 0.6
690 was the same as VGA BIOS 0.3b - year changed in copyright
765 reported in VBE function 4F00h - fixed scan line length for VBE
776 reported in VBE function 4F00h - fixed scan line length for VBE
805 set. LFB detection is now present in the function
813 - function write_gfx_char(): memory address now calculated in
815 biosfn_write_char_attr(): the count parameter is now used in
817 the same way as function biosfn_write_char_attr() in graphics
843 biosfn_set_video_mode() now clears the screen in CGA mode
844 correctly - write character functions are now working in all
846 in graphics modes
853 - set video mode: clear vga memory in graphics mode - set video
854 mode: load default font in text mode - write character
861 - set video mode: clear vga memory in graphics mode - set video
862 mode: load default font in text mode - write character
884 size are stored in the BIOS data segment - asm helper function
899 0x100 in some cases in biosfn_set_all_dac_reg,
950 in set_scan_lines() - set_scan_lines() is called by the functions
958 - biosfn_set_single_dac_reg(): the red value is stored in DH
980 clear BL before calling int 0x10 function 0x1103 in
1066 - added max video memory + documented what is in the 0xb0c0
1079 - added LFB modes for testing with vbe-lfb patch in Bochs
1186 for vbe debug bios: - print debugging information in assembly
1187 output - print source code in assembly output
1231 - cosmetic updates in vbetables.h
1243 - small cosmetic cleanup in vgabios vbe code + added FIXMEs