1445N/A static void vEnableVGA(ScrnInfoPtr pScrn)
1391N/A SetReg(VGA_ENABLE_PORT, 0x01);
1445N/A- SetReg(MISC_PORT_WRITE, 0x01);
1391N/A+ * output register, as clearing others bits and accessing the
1391N/A+ * frame buffer caused non-resumable errors on sparc.
1391N/A+ miscout = GetReg(MISC_PORT_READ);
1391N/A+ SetReg(MISC_PORT_WRITE, miscout | 0x01);
1391N/A+ * Leave video memory enabled in PCI Control Register #1 (0xa0), as
1391N/A+ * accessing the frame buffer with it disabled caused non-resumable
1445N/A static UCHAR ExtRegInfo[] = {
1445N/A static UCHAR ExtRegInfo_AST2300A0[] = {
1445N/A static UCHAR ExtRegInfo_AST2300[] = {