summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-12-28 21:55:47 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-12-28 21:55:47 +0000
commit2dccd58192384d47bc26c64777e225a9a2f38e22 (patch)
tree302109b8b7beba61a065cab039fdce4cd313d894
parentbe23ba9aab3096c48ab0b0a8e52cbabbfaad1f55 (diff)
Notes
-rw-r--r--sys/dev/drm/drm_agpsupport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_agpsupport.c b/sys/dev/drm/drm_agpsupport.c
index f809acb7f166c..3d657da18ab96 100644
--- a/sys/dev/drm/drm_agpsupport.c
+++ b/sys/dev/drm/drm_agpsupport.c
@@ -46,7 +46,7 @@ static int
drm_device_find_capability(drm_device_t *dev, int cap)
{
#ifdef __FreeBSD__
-#if __FreeBSD_version >= 700010
+#if __FreeBSD_version >= 602102
return (pci_find_extcap(dev->device, cap, NULL) == 0);
#else