Update to reflect renaming of SIS ioctls.

This commit is contained in:
Eric Anholt 2003-08-29 21:41:32 +00:00
parent f634f68759
commit ebca51d8da

View file

@ -1020,7 +1020,7 @@ Bool drmSiSAgpInit(int driSubFD, int offset, int size)
agp.offset = offset;
agp.size = size;
ioctl(driSubFD, SIS_IOCTL_AGP_INIT, &agp);
ioctl(driSubFD, DRM_IOCTL_SIS_AGP_INIT, &agp);
return 1; /* TRUE */
}