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:
Rudolf Cornelissen 2004-07-12 13:59:10 +00:00
parent c2481c3f91
commit 0f1ebd5a15

View File

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