summaryrefslogtreecommitdiff
path: root/sys/dev/drm2
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2018-10-23 03:30:14 +0000
committerWarner Losh <imp@FreeBSD.org>2018-10-23 03:30:14 +0000
commite68496f578ac40b05f56d4b9bf4567f78008509d (patch)
tree9663a54c1145b03243dd6d8219872763cdafc1d3 /sys/dev/drm2
parent4b34e3e64523f7432a8df97eeb7770f613ba7058 (diff)
Notes
Diffstat (limited to 'sys/dev/drm2')
-rw-r--r--sys/dev/drm2/drm_os_freebsd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/drm2/drm_os_freebsd.h b/sys/dev/drm2/drm_os_freebsd.h
index b7e81c56b94c..5fcb32b315ca 100644
--- a/sys/dev/drm2/drm_os_freebsd.h
+++ b/sys/dev/drm2/drm_os_freebsd.h
@@ -154,8 +154,8 @@ typedef void irqreturn_t;
*(volatile u_int64_t *)(((vm_offset_t)(map)->handle) + \
(vm_offset_t)(offset)) = htole64(val)
-#ifdef __LP64__
-#define DRM_PORT "graphics/drm-stable-kmod"
+#ifdef amd64
+#define DRM_PORT "graphics/drm-kmod"
#else
#define DRM_PORT "graphics/drm-legacy-kmod"
#endif