diff -uwr svgalib-1.4.3/src/r128.c svgalib-1.4.3.orig/src/r128.c --- svgalib-1.4.3/src/r128.c Fri Jul 27 10:16:02 2001 +++ svgalib-1.4.3.orig/src/r128.c Wed May 30 10:02:14 2001 @@ -313,7 +313,7 @@ OUTREG(R128_AMCGPIO_MASK, restore->amcgpio_mask); OUTREG(R128_AMCGPIO_EN_REG, restore->amcgpio_en_reg); OUTREG(R128_CLOCK_CNTL_INDEX, restore->clock_cntl_index); - //OUTREG(R128_GEN_RESET_CNTL, restore->gen_reset_cntl); + OUTREG(R128_GEN_RESET_CNTL, restore->gen_reset_cntl); OUTREG(R128_DP_DATATYPE, restore->dp_datatype); R128RestoreCommonRegisters( restore); @@ -443,7 +443,6 @@ save->mem_vga_wp_sel = 0; save->mem_vga_rp_sel = 0; save->bus_cntl = BusCntl; - save->config_cntl = INREG(R128_CONFIG_CNTL); /* * If bursts are enabled, turn on discards and aborts */