Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: rkujawa
Date: Sat Jul 11 15:18:21 UTC 2026
Modified Files:
src/sys/dev/pci: files.pci
Added Files:
src/sys/dev/pci: veritefb.c veritefb_ucode.h veritefbio.h veritefbreg.h
Log Message:
Add Rendition Verite V2100/V2200 (PCI/AGP) wsdisplay driver.
The driver supports:
- Fully accelerated console, provided that the user installs microcode
from the Windows driver (v20002d.uc). The driver runs unaccelerated
until root file system is available, or if the microcode is not present.
- Mode setting and DDC.
Redistribution terms of the original microcode are unclear, therefore
it must be obtained seprarately.
At some point in the future, we may just develop an alternative microcode,
since Verite RISC is documented and reverse engineering efforts have
filled the knowledge gaps.
To generate a diff of this commit:
cvs rdiff -u -r1.453 -r1.454 src/sys/dev/pci/files.pci
cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/veritefb.c \
src/sys/dev/pci/veritefb_ucode.h src/sys/dev/pci/veritefbio.h \
src/sys/dev/pci/veritefbreg.h
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