summaryrefslogtreecommitdiff
path: root/src/via_vgahw.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-08[devel-VgahwPrint] Implement ViaVgahwPrint which prints all "known"Luc Verhaegen1-0/+6
Sequence and CRT registers. Encapsulate in REGISTER_PRINT (via_vgahw.h). Add to PreInit and ScreenInit.
2004-05-25[devel-bandwidth_cleanup]Luc Verhaegen1-1/+1
- Move the tables in via_bandwidth.h into via_bandwidth.c, they are not needed anywhere else. Remove via_bandwidth.h. - Cleanup via_bandwidth.c, move to vgahw. Rename VIAEnabled[Primary,Secondary]ExtendedFIFO to ViaSet[]FIFO. - Move VIAFillExpireNumber and Fetch Count setting (ViaSet[]Pitch) to via_bandwidth.c - Replace the copyright on via_vgahw with "The Unichrome Project". - Create comments with crude register descriptions for fifo related registers. - Move blanking end overflow patch out of VIASetModeUseBIOSTable - Rename ViaSet[]Pitch to ViaSet[]Offset. - Add K8M800/PM800 code to ViaSet[]FIFO, enclosed in HAVE_K8M800/PM800, for future implementation.
2004-03-26[devel-vgahw] Replace MMIOIN/OUT8 with vgaHW function calls. Add a fewLuc Verhaegen1-0/+46
convenience functions in via_vgahw.c/h.