Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



Module Name:    syssrc
Committed By:   junyoung
Date:           Thu Jun 27 06:26:55 UTC 2002

Modified Files:
        syssrc/sys/conf: files
        syssrc/sys/dev/ic: vga.c vga_subr.c vgavar.h
        syssrc/sys/dev/isa: vga_isa.c
        syssrc/sys/dev/pci: vga_pci.c

Log Message:
- Work around a hardware bug that loaded fonts don't work, which is
  found on many (all?) of PCI-based ATI graphics cards. It is fully optional
  and can be enabled by adding `options VGA_CONSOLE_ATI_BROKEN_FONTSEL'
  to config file.
- Temporarily remove `quirk' mechanisim. Similar code already exists
  in pci_quirks.c.


To generate a diff of this commit:
cvs rdiff -r1.536 -r1.537 syssrc/sys/conf/files
cvs rdiff -r1.53 -r1.54 syssrc/sys/dev/ic/vga.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/ic/vga_subr.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/ic/vgavar.h
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/isa/vga_isa.c
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/pci/vga_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index