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:
Rudolf Cornelissen 2004-07-07 17:23:53 +00:00
parent 87da2cf3fe
commit 9dc11f9bc7

View File

@ -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)));
}