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