oops. fixed unhide_fw option..
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8352 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
87da2cf3fe
commit
9dc11f9bc7
@ -52,6 +52,8 @@ status_t nv_agp_setup(void)
|
||||
reg = (NV_REG32(NV32_NVSTRAPINFO2) & ~0x00000800);
|
||||
/* enable strapinfo overwrite */
|
||||
NV_REG32(NV32_NVSTRAPINFO2) = (reg | 0x80000000);
|
||||
/* reread cards AGP capabilities */
|
||||
ai_card.config.agp_stat = PCI_CFGR(adress + 4);
|
||||
|
||||
LOG(4, ("AGP: STRAPINFO2 now contains $%08x\n", NV_REG32(NV32_NVSTRAPINFO2)));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user