Update to reflect renaming of SIS ioctls.
authorEric Anholt <anholt@freebsd.org>
Fri, 29 Aug 2003 21:41:32 +0000 (21:41 +0000)
committerEric Anholt <anholt@freebsd.org>
Fri, 29 Aug 2003 21:41:32 +0000 (21:41 +0000)
libdrm/xf86drmCompat.c

index 002a9b0..4e3ccf3 100644 (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 */
 }