From 62fba80d3ea9c185ec8ae1e06c099c02bf844d8b Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 5 Dec 2006 19:43:41 -0800 Subject: [PATCH] fix up misleading comment in i830_crt.c about border register --- src/i830_crt.c | 4 +--- 1 file changed, 1 insertion(+), 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);