accessing AGP busmanager works now :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8382 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c2481c3f91
commit
0f1ebd5a15
@ -23,7 +23,7 @@ status_t nv_agp_setup(void)
|
||||
for (index = 0; index < 8; index++)
|
||||
{
|
||||
/* get nth AGP device info */
|
||||
|
||||
nai.index = index;
|
||||
ioctl(fd, NV_GET_NTH_AGP_INFO, &nai, sizeof(nai));
|
||||
/* exit if we didn't get one */
|
||||
if (!nai.exist)
|
||||
|
Loading…
Reference in New Issue
Block a user