summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2019-05-21 23:57:10 +0000
committerjsg <jsg@openbsd.org>2019-05-21 23:57:10 +0000
commite7d7f4196e8f84e5d8b61c3e357f85fa9b4a44db (patch)
treef30578a228e765a8fcf10d580e0032a523ed5096
parentMention amdgpu. Purposefully leave out an amdgpu .Nm as the xenocara (diff)
downloadwireguard-openbsd-e7d7f4196e8f84e5d8b61c3e357f85fa9b4a44db.tar.xz
wireguard-openbsd-e7d7f4196e8f84e5d8b61c3e357f85fa9b4a44db.zip
sync config lines and mention arch differences
-rw-r--r--share/man/man4/drm.424
1 files changed, 22 insertions, 2 deletions
diff --git a/share/man/man4/drm.4 b/share/man/man4/drm.4
index c4c9d4967b4..f8de56d70f9 100644
--- a/share/man/man4/drm.4
+++ b/share/man/man4/drm.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: drm.4,v 1.9 2019/05/21 22:55:20 jsg Exp $
+.\" $OpenBSD: drm.4,v 1.10 2019/05/21 23:57:10 jsg Exp $
.\"
.\" Copyright (c) 2008 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -22,10 +22,30 @@
.Nm radeondrm
.Nd Direct Rendering Manager device
.Sh SYNOPSIS
+.Cd "# amd64"
.Cd "amdgpu* at pci?"
+.Cd "drm0 at amdgpu? primary 1"
.Cd "drm* at amdgpu?"
-.Cd "inteldrm* at vga?"
+.Cd "wsdisplay0 at amdgpu? primary 1"
+.Cd "wsdisplay* at amdgpu? mux -1"
+.Pp
+.Cd "# amd64, i386"
+.Cd "inteldrm* at pci?"
+.Cd "intagp* at inteldrm?"
+.Cd "agp* at intagp?"
+.Cd "drm0 at inteldrm? primary 1"
.Cd "drm* at inteldrm?"
+.Cd "wsdisplay0 at inteldrm? primary 1"
+.Cd "wsdisplay* at inteldrm? mux -1"
+.Pp
+.Cd "# amd64, i386"
+.Cd "radeondrm* at pci?"
+.Cd "drm0 at radeondrm? primary 1"
+.Cd "drm* at radeondrm?"
+.Cd "wsdisplay0 at radeondrm? primary 1"
+.Cd "wsdisplay* at radeondrm? mux -1"
+.Pp
+.Cd "# arm64, loongson, macppc, sparc64"
.Cd "radeondrm* at pci?"
.Cd "drm* at radeondrm?"
.Sh DESCRIPTION