1 --- a/src/mga_dacG.c Mon Feb 11 14:59:08 2013
2 +++ b/src/mga_dacG.c Mon Feb 11 15:00:39 2013
6 pReg->Option = 0x40049120;
9 + * Do not reset biosen bit of option reg, as this will set
10 + * ROM base register to 0
13 +#ifdef XSERVER_LIBPCIACCESS
14 + pci_device_cfg_read_u32(pMga->PciInfo, & option, PCI_OPTION_REG);
16 + option = pciReadLong(pMga->PciTag, PCI_OPTION_REG);
18 + pReg->Option = (pReg->Option & 0xFBFFFFFF) | (option & 0x40000000);
20 pReg->Option2 = 0x00008000;