Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/ic
Module Name: src
Committed By: tsutsui
Date: Mon Jan 27 15:16:13 UTC 2003
Modified Files:
src/sys/dev/ic: vga.c vga_common.c vga_raster.c vgareg.h vgavar.h
Log Message:
- Replace some magic numbers with proper macro.
- Use vga_6845_{read,write}() defined in pcdisplayvar.h and
remove vga_crtc_{read,write}() macros in vgareg.h.
To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 src/sys/dev/ic/vga.c
cvs rdiff -r1.2 -r1.3 src/sys/dev/ic/vga_common.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/vga_raster.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/ic/vgareg.h
cvs rdiff -r1.16 -r1.17 src/sys/dev/ic/vgavar.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