summaryrefslogtreecommitdiff
path: root/bsd/radeon_drv.c
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2002-06-18 03:00:00 +0000
committerEric Anholt <anholt@freebsd.org>2002-06-18 03:00:00 +0000
commit92c174920b7e926b348a5505ca0e3244e01d0906 (patch)
treeca1c49b9e04bb72788473d9f7d485cdbc77bd1e6 /bsd/radeon_drv.c
parent82c783c551b4ab384be6ca988b17891885c933dd (diff)
Some cleanup of things that were messed up with NetBSD and previous
commits. There is still a crash that I'm looking into.
Diffstat (limited to 'bsd/radeon_drv.c')
-rw-r--r--bsd/radeon_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd/radeon_drv.c b/bsd/radeon_drv.c
index 4b922681..4e32192a 100644
--- a/bsd/radeon_drv.c
+++ b/bsd/radeon_drv.c
@@ -115,7 +115,7 @@ drm_chipinfo_t DRM(devicelist)[] = {
#include "drm_memory.h"
#include "drm_vm.h"
#include "drm_sysctl.h"
-#if __REALLY_HAVE_SG
+#if __HAVE_SG
#include "drm_scatter.h"
#endif