fix up misleading comment in i830_crt.c about border register

This commit is contained in:
Keith Packard 2006-12-05 19:43:41 -08:00
parent 2e8c927f93
commit 62fba80d3e
1 changed files with 1 additions and 3 deletions

View File

@ -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);