diff options
author | Eric Anholt <anholt@freebsd.org> | 2003-08-29 21:41:32 +0000 |
---|---|---|
committer | Eric Anholt <anholt@freebsd.org> | 2003-08-29 21:41:32 +0000 |
commit | ebca51d8da42e7e4882694bc3233bf0f8dbdf301 (patch) | |
tree | 2ac956e53d5d81938c4f577075cd80176d5309be | |
parent | f634f687592bca690a9bc045661005c77854647b (diff) |
Update to reflect renaming of SIS ioctls.
-rw-r--r-- | libdrm/xf86drmCompat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdrm/xf86drmCompat.c b/libdrm/xf86drmCompat.c index 002a9b07..4e3ccf3f 100644 --- a/libdrm/xf86drmCompat.c +++ b/libdrm/xf86drmCompat.c @@ -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 */ } |