summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@mandolin.keithp.com>2006-12-05 19:43:41 -0800
committerKeith Packard <keithp@mandolin.keithp.com>2006-12-05 19:43:41 -0800
commit62fba80d3ea9c185ec8ae1e06c099c02bf844d8b (patch)
tree58a487c580a247d84c2ddba738432521a910af22
parent2e8c927f9308069a82f25b65bb0c62bc5a156832 (diff)
fix up misleading comment in i830_crt.c about border register
-rw-r--r--src/i830_crt.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/i830_crt.c b/src/i830_crt.c
index 7a706d14..bf23f9eb 100644
--- a/src/i830_crt.c
+++ b/src/i830_crt.c
@@ -221,9 +221,7 @@ i830_crt_detect_load (xf86CrtcPtr crtc,
adpa |= ADPA_VSYNC_CNTL_ENABLE | ADPA_HSYNC_CNTL_ENABLE;
OUTREG(ADPA, adpa);
- /* Set the border color to purple. Maybe we should save/restore this
- * reg.
- */
+ /* Set the border color to purple. */
bclrpat = INREG(bclrpat_reg);
OUTREG(bclrpat_reg, 0x00500050);