Below are various xorg.conf configurations. The only configuration
that errors is when using section "Device." If I do not have an
xorg.conf file or use section "OutputClass" X works fine. I hope this
clarifies my initial question?

xorg.conf:

Section "Device"
       Identifier "AMDgpu"
       Driver "amdgpu"
       Option "DRI" "3"
       Option "TearFree" "true"
EndSection
...

Xorg log file:

[ 85187.126]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[ 85187.126] Build Operating System: OpenBSD 6.8 amd64
[ 85187.126] Current Operating System: OpenBSD
hellfire.markjolesen.com 6.8 GENERIC.MP#98 amd64
[ 85187.126] Build Date: 04 October 2020  06:41:21PM
[ 85187.126]
[ 85187.126] Current version of pixman: 0.38.4
[ 85187.126] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 85187.126] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 85187.127] (==) Log file:
"/home/markjolesen/.local/share/xorg/Xorg.0.log", Time: Thu Oct 22
10:25:09 2020
[ 85187.127] (==) Using config file: "/etc/X11/xorg.conf"
[ 85187.127] (==) Using system config directory
"/usr/X11R6/share/X11/xorg.conf.d"
[ 85187.127] (==) No Layout section.  Using the first Screen section.
[ 85187.127] (==) No screen section available. Using defaults.
[ 85187.127] (**) |-->Screen "Default Screen Section" (0)
[ 85187.127] (**) |   |-->Monitor "<default monitor>"
[ 85187.128] (==) No device specified for screen "Default Screen Section".
Using the first device section listed.
[ 85187.128] (**) |   |-->Device "AMDgpu"
[ 85187.128] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 85187.128] (==) Automatically adding devices
[ 85187.128] (==) Automatically enabling devices
[ 85187.128] (==) Not automatically adding GPU devices
[ 85187.128] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 85187.128] (**) FontPath set to:
/usr/local/share/fonts/spleen/,
/usr/local/share/fonts/ghostscript,
/usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/OTF/,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/75dpi/
[ 85187.128] (==) ModulePath set to "/usr/X11R6/lib/modules"
[ 85187.128] (II) The server relies on wscons to provide the list of
input devices.
If no devices become available, reconfigure wscons or disable AutoAddDevices.
[ 85187.128] (II) Loader magic: 0xf2709dde460
[ 85187.128] (II) Module ABI versions:
[ 85187.128] X.Org ANSI C Emulation: 0.4
[ 85187.128] X.Org Video Driver: 24.1
[ 85187.128] X.Org XInput driver : 24.1
[ 85187.128] X.Org Server Extension : 10.0
[ 85187.128] (--) Using wscons driver on /dev/ttyC4
[ 85187.133] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
(Permission denied)
Check that you have set 'machdep.allowaperture=1'
in /etc/sysctl.conf and reboot your machine
refer to xf86(4) for details
[ 85187.133] linear framebuffer access unavailable
[ 85187.133] (II) LoadModule: "glx"
[ 85187.134] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[ 85187.136] (II) Module glx: vendor="X.Org Foundation"
[ 85187.136] compiled for 1.20.8, module version = 1.0.0
[ 85187.136] ABI class: X.Org Server Extension, version 10.0
[ 85187.136] (II) LoadModule: "amdgpu"
[ 85187.137] (II) Loading /usr/X11R6/lib/modules/drivers/amdgpu_drv.so
[ 85187.138] (II) Module amdgpu: vendor="X.Org Foundation"
[ 85187.138] compiled for 1.20.8, module version = 19.1.0
[ 85187.138] Module class: X.Org Video Driver
[ 85187.138] ABI class: X.Org Video Driver, version 24.1
[ 85187.138] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 85187.138] (EE) No devices detected.
[ 85187.138] (EE)
Fatal server error:
[ 85187.138] (EE) no screens found(EE)
[ 85187.138] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
 for help.
[ 85187.138] (EE) Please also check the log file at
"/home/markjolesen/.local/share/xorg/Xorg.0.log" for additional
information.
[ 85187.138] (EE)
[ 85187.138] (EE) Server terminated with error (1). Closing log file.

__________________________________________________________________
xorg.conf:

Section "OutputClass"
        Identifier "AMDgpu"
        MatchDriver "amdgpu"
        Driver "amdgpu"
        Option "DRI" "3"
        Option "TearFree" "true"
EndSection
...

Xorg log file

[   950.342]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   950.343] Build Operating System: OpenBSD 6.8 amd64
[   950.343] Current Operating System: OpenBSD
hellfire.markjolesen.com 6.8 GENERIC.MP#98 amd64
[   950.343] Build Date: 04 October 2020  06:41:21PM
[   950.344]
[   950.344] Current version of pixman: 0.38.4
[   950.344] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[   950.344] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   950.345] (==) Log file:
"/home/markjolesen/.local/share/xorg/Xorg.0.log", Time: Wed Oct 21
11:01:13 2020
[   950.347] (==) Using config file: "/etc/X11/xorg.conf"
[   950.347] (==) Using system config directory
"/usr/X11R6/share/X11/xorg.conf.d"
[   950.349] (==) No Layout section.  Using the first Screen section.
[   950.349] (==) No screen section available. Using defaults.
[   950.349] (**) |-->Screen "Default Screen Section" (0)
[   950.349] (**) |   |-->Monitor "<default monitor>"
[   950.350] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[   950.350] (==) Automatically adding devices
[   950.350] (==) Automatically enabling devices
[   950.350] (==) Not automatically adding GPU devices
[   950.350] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   950.355] (**) FontPath set to:
/usr/local/share/fonts/spleen/,
/usr/local/share/fonts/ghostscript,
/usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/OTF/,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/75dpi/
[   950.355] (==) ModulePath set to "/usr/X11R6/lib/modules"
[   950.355] (II) The server relies on wscons to provide the list of
input devices.
If no devices become available, reconfigure wscons or disable AutoAddDevices.
[   950.355] (II) Loader magic: 0x93f8cae460
[   950.355] (II) Module ABI versions:
[   950.355] X.Org ANSI C Emulation: 0.4
[   950.355] X.Org Video Driver: 24.1
[   950.355] X.Org XInput driver : 24.1
[   950.355] X.Org Server Extension : 10.0
[   950.356] (--) Using wscons driver on /dev/ttyC4
[   950.372] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
(Permission denied)
Check that you have set 'machdep.allowaperture=1'
in /etc/sysctl.conf and reboot your machine
refer to xf86(4) for details
[   950.372] linear framebuffer access unavailable
[   950.372] (II) LoadModule: "glx"
[   950.374] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[   950.386] (II) Module glx: vendor="X.Org Foundation"
[   950.386] compiled for 1.20.8, module version = 1.0.0
[   950.386] ABI class: X.Org Server Extension, version 10.0
[   950.386] (==) Matched modesetting as autoconfigured driver 0
[   950.386] (==) Assigned the driver to the xf86ConfigLayout
[   950.386] (II) LoadModule: "modesetting"
[   950.386] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
[   950.387] (II) Module modesetting: vendor="X.Org Foundation"
[   950.387] compiled for 1.20.8, module version = 1.20.8
[   950.387] Module class: X.Org Video Driver
[   950.387] ABI class: X.Org Video Driver, version 24.1
[   950.387] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   950.387] (WW) Falling back to old probe method for modesetting
[   950.406] (II) modeset(0): using default device
[   950.406] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   950.407] (II) modeset(0): Creating default Display subsection in
Screen section
"Default Screen Section" for depth/fbbpp 24/32
[   950.407] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   950.407] (==) modeset(0): RGB weight 888
[   950.407] (==) modeset(0): Default visual is TrueColor
[   950.407] (II) Loading sub module "glamoregl"
[   950.407] (II) LoadModule: "glamoregl"
[   950.408] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
[   950.418] (II) Module glamoregl: vendor="X.Org Foundation"
[   950.418] compiled for 1.20.8, module version = 1.0.1
[   950.418] ABI class: X.Org ANSI C Emulation, version 0.4
[   950.658] (II) modeset(0): glamor X acceleration enabled on AMD
RAVEN (DRM 3.37.0, 6.8, LLVM 10.0.1)
[   950.658] (II) modeset(0): glamor initialized
[   950.659] (II) modeset(0): Output eDP-1 has no monitor section
[   950.659] (II) modeset(0): Output HDMI-1 has no monitor section
[   950.659] (II) modeset(0): Output DP-1 has no monitor section
[   950.659] (II) modeset(0): Output DP-2 has no monitor section
[   950.660] (II) modeset(0): EDID for output eDP-1
[   950.660] (II) modeset(0): Manufacturer: BOE  Model: 791  Serial#: 0
[   950.660] (II) modeset(0): Year: 2017  Week: 1
[   950.660] (II) modeset(0): EDID Version: 1.4
[   950.660] (II) modeset(0): Digital Display Input
[   950.660] (II) modeset(0): 6 bits per channel
[   950.660] (II) modeset(0): Digital interface is DisplayPort
[   950.660] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   950.660] (II) modeset(0): Gamma: 2.20
[   950.660] (II) modeset(0): No DPMS capabilities specified
[   950.660] (II) modeset(0): Supported color encodings: RGB 4:4:4
[   950.660] (II) modeset(0): First detailed timing is preferred mode
[   950.660] (II) modeset(0): Preferred mode is native pixel format
and refresh rate
[   950.660] (II) modeset(0): redX: 0.589 redY: 0.361   greenX: 0.355
greenY: 0.571
[   950.660] (II) modeset(0): blueX: 0.164 blueY: 0.134   whiteX:
0.312 whiteY: 0.328
[   950.660] (II) modeset(0): Manufacturer's mask: 0
[   950.660] (II) modeset(0): Supported detailed timing:
[   950.660] (II) modeset(0): clock: 141.4 MHz   Image Size:  309 x 173 mm
[   950.660] (II) modeset(0): h_active: 1920  h_sync: 1980  h_sync_end
2012 h_blank_end 2142 h_border: 0
[   950.660] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end
1089 v_blanking: 1100 v_border: 0
[   950.660] (II) modeset(0): Supported detailed timing:
[   950.660] (II) modeset(0): clock: 113.1 MHz   Image Size:  309 x 173 mm
[   950.660] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end
2000 h_blank_end 2142 h_border: 0
[   950.660] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end
1089 v_blanking: 1100 v_border: 0
[   950.660] (II) modeset(0):  BOE CQ
[   950.660] (II) modeset(0):  NV140FHM-N46
[   950.660] (II) modeset(0): EDID (in hex):
[   950.660] (II) modeset(0): 00ffffffffffff0009e5910700000000
[   950.660] (II) modeset(0): 011b0104951f117802e110965c5b922a
[   950.660] (II) modeset(0): 22505400000001010101010101010101
[   950.660] (II) modeset(0): 0101010101013c3780de703814403c20
[   950.660] (II) modeset(0): 360035ad1000001a302c80de70381440
[   950.660] (II) modeset(0): 3020360035ad1000001a000000fe0042
[   950.660] (II) modeset(0): 4f452043510a202020202020000000fe
[   950.660] (II) modeset(0): 004e5631343046484d2d4e34360a004a
[   950.661] (II) modeset(0): Printing probed modes for output eDP-1
[   950.661] (II) modeset(0): Modeline "1920x1080"x60.0  141.40  1920
1980 2012 2142  1080 1083 1089 1100 +hsync -vsync (66.0 kHz eP)
[   950.661] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920
2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2
kHz d)
[   950.661] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920
1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2
kHz d)
[   950.661] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920
2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   950.661] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920
1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   950.661] (II) modeset(0): Modeline "1920x1080"x48.0  113.12  1920
1968 2000 2142  1080 1083 1089 1100 +hsync -vsync (52.8 kHz e)
[   950.661] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680
1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   950.661] (II) modeset(0): Modeline "1680x1050"x60.0  141.40  1680
1980 2012 2142  1050 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   950.661] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   950.661] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400
1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   950.661] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600
1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   950.661] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600
1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   950.661] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600
1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   950.661] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600
1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x1024"x60.0  141.40  1280
1980 2012 2142  1024 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   950.661] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   950.661] (II) modeset(0): Modeline "1440x900"x60.0  141.40  1440
1980 2012 2142  900 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   950.661] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400
1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   950.661] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400
1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   950.661] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440
1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   950.661] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440
1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   950.661] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368
1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   950.661] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368
1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280
1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x800"x60.0  141.40  1280
1980 2012 2142  800 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   950.661] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280
1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280
1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280
1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280
1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x720"x60.0  141.40  1280
1980 2012 2142  720 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   950.661] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280
1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280
1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   950.661] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280
1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   950.661] (II) modeset(0): Modeline "1024x768"x60.0  141.40  1024
1980 2012 2142  768 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   950.661] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024
1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   950.661] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   950.661] (II) modeset(0): Modeline "960x720"x120.0  117.00  960
1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   950.661] (II) modeset(0): Modeline "928x696"x120.1  109.15  928
976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   950.661] (II) modeset(0): Modeline "896x672"x120.0  102.40  896
960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   950.661] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024
1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   950.661] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024
1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   950.661] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024
1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   950.661] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024
1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   950.661] (II) modeset(0): Modeline "960x600"x119.9   96.62  960
1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   950.661] (II) modeset(0): Modeline "960x600"x120.0   77.00  960
984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   950.661] (II) modeset(0): Modeline "960x540"x119.9   86.50  960
1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   950.661] (II) modeset(0): Modeline "960x540"x120.0   69.25  960
984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   950.661] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992
1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   950.661] (II) modeset(0): Modeline "960x540"x59.8   37.25  960
1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   950.661] (II) modeset(0): Modeline "800x600"x60.0  141.40  800
1980 2012 2142  600 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   950.661] (II) modeset(0): Modeline "800x600"x120.0   81.00  800
832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   950.661] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   950.661] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   950.661] (II) modeset(0): Modeline "840x525"x120.0   73.12  840
892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   950.661] (II) modeset(0): Modeline "840x525"x119.8   59.50  840
864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   950.661] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888
968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   950.661] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912
944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   950.661] (II) modeset(0): Modeline "700x525"x120.0   61.00  700
744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   950.661] (II) modeset(0): Modeline "800x450"x119.9   59.12  800
848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   950.661] (II) modeset(0): Modeline "800x450"x119.6   48.75  800
824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   950.661] (II) modeset(0): Modeline "640x512"x120.0   54.00  640
664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   950.661] (II) modeset(0): Modeline "700x450"x119.9   51.75  700
740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   950.661] (II) modeset(0): Modeline "700x450"x119.8   43.25  700
724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   950.661] (II) modeset(0): Modeline "640x480"x60.0  141.40  640
1980 2012 2142  480 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   950.661] (II) modeset(0): Modeline "640x480"x120.0   54.00  640
688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   950.661] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   950.661] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744
808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   950.661] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768
800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   950.661] (II) modeset(0): Modeline "684x384"x119.8   42.62  684
720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   950.661] (II) modeset(0): Modeline "684x384"x119.7   36.12  684
708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   950.661] (II) modeset(0): Modeline "640x400"x119.8   41.75  640
676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   950.661] (II) modeset(0): Modeline "640x400"x120.0   35.50  640
664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   950.661] (II) modeset(0): Modeline "640x360"x119.7   37.25  640
672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   950.661] (II) modeset(0): Modeline "640x360"x119.7   31.88  640
664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   950.662] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664
720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   950.662] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688
720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   950.662] (II) modeset(0): Modeline "512x384"x120.0   32.50  512
524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   950.662] (II) modeset(0): Modeline "512x288"x120.0   23.25  512
532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   950.662] (II) modeset(0): Modeline "512x288"x119.8   21.00  512
536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   950.662] (II) modeset(0): Modeline "480x270"x119.3   20.38  480
496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   950.662] (II) modeset(0): Modeline "480x270"x119.6   18.62  480
504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   950.662] (II) modeset(0): Modeline "400x300"x120.6   20.00  400
420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   950.662] (II) modeset(0): Modeline "400x300"x112.7   18.00  400
412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   950.662] (II) modeset(0): Modeline "432x243"x119.8   16.25  432
444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   950.662] (II) modeset(0): Modeline "432x243"x119.1   15.25  432
456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   950.662] (II) modeset(0): Modeline "320x240"x120.1   12.59  320
328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   950.662] (II) modeset(0): Modeline "360x202"x119.0   11.25  360
372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   950.662] (II) modeset(0): Modeline "360x202"x118.3   10.88  360
384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   950.662] (II) modeset(0): Modeline "320x180"x119.7    9.00  320
332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   950.662] (II) modeset(0): Modeline "320x180"x118.6    8.88  320
344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   950.662] (II) modeset(0): EDID for output HDMI-1
[   950.662] (II) modeset(0): EDID for output DP-1
[   950.662] (II) modeset(0): EDID for output DP-2
[   950.662] (II) modeset(0): Output eDP-1 connected
[   950.662] (II) modeset(0): Output HDMI-1 disconnected
[   950.662] (II) modeset(0): Output DP-1 disconnected
[   950.662] (II) modeset(0): Output DP-2 disconnected
[   950.662] (II) modeset(0): Using exact sizes for initial modes
[   950.662] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   950.662] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   950.662] (==) modeset(0): DPI set to (96, 96)
[   950.662] (II) Loading sub module "fb"
[   950.662] (II) LoadModule: "fb"
[   950.663] (II) Loading /usr/X11R6/lib/modules/libfb.so
[   950.664] (II) Module fb: vendor="X.Org Foundation"
[   950.664] compiled for 1.20.8, module version = 1.0.0
[   950.664] ABI class: X.Org ANSI C Emulation, version 0.4
[   950.927] (==) modeset(0): Backing store enabled
[   950.927] (==) modeset(0): Silken mouse enabled
[   950.930] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   950.931] (==) modeset(0): DPMS enabled
[   950.932] (II) modeset(0): [DRI2] Setup complete
[   950.932] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[   950.932] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[   950.933] (II) Initializing extension Generic Event Extension
[   950.934] (II) Initializing extension SHAPE
[   950.934] (II) Initializing extension MIT-SHM
[   950.935] (II) Initializing extension XInputExtension
[   950.936] (II) Initializing extension XTEST
[   950.937] (II) Initializing extension BIG-REQUESTS
[   950.937] (II) Initializing extension SYNC
[   950.938] (II) Initializing extension XKEYBOARD
[   950.939] (II) Initializing extension XC-MISC
[   950.940] (II) Initializing extension SECURITY
[   950.941] (II) Initializing extension XFIXES
[   950.942] (II) Initializing extension RENDER
[   950.943] (II) Initializing extension RANDR
[   950.944] (II) Initializing extension COMPOSITE
[   950.945] (II) Initializing extension DAMAGE
[   950.946] (II) Initializing extension MIT-SCREEN-SAVER
[   950.947] (II) Initializing extension DOUBLE-BUFFER
[   950.948] (II) Initializing extension RECORD
[   950.949] (II) Initializing extension DPMS
[   950.950] (II) Initializing extension Present
[   950.951] (II) Initializing extension DRI3
[   950.952] (II) Initializing extension X-Resource
[   950.953] (II) Initializing extension XVideo
[   950.954] (II) Initializing extension XVideo-MotionCompensation
[   950.954] (II) Initializing extension GLX
[   950.962] (II) AIGLX: Loaded and initialized radeonsi
[   950.962] (II) GLX: Initialized DRI2 GL provider for screen 0
[   950.962] (II) Initializing extension XFree86-VidModeExtension
[   950.963] (II) Initializing extension XFree86-DGA
[   950.964] (II) Initializing extension XFree86-DRI
[   950.964] (II) Initializing extension DRI2
[   950.970] (II) modeset(0): Damage tracking initialized
[   950.970] (II) modeset(0): Setting screen physical size to 508 x 285
[   951.140] (II) config/wscons: checking input device /dev/wskbd
[   951.140] (II) wskbd: using layout us
[   951.140] (II) LoadModule: "kbd"
[   951.141] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[   951.141] (II) Module kbd: vendor="X.Org Foundation"
[   951.141] compiled for 1.20.8, module version = 1.9.0
[   951.141] Module class: X.Org XInput Driver
[   951.141] ABI class: X.Org XInput driver, version 24.1
[   951.141] (II) Using input driver 'kbd' for '/dev/wskbd'
[   951.141] (**) /dev/wskbd: always reports core events
[   951.141] (**) /dev/wskbd: always reports core events
[   951.141] (**) Option "Protocol" "standard"
[   951.141] (**) Option "XkbRules" "base"
[   951.142] (**) Option "XkbModel" "pc105"
[   951.142] (**) Option "XkbLayout" "us"
[   951.142] (II) XINPUT: Adding extended input device "/dev/wskbd"
(type: KEYBOARD, id 6)
[   951.648] (II) config/wscons: checking input device /dev/wsmouse0
[   951.648] (II) LoadModule: "ws"
[   951.649] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[   951.653] (II) Module ws: vendor="X.Org Foundation"
[   951.653] compiled for 1.20.8, module version = 1.3.0
[   951.653] Module class: X.Org XInput Driver
[   951.653] ABI class: X.Org XInput driver, version 24.1
[   951.653] (II) Using input driver 'ws' for '/dev/wsmouse0'
[   951.653] (**) /dev/wsmouse0: always reports core events
[   951.653] (II) ws: /dev/wsmouse0: debuglevel 0
[   951.653] (**) Option "Device" "/dev/wsmouse0"
[   951.653] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[   951.653] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[   951.653] (**) ws: /dev/wsmouse0: associated screen: 0
[   952.158] (II) ws: /dev/wsmouse0: minimum x position: 0
[   952.158] (II) ws: /dev/wsmouse0: maximum x position: 1919
[   952.158] (II) ws: /dev/wsmouse0: minimum y position: 0
[   952.158] (II) ws: /dev/wsmouse0: maximum y position: 1079
[   952.158] (==) ws: /dev/wsmouse0: Buttons: 7
[   952.162] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[   952.162] (II) XINPUT: Adding extended input device "/dev/wsmouse0"
(type: MOUSE, id 7)
[   952.668] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[   952.668] (**) /dev/wsmouse0: (accel) acceleration profile 0
[   952.668] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[   952.668] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[   952.668] (II) config/wscons: checking input device /dev/wsmouse
[   952.668] (II) Using input driver 'ws' for '/dev/wsmouse'
[   952.668] (**) /dev/wsmouse: always reports core events
[   952.668] (II) ws: /dev/wsmouse: debuglevel 0
[   952.668] (**) Option "Device" "/dev/wsmouse"
[   952.668] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[   952.668] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[   952.668] (**) ws: /dev/wsmouse: associated screen: 0
[   952.668] (II) ws: /dev/wsmouse: minimum x position: 0
[   952.668] (II) ws: /dev/wsmouse: maximum x position: 1919
[   952.668] (II) ws: /dev/wsmouse: minimum y position: 0
[   952.668] (II) ws: /dev/wsmouse: maximum y position: 1079
[   952.668] (==) ws: /dev/wsmouse: Buttons: 7
[   952.668] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[   952.669] (II) XINPUT: Adding extended input device "/dev/wsmouse"
(type: MOUSE, id 8)
[   952.669] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[   952.669] (**) /dev/wsmouse: (accel) acceleration profile 0
[   952.669] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[   952.669] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[   952.949] (II) modeset(0): Disabling kernel dirty updates, not required.

__________________________________________________________________

No xorg.conf
same as for xorg.conf wih just FontPath (no entries for Device or OutputClass))

[   993.694]
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   993.694] Build Operating System: OpenBSD 6.8 amd64
[   993.695] Current Operating System: OpenBSD
hellfire.markjolesen.com 6.8 GENERIC.MP#98 amd64
[   993.695] Build Date: 04 October 2020  06:41:21PM
[   993.696]
[   993.696] Current version of pixman: 0.38.4
[   993.696] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[   993.696] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   993.697] (==) Log file:
"/home/markjolesen/.local/share/xorg/Xorg.0.log", Time: Wed Oct 21
10:43:19 2020
[   993.698] (==) Using config file: "/etc/X11/xorg.conf"
[   993.698] (==) Using system config directory
"/usr/X11R6/share/X11/xorg.conf.d"
[   993.699] (==) No Layout section.  Using the first Screen section.
[   993.699] (==) No screen section available. Using defaults.
[   993.699] (**) |-->Screen "Default Screen Section" (0)
[   993.699] (**) |   |-->Monitor "<default monitor>"
[   993.699] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[   993.699] (==) Automatically adding devices
[   993.699] (==) Automatically enabling devices
[   993.699] (==) Not automatically adding GPU devices
[   993.699] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   993.699] (**) FontPath set to:
/usr/local/share/fonts/spleen/,
/usr/local/share/fonts/ghostscript,
/usr/X11R6/lib/X11/fonts/misc/,
/usr/X11R6/lib/X11/fonts/TTF/,
/usr/X11R6/lib/X11/fonts/OTF/,
/usr/X11R6/lib/X11/fonts/Type1/,
/usr/X11R6/lib/X11/fonts/100dpi/,
/usr/X11R6/lib/X11/fonts/75dpi/
[   993.699] (==) ModulePath set to "/usr/X11R6/lib/modules"
[   993.699] (II) The server relies on wscons to provide the list of
input devices.
If no devices become available, reconfigure wscons or disable AutoAddDevices.
[   993.699] (II) Loader magic: 0xc30da561460
[   993.699] (II) Module ABI versions:
[   993.699] X.Org ANSI C Emulation: 0.4
[   993.699] X.Org Video Driver: 24.1
[   993.699] X.Org XInput driver : 24.1
[   993.699] X.Org Server Extension : 10.0
[   993.700] (--) Using wscons driver on /dev/ttyC4
[   993.711] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
(Permission denied)
Check that you have set 'machdep.allowaperture=1'
in /etc/sysctl.conf and reboot your machine
refer to xf86(4) for details
[   993.711] linear framebuffer access unavailable
[   993.711] (II) LoadModule: "glx"
[   993.712] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[   993.714] (II) Module glx: vendor="X.Org Foundation"
[   993.714] compiled for 1.20.8, module version = 1.0.0
[   993.714] ABI class: X.Org Server Extension, version 10.0
[   993.714] (==) Matched modesetting as autoconfigured driver 0
[   993.714] (==) Assigned the driver to the xf86ConfigLayout
[   993.714] (II) LoadModule: "modesetting"
[   993.714] (II) Loading /usr/X11R6/lib/modules/drivers/modesetting_drv.so
[   993.714] (II) Module modesetting: vendor="X.Org Foundation"
[   993.714] compiled for 1.20.8, module version = 1.20.8
[   993.714] Module class: X.Org Video Driver
[   993.714] ABI class: X.Org Video Driver, version 24.1
[   993.714] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   993.714] (WW) Falling back to old probe method for modesetting
[   993.727] (II) modeset(0): using default device
[   993.728] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   993.728] (II) modeset(0): Creating default Display subsection in
Screen section
"Default Screen Section" for depth/fbbpp 24/32
[   993.728] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   993.728] (==) modeset(0): RGB weight 888
[   993.728] (==) modeset(0): Default visual is TrueColor
[   993.728] (II) Loading sub module "glamoregl"
[   993.728] (II) LoadModule: "glamoregl"
[   993.729] (II) Loading /usr/X11R6/lib/modules/libglamoregl.so
[   993.732] (II) Module glamoregl: vendor="X.Org Foundation"
[   993.732] compiled for 1.20.8, module version = 1.0.1
[   993.732] ABI class: X.Org ANSI C Emulation, version 0.4
[   993.777] (II) modeset(0): glamor X acceleration enabled on AMD
RAVEN (DRM 3.37.0, 6.8, LLVM 10.0.1)
[   993.777] (II) modeset(0): glamor initialized
[   993.778] (II) modeset(0): Output eDP-1 has no monitor section
[   993.778] (II) modeset(0): Output HDMI-1 has no monitor section
[   993.778] (II) modeset(0): Output DP-1 has no monitor section
[   993.778] (II) modeset(0): Output DP-2 has no monitor section
[   993.779] (II) modeset(0): EDID for output eDP-1
[   993.779] (II) modeset(0): Manufacturer: BOE  Model: 791  Serial#: 0
[   993.779] (II) modeset(0): Year: 2017  Week: 1
[   993.779] (II) modeset(0): EDID Version: 1.4
[   993.779] (II) modeset(0): Digital Display Input
[   993.779] (II) modeset(0): 6 bits per channel
[   993.779] (II) modeset(0): Digital interface is DisplayPort
[   993.779] (II) modeset(0): Max Image Size [cm]: horiz.: 31  vert.: 17
[   993.779] (II) modeset(0): Gamma: 2.20
[   993.779] (II) modeset(0): No DPMS capabilities specified
[   993.779] (II) modeset(0): Supported color encodings: RGB 4:4:4
[   993.779] (II) modeset(0): First detailed timing is preferred mode
[   993.779] (II) modeset(0): Preferred mode is native pixel format
and refresh rate
[   993.779] (II) modeset(0): redX: 0.589 redY: 0.361   greenX: 0.355
greenY: 0.571
[   993.779] (II) modeset(0): blueX: 0.164 blueY: 0.134   whiteX:
0.312 whiteY: 0.328
[   993.779] (II) modeset(0): Manufacturer's mask: 0
[   993.779] (II) modeset(0): Supported detailed timing:
[   993.779] (II) modeset(0): clock: 141.4 MHz   Image Size:  309 x 173 mm
[   993.779] (II) modeset(0): h_active: 1920  h_sync: 1980  h_sync_end
2012 h_blank_end 2142 h_border: 0
[   993.779] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end
1089 v_blanking: 1100 v_border: 0
[   993.779] (II) modeset(0): Supported detailed timing:
[   993.779] (II) modeset(0): clock: 113.1 MHz   Image Size:  309 x 173 mm
[   993.779] (II) modeset(0): h_active: 1920  h_sync: 1968  h_sync_end
2000 h_blank_end 2142 h_border: 0
[   993.779] (II) modeset(0): v_active: 1080  v_sync: 1083  v_sync_end
1089 v_blanking: 1100 v_border: 0
[   993.779] (II) modeset(0):  BOE CQ
[   993.779] (II) modeset(0):  NV140FHM-N46
[   993.779] (II) modeset(0): EDID (in hex):
[   993.779] (II) modeset(0): 00ffffffffffff0009e5910700000000
[   993.779] (II) modeset(0): 011b0104951f117802e110965c5b922a
[   993.779] (II) modeset(0): 22505400000001010101010101010101
[   993.779] (II) modeset(0): 0101010101013c3780de703814403c20
[   993.779] (II) modeset(0): 360035ad1000001a302c80de70381440
[   993.779] (II) modeset(0): 3020360035ad1000001a000000fe0042
[   993.779] (II) modeset(0): 4f452043510a202020202020000000fe
[   993.779] (II) modeset(0): 004e5631343046484d2d4e34360a004a
[   993.780] (II) modeset(0): Printing probed modes for output eDP-1
[   993.780] (II) modeset(0): Modeline "1920x1080"x60.0  141.40  1920
1980 2012 2142  1080 1083 1089 1100 +hsync -vsync (66.0 kHz eP)
[   993.780] (II) modeset(0): Modeline "1920x1080"x120.0  356.38  1920
2080 2288 2656  1080 1081 1084 1118 doublescan -hsync +vsync (134.2
kHz d)
[   993.780] (II) modeset(0): Modeline "1920x1080"x119.9  266.50  1920
1944 1960 2000  1080 1081 1084 1111 doublescan +hsync -vsync (133.2
kHz d)
[   993.780] (II) modeset(0): Modeline "1920x1080"x60.0  173.00  1920
2048 2248 2576  1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[   993.780] (II) modeset(0): Modeline "1920x1080"x59.9  138.50  1920
1968 2000 2080  1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[   993.780] (II) modeset(0): Modeline "1920x1080"x48.0  113.12  1920
1968 2000 2142  1080 1083 1089 1100 +hsync -vsync (52.8 kHz e)
[   993.780] (II) modeset(0): Modeline "1680x1050"x60.0  146.25  1680
1784 1960 2240  1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[   993.780] (II) modeset(0): Modeline "1680x1050"x60.0  141.40  1680
1980 2012 2142  1050 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   993.780] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680
1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[   993.780] (II) modeset(0): Modeline "1400x1050"x60.0  122.00  1400
1488 1640 1880  1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[   993.780] (II) modeset(0): Modeline "1600x900"x120.0  246.00  1600
1728 1900 2200  900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[   993.780] (II) modeset(0): Modeline "1600x900"x119.9  186.50  1600
1624 1640 1680  900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[   993.780] (II) modeset(0): Modeline "1600x900"x59.9  118.25  1600
1696 1856 2112  900 903 908 934 -hsync +vsync (56.0 kHz d)
[   993.780] (II) modeset(0): Modeline "1600x900"x59.8   97.50  1600
1648 1680 1760  900 903 908 926 +hsync -vsync (55.4 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x1024"x60.0  141.40  1280
1980 2012 2142  1024 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   993.780] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280
1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[   993.780] (II) modeset(0): Modeline "1440x900"x60.0  141.40  1440
1980 2012 2142  900 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   993.780] (II) modeset(0): Modeline "1400x900"x60.0  103.50  1400
1480 1624 1848  900 903 913 934 -hsync +vsync (56.0 kHz d)
[   993.780] (II) modeset(0): Modeline "1400x900"x59.9   86.50  1400
1448 1480 1560  900 903 913 926 +hsync -vsync (55.4 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280
1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz d)
[   993.780] (II) modeset(0): Modeline "1440x810"x120.0  198.12  1440
1548 1704 1968  810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[   993.780] (II) modeset(0): Modeline "1440x810"x119.9  151.88  1440
1464 1480 1520  810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[   993.780] (II) modeset(0): Modeline "1368x768"x59.9   85.25  1368
1440 1576 1784  768 771 781 798 -hsync +vsync (47.8 kHz d)
[   993.780] (II) modeset(0): Modeline "1368x768"x59.9   72.25  1368
1416 1448 1528  768 771 781 790 +hsync -vsync (47.3 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x800"x120.0  174.25  1280
1380 1516 1752  800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x800"x60.0  141.40  1280
1980 2012 2142  800 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   993.780] (II) modeset(0): Modeline "1280x800"x119.9  134.25  1280
1304 1320 1360  800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x800"x59.8   83.50  1280
1352 1480 1680  800 803 809 831 -hsync +vsync (49.7 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280
1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x720"x120.0  156.12  1280
1376 1512 1744  720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x720"x60.0  141.40  1280
1980 2012 2142  720 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   993.780] (II) modeset(0): Modeline "1280x720"x120.0  120.75  1280
1304 1320 1360  720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x720"x59.9   74.50  1280
1344 1472 1664  720 723 728 748 -hsync +vsync (44.8 kHz d)
[   993.780] (II) modeset(0): Modeline "1280x720"x59.7   63.75  1280
1328 1360 1440  720 723 728 741 +hsync -vsync (44.3 kHz d)
[   993.780] (II) modeset(0): Modeline "1024x768"x60.0  141.40  1024
1980 2012 2142  768 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   993.780] (II) modeset(0): Modeline "1024x768"x120.1  133.47  1024
1100 1212 1400  768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[   993.780] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024
1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz d)
[   993.780] (II) modeset(0): Modeline "960x720"x120.0  117.00  960
1024 1128 1300  720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[   993.780] (II) modeset(0): Modeline "928x696"x120.1  109.15  928
976 1088 1264  696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[   993.780] (II) modeset(0): Modeline "896x672"x120.0  102.40  896
960 1060 1224  672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[   993.780] (II) modeset(0): Modeline "1024x576"x119.9   98.50  1024
1092 1200 1376  576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[   993.780] (II) modeset(0): Modeline "1024x576"x119.9   78.38  1024
1048 1064 1104  576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[   993.780] (II) modeset(0): Modeline "1024x576"x59.9   46.50  1024
1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   993.780] (II) modeset(0): Modeline "1024x576"x59.8   42.00  1024
1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   993.780] (II) modeset(0): Modeline "960x600"x119.9   96.62  960
1028 1128 1296  600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[   993.780] (II) modeset(0): Modeline "960x600"x120.0   77.00  960
984 1000 1040  600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[   993.780] (II) modeset(0): Modeline "960x540"x119.9   86.50  960
1024 1124 1288  540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[   993.780] (II) modeset(0): Modeline "960x540"x120.0   69.25  960
984 1000 1040  540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[   993.780] (II) modeset(0): Modeline "960x540"x59.6   40.75  960 992
1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   993.780] (II) modeset(0): Modeline "960x540"x59.8   37.25  960
1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   993.780] (II) modeset(0): Modeline "800x600"x60.0  141.40  800
1980 2012 2142  600 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   993.780] (II) modeset(0): Modeline "800x600"x120.0   81.00  800
832 928 1080  600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[   993.780] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840
968 1056  600 601 605 628 +hsync +vsync (37.9 kHz d)
[   993.780] (II) modeset(0): Modeline "800x600"x56.2   36.00  800 824
896 1024  600 601 603 625 +hsync +vsync (35.2 kHz d)
[   993.780] (II) modeset(0): Modeline "840x525"x120.0   73.12  840
892 980 1120  525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[   993.780] (II) modeset(0): Modeline "840x525"x119.8   59.50  840
864 880 920  525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[   993.780] (II) modeset(0): Modeline "864x486"x59.9   32.50  864 888
968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   993.780] (II) modeset(0): Modeline "864x486"x59.6   30.50  864 912
944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   993.780] (II) modeset(0): Modeline "700x525"x120.0   61.00  700
744 820 940  525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[   993.780] (II) modeset(0): Modeline "800x450"x119.9   59.12  800
848 928 1056  450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[   993.780] (II) modeset(0): Modeline "800x450"x119.6   48.75  800
824 840 880  450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[   993.780] (II) modeset(0): Modeline "640x512"x120.0   54.00  640
664 720 844  512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[   993.780] (II) modeset(0): Modeline "700x450"x119.9   51.75  700
740 812 924  450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[   993.780] (II) modeset(0): Modeline "700x450"x119.8   43.25  700
724 740 780  450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[   993.780] (II) modeset(0): Modeline "640x480"x60.0  141.40  640
1980 2012 2142  480 1083 1089 1100 +hsync -vsync (66.0 kHz e)
[   993.780] (II) modeset(0): Modeline "640x480"x120.0   54.00  640
688 744 900  480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[   993.780] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656
752 800  480 490 492 525 -hsync -vsync (31.5 kHz d)
[   993.780] (II) modeset(0): Modeline "720x405"x59.5   22.50  720 744
808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   993.780] (II) modeset(0): Modeline "720x405"x59.0   21.75  720 768
800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   993.780] (II) modeset(0): Modeline "684x384"x119.8   42.62  684
720 788 892  384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[   993.780] (II) modeset(0): Modeline "684x384"x119.7   36.12  684
708 724 764  384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[   993.780] (II) modeset(0): Modeline "640x400"x119.8   41.75  640
676 740 840  400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[   993.780] (II) modeset(0): Modeline "640x400"x120.0   35.50  640
664 680 720  400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[   993.780] (II) modeset(0): Modeline "640x360"x119.7   37.25  640
672 736 832  360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[   993.780] (II) modeset(0): Modeline "640x360"x119.7   31.88  640
664 680 720  360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[   993.780] (II) modeset(0): Modeline "640x360"x59.8   18.00  640 664
720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   993.780] (II) modeset(0): Modeline "640x360"x59.3   17.75  640 688
720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   993.780] (II) modeset(0): Modeline "512x384"x120.0   32.50  512
524 592 672  384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[   993.780] (II) modeset(0): Modeline "512x288"x120.0   23.25  512
532 580 648  288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[   993.780] (II) modeset(0): Modeline "512x288"x119.8   21.00  512
536 552 592  288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[   993.780] (II) modeset(0): Modeline "480x270"x119.3   20.38  480
496 544 608  270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[   993.780] (II) modeset(0): Modeline "480x270"x119.6   18.62  480
504 520 560  270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[   993.780] (II) modeset(0): Modeline "400x300"x120.6   20.00  400
420 484 528  300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[   993.780] (II) modeset(0): Modeline "400x300"x112.7   18.00  400
412 448 512  300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[   993.780] (II) modeset(0): Modeline "432x243"x119.8   16.25  432
444 484 536  243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[   993.780] (II) modeset(0): Modeline "432x243"x119.1   15.25  432
456 472 512  243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[   993.780] (II) modeset(0): Modeline "320x240"x120.1   12.59  320
328 376 400  240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[   993.780] (II) modeset(0): Modeline "360x202"x119.0   11.25  360
372 404 448  202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[   993.780] (II) modeset(0): Modeline "360x202"x118.3   10.88  360
384 400 440  202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[   993.780] (II) modeset(0): Modeline "320x180"x119.7    9.00  320
332 360 400  180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[   993.780] (II) modeset(0): Modeline "320x180"x118.6    8.88  320
344 360 400  180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[   993.780] (II) modeset(0): EDID for output HDMI-1
[   993.780] (II) modeset(0): EDID for output DP-1
[   993.780] (II) modeset(0): EDID for output DP-2
[   993.780] (II) modeset(0): Output eDP-1 connected
[   993.780] (II) modeset(0): Output HDMI-1 disconnected
[   993.780] (II) modeset(0): Output DP-1 disconnected
[   993.780] (II) modeset(0): Output DP-2 disconnected
[   993.780] (II) modeset(0): Using exact sizes for initial modes
[   993.780] (II) modeset(0): Output eDP-1 using initial mode 1920x1080 +0+0
[   993.780] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[   993.780] (==) modeset(0): DPI set to (96, 96)
[   993.780] (II) Loading sub module "fb"
[   993.780] (II) LoadModule: "fb"
[   993.781] (II) Loading /usr/X11R6/lib/modules/libfb.so
[   993.781] (II) Module fb: vendor="X.Org Foundation"
[   993.781] compiled for 1.20.8, module version = 1.0.0
[   993.781] ABI class: X.Org ANSI C Emulation, version 0.4
[   993.933] (==) modeset(0): Backing store enabled
[   993.933] (==) modeset(0): Silken mouse enabled
[   993.936] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[   993.936] (==) modeset(0): DPMS enabled
[   993.936] (II) modeset(0): [DRI2] Setup complete
[   993.936] (II) modeset(0): [DRI2]   DRI driver: radeonsi
[   993.936] (II) modeset(0): [DRI2]   VDPAU driver: radeonsi
[   993.936] (II) Initializing extension Generic Event Extension
[   993.937] (II) Initializing extension SHAPE
[   993.938] (II) Initializing extension MIT-SHM
[   993.939] (II) Initializing extension XInputExtension
[   993.941] (II) Initializing extension XTEST
[   993.942] (II) Initializing extension BIG-REQUESTS
[   993.943] (II) Initializing extension SYNC
[   993.944] (II) Initializing extension XKEYBOARD
[   993.945] (II) Initializing extension XC-MISC
[   993.947] (II) Initializing extension SECURITY
[   993.948] (II) Initializing extension XFIXES
[   993.949] (II) Initializing extension RENDER
[   993.950] (II) Initializing extension RANDR
[   993.953] (II) Initializing extension COMPOSITE
[   993.954] (II) Initializing extension DAMAGE
[   993.956] (II) Initializing extension MIT-SCREEN-SAVER
[   993.959] (II) Initializing extension DOUBLE-BUFFER
[   993.960] (II) Initializing extension RECORD
[   993.961] (II) Initializing extension DPMS
[   993.962] (II) Initializing extension Present
[   993.963] (II) Initializing extension DRI3
[   993.964] (II) Initializing extension X-Resource
[   993.964] (II) Initializing extension XVideo
[   993.965] (II) Initializing extension XVideo-MotionCompensation
[   993.965] (II) Initializing extension GLX
[   993.973] (II) AIGLX: Loaded and initialized radeonsi
[   993.973] (II) GLX: Initialized DRI2 GL provider for screen 0
[   993.973] (II) Initializing extension XFree86-VidModeExtension
[   993.975] (II) Initializing extension XFree86-DGA
[   993.976] (II) Initializing extension XFree86-DRI
[   993.976] (II) Initializing extension DRI2
[   993.982] (II) modeset(0): Damage tracking initialized
[   993.982] (II) modeset(0): Setting screen physical size to 508 x 285
[   994.139] (II) config/wscons: checking input device /dev/wskbd
[   994.139] (II) wskbd: using layout us
[   994.139] (II) LoadModule: "kbd"
[   994.140] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[   994.140] (II) Module kbd: vendor="X.Org Foundation"
[   994.140] compiled for 1.20.8, module version = 1.9.0
[   994.140] Module class: X.Org XInput Driver
[   994.140] ABI class: X.Org XInput driver, version 24.1
[   994.140] (II) Using input driver 'kbd' for '/dev/wskbd'
[   994.140] (**) /dev/wskbd: always reports core events
[   994.140] (**) /dev/wskbd: always reports core events
[   994.140] (**) Option "Protocol" "standard"
[   994.140] (**) Option "XkbRules" "base"
[   994.140] (**) Option "XkbModel" "pc105"
[   994.140] (**) Option "XkbLayout" "us"
[   994.140] (II) XINPUT: Adding extended input device "/dev/wskbd"
(type: KEYBOARD, id 6)
[   994.648] (II) config/wscons: checking input device /dev/wsmouse0
[   994.648] (II) LoadModule: "ws"
[   994.650] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[   994.650] (II) Module ws: vendor="X.Org Foundation"
[   994.650] compiled for 1.20.8, module version = 1.3.0
[   994.650] Module class: X.Org XInput Driver
[   994.650] ABI class: X.Org XInput driver, version 24.1
[   994.650] (II) Using input driver 'ws' for '/dev/wsmouse0'
[   994.650] (**) /dev/wsmouse0: always reports core events
[   994.651] (II) ws: /dev/wsmouse0: debuglevel 0
[   994.651] (**) Option "Device" "/dev/wsmouse0"
[   994.651] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[   994.651] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[   994.651] (**) ws: /dev/wsmouse0: associated screen: 0
[   995.145] (II) ws: /dev/wsmouse0: minimum x position: 0
[   995.145] (II) ws: /dev/wsmouse0: maximum x position: 1919
[   995.145] (II) ws: /dev/wsmouse0: minimum y position: 0
[   995.145] (II) ws: /dev/wsmouse0: maximum y position: 1079
[   995.145] (==) ws: /dev/wsmouse0: Buttons: 7
[   995.148] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[   995.148] (II) XINPUT: Adding extended input device "/dev/wsmouse0"
(type: MOUSE, id 7)
[   995.682] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[   995.682] (**) /dev/wsmouse0: (accel) acceleration profile 0
[   995.682] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[   995.682] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[   995.682] (II) config/wscons: checking input device /dev/wsmouse
[   995.682] (II) Using input driver 'ws' for '/dev/wsmouse'
[   995.682] (**) /dev/wsmouse: always reports core events
[   995.682] (II) ws: /dev/wsmouse: debuglevel 0
[   995.682] (**) Option "Device" "/dev/wsmouse"
[   995.682] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[   995.682] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[   995.682] (**) ws: /dev/wsmouse: associated screen: 0
[   995.682] (II) ws: /dev/wsmouse: minimum x position: 0
[   995.682] (II) ws: /dev/wsmouse: maximum x position: 1919
[   995.682] (II) ws: /dev/wsmouse: minimum y position: 0
[   995.682] (II) ws: /dev/wsmouse: maximum y position: 1079
[   995.682] (==) ws: /dev/wsmouse: Buttons: 7
[   995.682] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[   995.682] (II) XINPUT: Adding extended input device "/dev/wsmouse"
(type: MOUSE, id 8)
[   995.683] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[   995.683] (**) /dev/wsmouse: (accel) acceleration profile 0
[   995.683] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[   995.683] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[   995.870] (II) modeset(0): Disabling kernel dirty updates, not required.
[  1089.637] (II) UnloadModule: "ws"
[  1089.637] (II) UnloadModule: "ws"
[  1089.637] (II) UnloadModule: "kbd"
[  1089.655] (II) Server terminated successfully (0). Closing log file.

__________________________________________________________________

dmesg:

OpenBSD 6.8 (RAMDISK_CD) #94: Sun Oct  4 18:21:11 MDT 2020
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
real mem = 33166974976 (31630MB)
avail mem = 32157765632 (30668MB)
random: boothowto does not indicate good seed
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.1 @ 0x6a596000 (61 entries)
bios0: vendor LENOVO version "R0WET60W (1.28 )" date 11/01/2019
bios0: LENOVO 20MUCTO1WW
acpi0 at bios0
acpi0: BGRT checksum error: ACPI 5.0
acpi0: tables DSDT FACP SSDT SSDT CRAT CDIT SSDT TPM2 UEFI MSDM SLIC
BATB HPET APIC MCFG SBST WSMT VFCT IVRS FPDT SSDT SSDT SSDT UEFI SSDT
BGRT
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2196.32 MHz, 17-11-00
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=1.1, IBE
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
cpu at mainbus0: not configured
ioapic0 at mainbus0: apid 32 pa 0xfec00000, version 21, 24 pins, can't remap
ioapic1 at mainbus0: apid 33 pa 0xfec01000, version 21, 32 pins, can't remap
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (GPP0)
acpiprt2 at acpi0: bus 2 (GPP1)
acpiprt3 at acpi0: bus 3 (GPP2)
acpiprt4 at acpi0: bus 4 (GPP3)
acpiprt5 at acpi0: bus -1 (GPP4)
acpiprt6 at acpi0: bus 5 (GPP5)
acpiprt7 at acpi0: bus -1 (GPP6)
acpiprt8 at acpi0: bus 6 (GP17)
acpiprt9 at acpi0: bus 7 (GP18)
acpiec0 at acpi0
"PNP0C0C" at acpi0 not configured
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
"PNP0C0A" at acpi0 not configured
"PNP0C0A" at acpi0 not configured
"ACPI0003" at acpi0 not configured
"LEN0268" at acpi0 not configured
"SMB0001" at acpi0 not configured
"PNP0C0D" at acpi0 not configured
"PNP0C0E" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"STM7304" at acpi0 not configured
"USBC000" at acpi0 not configured
acpicpu at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
acpipwrres at acpi0 not configured
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD 17h/1xh Root Complex" rev 0x00
"AMD 17h/1xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
pchb1 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00
ppb0 at pci0 dev 1 function 1 "AMD 17h/1xh PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
rtsx0 at pci1 dev 0 function 0 "Realtek RTS522A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
ppb1 at pci0 dev 1 function 2 "AMD 17h/1xh PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
"Realtek 8822BE" rev 0x00 at pci2 dev 0 function 0 not configured
ppb2 at pci0 dev 1 function 3 "AMD 17h/1xh PCIE" rev 0x00: msi
pci3 at ppb2 bus 3
nvme0 at pci3 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00:
msix, NVMe 1.2
nvme0: SAMSUNG MZVLB512HAJQ-000L7, firmware 5L2QEXA7, serial S3TNNX0KA10755
scsibus0 at nvme0: 2 targets, initiator 0
sd0 at scsibus0 targ 1 lun 0: <NVMe, SAMSUNG MZVLB512, 5L2Q>
sd0: 488386MB, 512 bytes/sector, 1000215216 sectors
ppb3 at pci0 dev 1 function 4 "AMD 17h/1xh PCIE" rev 0x00: msi
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0e: RTL8168EP/8111EP
(0x5000), msi, address 8c:16:45:ee:4e:6b
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
vendor "Realtek", unknown product 0x816a (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 1 not configured
vendor "Realtek", unknown product 0x816b (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 2 not configured
vendor "Realtek", unknown product 0x816c (class serial bus subclass
IPMI, rev 0x0e) at pci4 dev 0 function 3 not configured
ehci0 at pci4 dev 0 function 4 vendor "Realtek", unknown product
0x816d rev 0x0e: apic 33 int 15
ehci0: pre-2.0 USB rev
ppb4 at pci0 dev 1 function 6 "AMD 17h/1xh PCIE" rev 0x00: msi
pci5 at ppb4 bus 5
re1 at pci5 dev 0 function 0 "Realtek 8168" rev 0x10: RTL8168GU/8111GU
(0x5080), msi, address 8c:16:45:ee:4e:6a
rgephy1 at re1 phy 7: RTL8251 PHY, rev. 0
pchb2 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00
ppb5 at pci0 dev 8 function 1 "AMD 17h/1xh PCIE" rev 0x00
pci6 at ppb5 bus 6
"ATI Radeon Vega" rev 0xd0 at pci6 dev 0 function 0 not configured
"ATI Radeon Vega HD Audio" rev 0x00 at pci6 dev 0 function 1 not configured
ccp0 at pci6 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00
xhci0 at pci6 dev 0 function 3 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
xhci1 at pci6 dev 0 function 4 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
"AMD 17h/1xh HD Audio" rev 0x00 at pci6 dev 0 function 6 not configured
ppb6 at pci0 dev 8 function 2 "AMD 17h/1xh PCIE" rev 0x00
pci7 at ppb6 bus 7
ahci0 at pci7 dev 0 function 0 "AMD FCH AHCI" rev 0x61: msi, AHCI 1.3.1
scsibus1 at ahci0: 32 targets
"AMD FCH SMBus" rev 0x61 at pci0 dev 20 function 0 not configured
"AMD FCH LPC" rev 0x51 at pci0 dev 20 function 3 not configured
pchb3 at pci0 dev 24 function 0 "AMD 17h/1xh Data Fabric" rev 0x00
pchb4 at pci0 dev 24 function 1 "AMD 17h/1xh Data Fabric" rev 0x00
pchb5 at pci0 dev 24 function 2 "AMD 17h/1xh Data Fabric" rev 0x00
pchb6 at pci0 dev 24 function 3 "AMD 17h/1xh Data Fabric" rev 0x00
pchb7 at pci0 dev 24 function 4 "AMD 17h/1xh Data Fabric" rev 0x00
pchb8 at pci0 dev 24 function 5 "AMD 17h/1xh Data Fabric" rev 0x00
pchb9 at pci0 dev 24 function 6 "AMD 17h/1xh Data Fabric" rev 0x00
pchb10 at pci0 dev 24 function 7 "AMD 17h/1xh Data Fabric" rev 0x00
isa0 at mainbus0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
efifb0 at mainbus0: 1920x1080, 32bpp
wsdisplay0 at efifb0 mux 1: console (std, vt100 emulation), using wskbd0
run0 at uhub0 port 2 configuration 1 interface 0 "Ralink 802.11 n
WLAN" rev 2.00/1.01 addr 2
run0: MAC/BBP RT3572 (rev 0x0223), RF RT3052 (MIMO 2T2R), address
f0:79:59:74:85:ed
uhub2 at uhub1 port 1 configuration 1 interface 0 "vendor 0x05e3
USB2.0 Hub" rev 2.00/60.52 addr 2
uhub3 at uhub1 port 2 configuration 1 interface 0 "vendor 0x05e3
USB2.0 Hub" rev 2.00/60.52 addr 3
"Realtek Bluetooth Radio" rev 2.10/2.10 addr 4 at uhub3 port 2 not configured
"SunplusIT Inc Integrated Camera" rev 2.01/54.22 addr 5 at uhub3 port
4 not configured
softraid0 at root
scsibus2 at softraid0: 256 targets
root on rd0a swap on rd0b dump on rd0b
WARNING: CHECK AND RESET THE DATE!
syncing disks...
OpenBSD 6.8 (GENERIC.MP) #98: Sun Oct  4 18:13:26 MDT 2020
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 33166974976 (31630MB)
avail mem = 32146743296 (30657MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.1 @ 0x6a596000 (61 entries)
bios0: vendor LENOVO version "R0WET60W (1.28 )" date 11/01/2019
bios0: LENOVO 20MUCTO1WW
acpi0 at bios0
acpi0: BGRT checksum error: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT SSDT CRAT CDIT SSDT TPM2 UEFI MSDM SLIC
BATB HPET APIC MCFG SBST WSMT VFCT IVRS FPDT SSDT SSDT SSDT UEFI SSDT
BGRT
acpi0: wakeup devices GPP0(S3) GPP1(S3) GPP2(S3) GPP3(S3) GPP4(S3)
L850(S3) GPP5(S3) GPP6(S3) GP17(S3) XHC0(S3) XHC1(S3) GP18(S3)
LID_(S3) SLPB(S3)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpihpet0 at acpi0: 14318180 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2196.28 MHz, 17-11-00
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=1.1, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu1: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu2: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu3: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: smt 1, core 1, package 0
cpu4 at mainbus0: apid 4 (application processor)
cpu4: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu4: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu4: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu4: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu4: smt 0, core 2, package 0
cpu5 at mainbus0: apid 5 (application processor)
cpu5: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu5: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu5: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu5: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu5: smt 1, core 2, package 0
cpu6 at mainbus0: apid 6 (application processor)
cpu6: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu6: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu6: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu6: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu6: smt 0, core 3, package 0
cpu7 at mainbus0: apid 7 (application processor)
cpu7: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu7: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu7: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu7: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu7: smt 1, core 3, package 0
ioapic0 at mainbus0: apid 32 pa 0xfec00000, version 21, 24 pins, can't remap
ioapic1 at mainbus0: apid 33 pa 0xfec01000, version 21, 32 pins, can't remap
acpimcfg0 at acpi0
acpimcfg0: addr 0xf8000000, bus 0-63
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (GPP0)
acpiprt2 at acpi0: bus 2 (GPP1)
acpiprt3 at acpi0: bus 3 (GPP2)
acpiprt4 at acpi0: bus 4 (GPP3)
acpiprt5 at acpi0: bus -1 (GPP4)
acpiprt6 at acpi0: bus 5 (GPP5)
acpiprt7 at acpi0: bus -1 (GPP6)
acpiprt8 at acpi0: bus 6 (GP17)
acpiprt9 at acpi0: bus 7 (GP18)
acpiec0 at acpi0
acpibtn0 at acpi0: PWRB
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
acpibat0 at acpi0: BAT0 model "01AV421" serial  4840 type LiP oem "SMP"
acpibat1 at acpi0: BAT1 model "01AV490" serial  1349 type LiP oem "LGC"
acpiac0 at acpi0: AC unit online
acpithinkpad0 at acpi0: version 2.0
"SMB0001" at acpi0 not configured
acpibtn1 at acpi0: LID_
acpibtn2 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"STM7304" at acpi0 not configured
"USBC000" at acpi0 not configured
acpicpu0 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu1 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu2 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu3 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu4 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu5 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu6 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu7 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpipwrres0 at acpi0: WRST
acpipwrres1 at acpi0: PUBS, resource for XHC0
acpipwrres2 at acpi0: P0ST, resource for SATA
acpipwrres3 at acpi0: P3ST, resource for SATA
acpivideo0 at acpi0: VGA_
acpivout0 at acpivideo0: LCD_
cpu0: 2196 MHz: speeds: 2200 1700 1600 MHz
pci0 at mainbus0 bus 0
ksmn0 at pci0 dev 0 function 0 "AMD 17h/1xh Root Complex" rev 0x00
"AMD 17h/1xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
pchb0 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00
ppb0 at pci0 dev 1 function 1 "AMD 17h/1xh PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
rtsx0 at pci1 dev 0 function 0 "Realtek RTS522A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
ppb1 at pci0 dev 1 function 2 "AMD 17h/1xh PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
"Realtek 8822BE" rev 0x00 at pci2 dev 0 function 0 not configured
ppb2 at pci0 dev 1 function 3 "AMD 17h/1xh PCIE" rev 0x00: msi
pci3 at ppb2 bus 3
nvme0 at pci3 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00:
msix, NVMe 1.2
nvme0: SAMSUNG MZVLB512HAJQ-000L7, firmware 5L2QEXA7, serial S3TNNX0KA10755
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, SAMSUNG MZVLB512, 5L2Q>
sd0: 488386MB, 512 bytes/sector, 1000215216 sectors
ppb3 at pci0 dev 1 function 4 "AMD 17h/1xh PCIE" rev 0x00: msi
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0e: RTL8168EP/8111EP
(0x5000), msi, address 8c:16:45:ee:4e:6b
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
vendor "Realtek", unknown product 0x816a (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 1 not configured
vendor "Realtek", unknown product 0x816b (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 2 not configured
vendor "Realtek", unknown product 0x816c (class serial bus subclass
IPMI, rev 0x0e) at pci4 dev 0 function 3 not configured
ehci0 at pci4 dev 0 function 4 vendor "Realtek", unknown product
0x816d rev 0x0e: apic 33 int 15
ehci0: pre-2.0 USB rev
ppb4 at pci0 dev 1 function 6 "AMD 17h/1xh PCIE" rev 0x00: msi
pci5 at ppb4 bus 5
re1 at pci5 dev 0 function 0 "Realtek 8168" rev 0x10: RTL8168GU/8111GU
(0x5080), msi, address 8c:16:45:ee:4e:6a
rgephy1 at re1 phy 7: RTL8251 PHY, rev. 0
pchb1 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00
ppb5 at pci0 dev 8 function 1 "AMD 17h/1xh PCIE" rev 0x00
pci6 at ppb5 bus 6
amdgpu0 at pci6 dev 0 function 0 "ATI Radeon Vega" rev 0xd0
drm0 at amdgpu0
amdgpu0: msi
azalia0 at pci6 dev 0 function 1 "ATI Radeon Vega HD Audio" rev 0x00: msi
azalia0: no supported codecs
ccp0 at pci6 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00
xhci0 at pci6 dev 0 function 3 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
xhci1 at pci6 dev 0 function 4 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
azalia1 at pci6 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: apic 33 int 30
azalia1: codecs: Realtek/0x0257
audio0 at azalia1
ppb6 at pci0 dev 8 function 2 "AMD 17h/1xh PCIE" rev 0x00
pci7 at ppb6 bus 7
ahci0 at pci7 dev 0 function 0 "AMD FCH AHCI" rev 0x61: msi, AHCI 1.3.1
scsibus2 at ahci0: 32 targets
piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x61: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 16GB DDR4 SDRAM PC4-21300 SO-DIMM
spdmem1 at iic0 addr 0x52: 16GB DDR4 SDRAM PC4-21300 SO-DIMM
iic1 at piixpm0
pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
pchb2 at pci0 dev 24 function 0 "AMD 17h/1xh Data Fabric" rev 0x00
pchb3 at pci0 dev 24 function 1 "AMD 17h/1xh Data Fabric" rev 0x00
pchb4 at pci0 dev 24 function 2 "AMD 17h/1xh Data Fabric" rev 0x00
pchb5 at pci0 dev 24 function 3 "AMD 17h/1xh Data Fabric" rev 0x00
pchb6 at pci0 dev 24 function 4 "AMD 17h/1xh Data Fabric" rev 0x00
pchb7 at pci0 dev 24 function 5 "AMD 17h/1xh Data Fabric" rev 0x00
pchb8 at pci0 dev 24 function 6 "AMD 17h/1xh Data Fabric" rev 0x00
pchb9 at pci0 dev 24 function 7 "AMD 17h/1xh Data Fabric" rev 0x00
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
wsmouse1 at pms0 mux 0
pms0: Synaptics clickpad, firmware 8.16, 0x1e2b1 0x940300 0x33cc40
0xf028a3 0x12e800
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
run0 at uhub0 port 2 configuration 1 interface 0 "Ralink 802.11 n
WLAN" rev 2.00/1.01 addr 2
run0: MAC/BBP RT3572 (rev 0x0223), RF RT3052 (MIMO 2T2R), address
f0:79:59:74:85:ed
uhub2 at uhub1 port 1 configuration 1 interface 0 "Genesys Logic
USB2.0 Hub" rev 2.00/60.52 addr 2
uhub3 at uhub1 port 2 configuration 1 interface 0 "Genesys Logic
USB2.0 Hub" rev 2.00/60.52 addr 3
ugen0 at uhub3 port 2 "Realtek Bluetooth Radio" rev 2.10/2.10 addr 4
uvideo0 at uhub3 port 4 configuration 1 interface 0 "SunplusIT Inc
Integrated Camera" rev 2.01/54.22 addr 5
video0 at uvideo0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (a0b978394b9fe7b8.a) swap on sd0b dump on sd0b
initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x17AA:0x5122 0xD0).
[drm] CP firmware version too old, please update!amdgpu0: 1920x1080, 32bpp
wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
syncing disks... done
r
OpenBSD 6.8 (GENERIC.MP) #98: Sun Oct  4 18:13:26 MDT 2020
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 33166974976 (31630MB)
avail mem = 32146743296 (30657MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.1 @ 0x6a596000 (61 entries)
bios0: vendor LENOVO version "R0WET60W (1.28 )" date 11/01/2019
bios0: LENOVO 20MUCTO1WW
acpi0 at bios0
acpi0: BGRT checksum error: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT SSDT CRAT CDIT SSDT TPM2 UEFI MSDM SLIC
BATB HPET APIC MCFG SBST WSMT VFCT IVRS FPDT SSDT SSDT SSDT UEFI SSDT
BGRT
acpi0: wakeup devices GPP0(S3) GPP1(S3) GPP2(S3) GPP3(S3) GPP4(S3)
L850(S3) GPP5(S3) GPP6(S3) GP17(S3) XHC0(S3) XHC1(S3) GP18(S3)
LID_(S3) SLPB(S3)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpihpet0 at acpi0: 14318180 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2196.28 MHz, 17-11-00
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=1.1, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu1: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu2: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu3: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: smt 1, core 1, package 0
cpu4 at mainbus0: apid 4 (application processor)
cpu4: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu4: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu4: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu4: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu4: smt 0, core 2, package 0
cpu5 at mainbus0: apid 5 (application processor)
cpu5: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu5: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu5: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu5: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu5: smt 1, core 2, package 0
cpu6 at mainbus0: apid 6 (application processor)
cpu6: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu6: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu6: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu6: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu6: smt 0, core 3, package 0
cpu7 at mainbus0: apid 7 (application processor)
cpu7: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu7: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu7: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu7: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu7: smt 1, core 3, package 0
ioapic0 at mainbus0: apid 32 pa 0xfec00000, version 21, 24 pins, can't remap
ioapic1 at mainbus0: apid 33 pa 0xfec01000, version 21, 32 pins, can't remap
acpimcfg0 at acpi0
acpimcfg0: addr 0xf8000000, bus 0-63
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (GPP0)
acpiprt2 at acpi0: bus 2 (GPP1)
acpiprt3 at acpi0: bus 3 (GPP2)
acpiprt4 at acpi0: bus 4 (GPP3)
acpiprt5 at acpi0: bus -1 (GPP4)
acpiprt6 at acpi0: bus 5 (GPP5)
acpiprt7 at acpi0: bus -1 (GPP6)
acpiprt8 at acpi0: bus 6 (GP17)
acpiprt9 at acpi0: bus 7 (GP18)
acpiec0 at acpi0
acpibtn0 at acpi0: PWRB
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
acpibat0 at acpi0: BAT0 model "01AV421" serial  4840 type LiP oem "SMP"
acpibat1 at acpi0: BAT1 model "01AV490" serial  1349 type LiP oem "LGC"
acpiac0 at acpi0: AC unit online
acpithinkpad0 at acpi0: version 2.0
"SMB0001" at acpi0 not configured
acpibtn1 at acpi0: LID_
acpibtn2 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"STM7304" at acpi0 not configured
"USBC000" at acpi0 not configured
acpicpu0 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu1 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu2 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu3 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu4 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu5 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu6 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu7 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpipwrres0 at acpi0: WRST
acpipwrres1 at acpi0: PUBS, resource for XHC0
acpipwrres2 at acpi0: P0ST, resource for SATA
acpipwrres3 at acpi0: P3ST, resource for SATA
acpivideo0 at acpi0: VGA_
acpivout0 at acpivideo0: LCD_
cpu0: 2196 MHz: speeds: 2200 1700 1600 MHz
pci0 at mainbus0 bus 0
ksmn0 at pci0 dev 0 function 0 "AMD 17h/1xh Root Complex" rev 0x00
"AMD 17h/1xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
pchb0 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00
ppb0 at pci0 dev 1 function 1 "AMD 17h/1xh PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
rtsx0 at pci1 dev 0 function 0 "Realtek RTS522A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
ppb1 at pci0 dev 1 function 2 "AMD 17h/1xh PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
"Realtek 8822BE" rev 0x00 at pci2 dev 0 function 0 not configured
ppb2 at pci0 dev 1 function 3 "AMD 17h/1xh PCIE" rev 0x00: msi
pci3 at ppb2 bus 3
nvme0 at pci3 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00:
msix, NVMe 1.2
nvme0: SAMSUNG MZVLB512HAJQ-000L7, firmware 5L2QEXA7, serial S3TNNX0KA10755
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, SAMSUNG MZVLB512, 5L2Q>
sd0: 488386MB, 512 bytes/sector, 1000215216 sectors
ppb3 at pci0 dev 1 function 4 "AMD 17h/1xh PCIE" rev 0x00: msi
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0e: RTL8168EP/8111EP
(0x5000), msi, address 8c:16:45:ee:4e:6b
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
vendor "Realtek", unknown product 0x816a (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 1 not configured
vendor "Realtek", unknown product 0x816b (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 2 not configured
vendor "Realtek", unknown product 0x816c (class serial bus subclass
IPMI, rev 0x0e) at pci4 dev 0 function 3 not configured
ehci0 at pci4 dev 0 function 4 vendor "Realtek", unknown product
0x816d rev 0x0e: apic 33 int 15
ehci0: pre-2.0 USB rev
ppb4 at pci0 dev 1 function 6 "AMD 17h/1xh PCIE" rev 0x00: msi
pci5 at ppb4 bus 5
re1 at pci5 dev 0 function 0 "Realtek 8168" rev 0x10: RTL8168GU/8111GU
(0x5080), msi, address 8c:16:45:ee:4e:6a
rgephy1 at re1 phy 7: RTL8251 PHY, rev. 0
pchb1 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00
ppb5 at pci0 dev 8 function 1 "AMD 17h/1xh PCIE" rev 0x00
pci6 at ppb5 bus 6
amdgpu0 at pci6 dev 0 function 0 "ATI Radeon Vega" rev 0xd0
drm0 at amdgpu0
amdgpu0: msi
azalia0 at pci6 dev 0 function 1 "ATI Radeon Vega HD Audio" rev 0x00: msi
azalia0: no supported codecs
ccp0 at pci6 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00
xhci0 at pci6 dev 0 function 3 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
xhci1 at pci6 dev 0 function 4 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
azalia1 at pci6 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: apic 33 int 30
azalia1: codecs: Realtek/0x0257
audio0 at azalia1
ppb6 at pci0 dev 8 function 2 "AMD 17h/1xh PCIE" rev 0x00
pci7 at ppb6 bus 7
ahci0 at pci7 dev 0 function 0 "AMD FCH AHCI" rev 0x61: msi, AHCI 1.3.1
scsibus2 at ahci0: 32 targets
piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x61: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 16GB DDR4 SDRAM PC4-21300 SO-DIMM
spdmem1 at iic0 addr 0x52: 16GB DDR4 SDRAM PC4-21300 SO-DIMM
iic1 at piixpm0
pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
pchb2 at pci0 dev 24 function 0 "AMD 17h/1xh Data Fabric" rev 0x00
pchb3 at pci0 dev 24 function 1 "AMD 17h/1xh Data Fabric" rev 0x00
pchb4 at pci0 dev 24 function 2 "AMD 17h/1xh Data Fabric" rev 0x00
pchb5 at pci0 dev 24 function 3 "AMD 17h/1xh Data Fabric" rev 0x00
pchb6 at pci0 dev 24 function 4 "AMD 17h/1xh Data Fabric" rev 0x00
pchb7 at pci0 dev 24 function 5 "AMD 17h/1xh Data Fabric" rev 0x00
pchb8 at pci0 dev 24 function 6 "AMD 17h/1xh Data Fabric" rev 0x00
pchb9 at pci0 dev 24 function 7 "AMD 17h/1xh Data Fabric" rev 0x00
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
wsmouse1 at pms0 mux 0
pms0: Synaptics clickpad, firmware 8.16, 0x1e2b1 0x940300 0x33cc40
0xf028a3 0x12e800
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
run0 at uhub0 port 2 configuration 1 interface 0 "Ralink 802.11 n
WLAN" rev 2.00/1.01 addr 2
run0: MAC/BBP RT3572 (rev 0x0223), RF RT3052 (MIMO 2T2R), address
f0:79:59:74:85:ed
uhub2 at uhub1 port 1 configuration 1 interface 0 "Genesys Logic
USB2.0 Hub" rev 2.00/60.52 addr 2
uhub3 at uhub1 port 2 configuration 1 interface 0 "Genesys Logic
USB2.0 Hub" rev 2.00/60.52 addr 3
ugen0 at uhub3 port 2 "Realtek Bluetooth Radio" rev 2.10/2.10 addr 4
uvideo0 at uhub3 port 4 configuration 1 interface 0 "SunplusIT Inc
Integrated Camera" rev 2.01/54.22 addr 5
video0 at uvideo0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (a0b978394b9fe7b8.a) swap on sd0b dump on sd0b
initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x17AA:0x5122 0xD0).
amdgpu0: 1920x1080, 32bpp
wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
syncing disks... done
r
OpenBSD 6.8 (GENERIC.MP) #98: Sun Oct  4 18:13:26 MDT 2020
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 33166974976 (31630MB)
avail mem = 32146739200 (30657MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.1 @ 0x6a596000 (61 entries)
bios0: vendor LENOVO version "R0WET60W (1.28 )" date 11/01/2019
bios0: LENOVO 20MUCTO1WW
acpi0 at bios0
acpi0: BGRT checksum error: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT SSDT CRAT CDIT SSDT TPM2 UEFI MSDM SLIC
BATB HPET APIC MCFG SBST WSMT VFCT IVRS FPDT SSDT SSDT SSDT UEFI SSDT
BGRT
acpi0: wakeup devices GPP0(S3) GPP1(S3) GPP2(S3) GPP3(S3) GPP4(S3)
L850(S3) GPP5(S3) GPP6(S3) GP17(S3) XHC0(S3) XHC1(S3) GP18(S3)
LID_(S3) SLPB(S3)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpihpet0 at acpi0: 14318180 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2196.27 MHz, 17-11-00
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=1.1, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu1: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu2: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.89 MHz, 17-11-00
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu3: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: smt 1, core 1, package 0
cpu4 at mainbus0: apid 4 (application processor)
cpu4: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu4: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu4: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu4: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu4: smt 0, core 2, package 0
cpu5 at mainbus0: apid 5 (application processor)
cpu5: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu5: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu5: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu5: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu5: smt 1, core 2, package 0
cpu6 at mainbus0: apid 6 (application processor)
cpu6: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu6: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu6: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu6: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu6: smt 0, core 3, package 0
cpu7 at mainbus0: apid 7 (application processor)
cpu7: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu7: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu7: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu7: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu7: smt 1, core 3, package 0
ioapic0 at mainbus0: apid 32 pa 0xfec00000, version 21, 24 pins, can't remap
ioapic1 at mainbus0: apid 33 pa 0xfec01000, version 21, 32 pins, can't remap
acpimcfg0 at acpi0
acpimcfg0: addr 0xf8000000, bus 0-63
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (GPP0)
acpiprt2 at acpi0: bus 2 (GPP1)
acpiprt3 at acpi0: bus 3 (GPP2)
acpiprt4 at acpi0: bus 4 (GPP3)
acpiprt5 at acpi0: bus -1 (GPP4)
acpiprt6 at acpi0: bus 5 (GPP5)
acpiprt7 at acpi0: bus -1 (GPP6)
acpiprt8 at acpi0: bus 6 (GP17)
acpiprt9 at acpi0: bus 7 (GP18)
acpiec0 at acpi0
acpibtn0 at acpi0: PWRB
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
acpibat0 at acpi0: BAT0 model "01AV421" serial  4840 type LiP oem "SMP"
acpibat1 at acpi0: BAT1 model "01AV490" serial  1349 type LiP oem "LGC"
acpiac0 at acpi0: AC unit online
acpithinkpad0 at acpi0: version 2.0
"SMB0001" at acpi0 not configured
acpibtn1 at acpi0: LID_
acpibtn2 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"STM7304" at acpi0 not configured
"USBC000" at acpi0 not configured
acpicpu0 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu1 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu2 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu3 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu4 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu5 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu6 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu7 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpipwrres0 at acpi0: WRST
acpipwrres1 at acpi0: PUBS, resource for XHC0
acpipwrres2 at acpi0: P0ST, resource for SATA
acpipwrres3 at acpi0: P3ST, resource for SATA
acpivideo0 at acpi0: VGA_
acpivout0 at acpivideo0: LCD_
cpu0: 2196 MHz: speeds: 2200 1700 1600 MHz
pci0 at mainbus0 bus 0
ksmn0 at pci0 dev 0 function 0 "AMD 17h/1xh Root Complex" rev 0x00
"AMD 17h/1xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
pchb0 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00
ppb0 at pci0 dev 1 function 1 "AMD 17h/1xh PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
rtsx0 at pci1 dev 0 function 0 "Realtek RTS522A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
ppb1 at pci0 dev 1 function 2 "AMD 17h/1xh PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
"Realtek 8822BE" rev 0x00 at pci2 dev 0 function 0 not configured
ppb2 at pci0 dev 1 function 3 "AMD 17h/1xh PCIE" rev 0x00: msi
pci3 at ppb2 bus 3
nvme0 at pci3 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00:
msix, NVMe 1.2
nvme0: SAMSUNG MZVLB512HAJQ-000L7, firmware 5L2QEXA7, serial S3TNNX0KA10755
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, SAMSUNG MZVLB512, 5L2Q>
sd0: 488386MB, 512 bytes/sector, 1000215216 sectors
ppb3 at pci0 dev 1 function 4 "AMD 17h/1xh PCIE" rev 0x00: msi
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0e: RTL8168EP/8111EP
(0x5000), msi, address 8c:16:45:ee:4e:6b
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
vendor "Realtek", unknown product 0x816a (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 1 not configured
vendor "Realtek", unknown product 0x816b (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 2 not configured
vendor "Realtek", unknown product 0x816c (class serial bus subclass
IPMI, rev 0x0e) at pci4 dev 0 function 3 not configured
ehci0 at pci4 dev 0 function 4 vendor "Realtek", unknown product
0x816d rev 0x0e: apic 33 int 15
ehci0: pre-2.0 USB rev
ppb4 at pci0 dev 1 function 6 "AMD 17h/1xh PCIE" rev 0x00: msi
pci5 at ppb4 bus 5
re1 at pci5 dev 0 function 0 "Realtek 8168" rev 0x10: RTL8168GU/8111GU
(0x5080), msi, address 8c:16:45:ee:4e:6a
rgephy1 at re1 phy 7: RTL8251 PHY, rev. 0
pchb1 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00
ppb5 at pci0 dev 8 function 1 "AMD 17h/1xh PCIE" rev 0x00
pci6 at ppb5 bus 6
amdgpu0 at pci6 dev 0 function 0 "ATI Radeon Vega" rev 0xd0
drm0 at amdgpu0
amdgpu0: msi
azalia0 at pci6 dev 0 function 1 "ATI Radeon Vega HD Audio" rev 0x00: msi
azalia0: no supported codecs
ccp0 at pci6 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00
xhci0 at pci6 dev 0 function 3 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
xhci1 at pci6 dev 0 function 4 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
azalia1 at pci6 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: apic 33 int 30
azalia1: codecs: Realtek/0x0257
audio0 at azalia1
ppb6 at pci0 dev 8 function 2 "AMD 17h/1xh PCIE" rev 0x00
pci7 at ppb6 bus 7
ahci0 at pci7 dev 0 function 0 "AMD FCH AHCI" rev 0x61: msi, AHCI 1.3.1
scsibus2 at ahci0: 32 targets
piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x61: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 16GB DDR4 SDRAM PC4-21300 SO-DIMM
spdmem1 at iic0 addr 0x52: 16GB DDR4 SDRAM PC4-21300 SO-DIMM
iic1 at piixpm0
pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
pchb2 at pci0 dev 24 function 0 "AMD 17h/1xh Data Fabric" rev 0x00
pchb3 at pci0 dev 24 function 1 "AMD 17h/1xh Data Fabric" rev 0x00
pchb4 at pci0 dev 24 function 2 "AMD 17h/1xh Data Fabric" rev 0x00
pchb5 at pci0 dev 24 function 3 "AMD 17h/1xh Data Fabric" rev 0x00
pchb6 at pci0 dev 24 function 4 "AMD 17h/1xh Data Fabric" rev 0x00
pchb7 at pci0 dev 24 function 5 "AMD 17h/1xh Data Fabric" rev 0x00
pchb8 at pci0 dev 24 function 6 "AMD 17h/1xh Data Fabric" rev 0x00
pchb9 at pci0 dev 24 function 7 "AMD 17h/1xh Data Fabric" rev 0x00
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
wsmouse1 at pms0 mux 0
pms0: Synaptics clickpad, firmware 8.16, 0x1e2b1 0x940300 0x33cc40
0xf028a3 0x12e800
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
run0 at uhub0 port 2 configuration 1 interface 0 "Ralink 802.11 n
WLAN" rev 2.00/1.01 addr 2
run0: MAC/BBP RT3572 (rev 0x0223), RF RT3052 (MIMO 2T2R), address
f0:79:59:74:85:ed
uhub2 at uhub1 port 1 configuration 1 interface 0 "Genesys Logic
USB2.0 Hub" rev 2.00/60.52 addr 2
uhub3 at uhub1 port 2 configuration 1 interface 0 "Genesys Logic
USB2.0 Hub" rev 2.00/60.52 addr 3
ugen0 at uhub3 port 2 "Realtek Bluetooth Radio" rev 2.10/2.10 addr 4
uvideo0 at uhub3 port 4 configuration 1 interface 0 "SunplusIT Inc
Integrated Camera" rev 2.01/54.22 addr 5
video0 at uvideo0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (a0b978394b9fe7b8.a) swap on sd0b dump on sd0b
initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x17AA:0x5122 0xD0).
amdgpu0: 1920x1080, 32bpp
wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
syncing disks... done
r
OpenBSD 6.8 (GENERIC.MP) #98: Sun Oct  4 18:13:26 MDT 2020
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 33166974976 (31630MB)
avail mem = 32146739200 (30657MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.1 @ 0x6a596000 (61 entries)
bios0: vendor LENOVO version "R0WET60W (1.28 )" date 11/01/2019
bios0: LENOVO 20MUCTO1WW
acpi0 at bios0
acpi0: BGRT checksum error: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT SSDT CRAT CDIT SSDT TPM2 UEFI MSDM SLIC
BATB HPET APIC MCFG SBST WSMT VFCT IVRS FPDT SSDT SSDT SSDT UEFI SSDT
BGRT
acpi0: wakeup devices GPP0(S3) GPP1(S3) GPP2(S3) GPP3(S3) GPP4(S3)
L850(S3) GPP5(S3) GPP6(S3) GP17(S3) XHC0(S3) XHC1(S3) GP18(S3)
LID_(S3) SLPB(S3)
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpihpet0 at acpi0: 14318180 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2196.28 MHz, 17-11-00
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu0: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=1.1, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.87 MHz, 17-11-00
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu1: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu1: smt 1, core 0, package 0
cpu2 at mainbus0: apid 2 (application processor)
cpu2: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.88 MHz, 17-11-00
cpu2: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu2: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu2: smt 0, core 1, package 0
cpu3 at mainbus0: apid 3 (application processor)
cpu3: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.87 MHz, 17-11-00
cpu3: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu3: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu3: smt 1, core 1, package 0
cpu4 at mainbus0: apid 4 (application processor)
cpu4: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.87 MHz, 17-11-00
cpu4: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu4: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu4: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu4: smt 0, core 2, package 0
cpu5 at mainbus0: apid 5 (application processor)
cpu5: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.87 MHz, 17-11-00
cpu5: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu5: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu5: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu5: smt 1, core 2, package 0
cpu6 at mainbus0: apid 6 (application processor)
cpu6: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.87 MHz, 17-11-00
cpu6: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu6: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu6: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu6: smt 0, core 3, package 0
cpu7 at mainbus0: apid 7 (application processor)
cpu7: AMD Ryzen 7 PRO 2700U w/ Radeon Vega Mobile Gfx, 2195.87 MHz, 17-11-00
cpu7: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,PCLMUL,MWAIT,SSSE3,FMA3,CX16,SSE4.1,SSE4.2,MOVBE,POPCNT,AES,XSAVE,AVX,F16C,RDRAND,NXE,MMXX,FFXSR,PAGE1GB,RDTSCP,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,SKINIT,TCE,TOPEXT,CPCTR,DBKP,PCTRL3,MWAITX,ITSC,FSGSBASE,BMI1,AVX2,SMEP,BMI2,RDSEED,ADX,SMAP,CLFLUSHOPT,SHA,IBPB,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 64KB 64b/line 4-way I-cache, 32KB 64b/line 8-way D-cache, 512KB
64b/line 8-way L2 cache, 4MB 64b/line 16-way L3 cache
cpu7: ITLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu7: DTLB 64 4KB entries fully associative, 64 4MB entries fully associative
cpu7: smt 1, core 3, package 0
ioapic0 at mainbus0: apid 32 pa 0xfec00000, version 21, 24 pins, can't remap
ioapic1 at mainbus0: apid 33 pa 0xfec01000, version 21, 32 pins, can't remap
acpimcfg0 at acpi0
acpimcfg0: addr 0xf8000000, bus 0-63
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (GPP0)
acpiprt2 at acpi0: bus 2 (GPP1)
acpiprt3 at acpi0: bus 3 (GPP2)
acpiprt4 at acpi0: bus 4 (GPP3)
acpiprt5 at acpi0: bus -1 (GPP4)
acpiprt6 at acpi0: bus 5 (GPP5)
acpiprt7 at acpi0: bus -1 (GPP6)
acpiprt8 at acpi0: bus 6 (GP17)
acpiprt9 at acpi0: bus 7 (GP18)
acpiec0 at acpi0
acpibtn0 at acpi0: PWRB
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpicmos0 at acpi0
acpibat0 at acpi0: BAT0 model "01AV421" serial  4840 type LiP oem "SMP"
acpibat1 at acpi0: BAT1 model "01AV490" serial  1349 type LiP oem "LGC"
acpiac0 at acpi0: AC unit online
acpithinkpad0 at acpi0: version 2.0
"SMB0001" at acpi0 not configured
acpibtn1 at acpi0: LID_
acpibtn2 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"STM7304" at acpi0 not configured
"USBC000" at acpi0 not configured
acpicpu0 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu1 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu2 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu3 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu4 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu5 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu6 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpicpu7 at acpi0: C2(0@400 io@0x414), C1(0@1 mwait), PSS
acpipwrres0 at acpi0: WRST
acpipwrres1 at acpi0: PUBS, resource for XHC0
acpipwrres2 at acpi0: P0ST, resource for SATA
acpipwrres3 at acpi0: P3ST, resource for SATA
acpivideo0 at acpi0: VGA_
acpivout0 at acpivideo0: LCD_
cpu0: 2196 MHz: speeds: 2200 1700 1600 MHz
pci0 at mainbus0 bus 0
ksmn0 at pci0 dev 0 function 0 "AMD 17h/1xh Root Complex" rev 0x00
"AMD 17h/1xh IOMMU" rev 0x00 at pci0 dev 0 function 2 not configured
pchb0 at pci0 dev 1 function 0 "AMD 17h PCIE" rev 0x00
ppb0 at pci0 dev 1 function 1 "AMD 17h/1xh PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
rtsx0 at pci1 dev 0 function 0 "Realtek RTS522A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
ppb1 at pci0 dev 1 function 2 "AMD 17h/1xh PCIE" rev 0x00: msi
pci2 at ppb1 bus 2
"Realtek 8822BE" rev 0x00 at pci2 dev 0 function 0 not configured
ppb2 at pci0 dev 1 function 3 "AMD 17h/1xh PCIE" rev 0x00: msi
pci3 at ppb2 bus 3
nvme0 at pci3 dev 0 function 0 "Samsung SM981/PM981 NVMe" rev 0x00:
msix, NVMe 1.2
nvme0: SAMSUNG MZVLB512HAJQ-000L7, firmware 5L2QEXA7, serial S3TNNX0KA10755
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, SAMSUNG MZVLB512, 5L2Q>
sd0: 488386MB, 512 bytes/sector, 1000215216 sectors
ppb3 at pci0 dev 1 function 4 "AMD 17h/1xh PCIE" rev 0x00: msi
pci4 at ppb3 bus 4
re0 at pci4 dev 0 function 0 "Realtek 8168" rev 0x0e: RTL8168EP/8111EP
(0x5000), msi, address 8c:16:45:ee:4e:6b
rgephy0 at re0 phy 7: RTL8251 PHY, rev. 0
vendor "Realtek", unknown product 0x816a (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 1 not configured
vendor "Realtek", unknown product 0x816b (class communications
subclass serial, rev 0x0e) at pci4 dev 0 function 2 not configured
vendor "Realtek", unknown product 0x816c (class serial bus subclass
IPMI, rev 0x0e) at pci4 dev 0 function 3 not configured
ehci0 at pci4 dev 0 function 4 vendor "Realtek", unknown product
0x816d rev 0x0e: apic 33 int 15
ehci0: pre-2.0 USB rev
ppb4 at pci0 dev 1 function 6 "AMD 17h/1xh PCIE" rev 0x00: msi
pci5 at ppb4 bus 5
re1 at pci5 dev 0 function 0 "Realtek 8168" rev 0x10: RTL8168GU/8111GU
(0x5080), msi, address 8c:16:45:ee:4e:6a
rgephy1 at re1 phy 7: RTL8251 PHY, rev. 0
pchb1 at pci0 dev 8 function 0 "AMD 17h PCIE" rev 0x00
ppb5 at pci0 dev 8 function 1 "AMD 17h/1xh PCIE" rev 0x00
pci6 at ppb5 bus 6
amdgpu0 at pci6 dev 0 function 0 "ATI Radeon Vega" rev 0xd0
drm0 at amdgpu0
amdgpu0: msi
azalia0 at pci6 dev 0 function 1 "ATI Radeon Vega HD Audio" rev 0x00: msi
azalia0: no supported codecs
ccp0 at pci6 dev 0 function 2 "AMD 17h/1xh Crypto" rev 0x00
xhci0 at pci6 dev 0 function 3 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
xhci1 at pci6 dev 0 function 4 "AMD 17h/1xh xHCI" rev 0x00: msi, xHCI 1.10
usb1 at xhci1: USB revision 3.0
uhub1 at usb1 configuration 1 interface 0 "AMD xHCI root hub" rev
3.00/1.00 addr 1
azalia1 at pci6 dev 0 function 6 "AMD 17h/1xh HD Audio" rev 0x00: apic 33 int 30
azalia1: codecs: Realtek/0x0257
audio0 at azalia1
ppb6 at pci0 dev 8 function 2 "AMD 17h/1xh PCIE" rev 0x00
pci7 at ppb6 bus 7
ahci0 at pci7 dev 0 function 0 "AMD FCH AHCI" rev 0x61: msi, AHCI 1.3.1
scsibus2 at ahci0: 32 targets
piixpm0 at pci0 dev 20 function 0 "AMD FCH SMBus" rev 0x61: SMI
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 16GB DDR4 SDRAM PC4-21300 SO-DIMM
spdmem1 at iic0 addr 0x52: 16GB DDR4 SDRAM PC4-21300 SO-DIMM
iic1 at piixpm0
pcib0 at pci0 dev 20 function 3 "AMD FCH LPC" rev 0x51
pchb2 at pci0 dev 24 function 0 "AMD 17h/1xh Data Fabric" rev 0x00
pchb3 at pci0 dev 24 function 1 "AMD 17h/1xh Data Fabric" rev 0x00
pchb4 at pci0 dev 24 function 2 "AMD 17h/1xh Data Fabric" rev 0x00
pchb5 at pci0 dev 24 function 3 "AMD 17h/1xh Data Fabric" rev 0x00
pchb6 at pci0 dev 24 function 4 "AMD 17h/1xh Data Fabric" rev 0x00
pchb7 at pci0 dev 24 function 5 "AMD 17h/1xh Data Fabric" rev 0x00
pchb8 at pci0 dev 24 function 6 "AMD 17h/1xh Data Fabric" rev 0x00
pchb9 at pci0 dev 24 function 7 "AMD 17h/1xh Data Fabric" rev 0x00
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse0 at pms0 mux 0
wsmouse1 at pms0 mux 0
pms0: Synaptics clickpad, firmware 8.16, 0x1e2b1 0x940300 0x33cc40
0xf028a3 0x12e800
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: SVM/RVI
efifb at mainbus0 not configured
run0 at uhub0 port 2 configuration 1 interface 0 "Ralink 802.11 n
WLAN" rev 2.00/1.01 addr 2
run0: MAC/BBP RT3572 (rev 0x0223), RF RT3052 (MIMO 2T2R), address
f0:79:59:74:85:ed
uhub2 at uhub1 port 1 configuration 1 interface 0 "Genesys Logic
USB2.0 Hub" rev 2.00/60.52 addr 2
uhub3 at uhub1 port 2 configuration 1 interface 0 "Genesys Logic
USB2.0 Hub" rev 2.00/60.52 addr 3
ugen0 at uhub3 port 2 "Realtek Bluetooth Radio" rev 2.10/2.10 addr 4
uvideo0 at uhub3 port 4 configuration 1 interface 0 "SunplusIT Inc
Integrated Camera" rev 2.01/54.22 addr 5
video0 at uvideo0
vscsi0 at root
scsibus3 at vscsi0: 256 targets
softraid0 at root
scsibus4 at softraid0: 256 targets
root on sd0a (a0b978394b9fe7b8.a) swap on sd0b dump on sd0b
initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x17AA:0x5122 0xD0).
amdgpu0: 1920x1080, 32bpp
wsdisplay0 at amdgpu0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)


On Wed, Oct 21, 2020 at 7:30 PM Jonathan Gray <j...@jsg.id.au> wrote:
>
> On Wed, Oct 21, 2020 at 11:13:59AM -0500, flint pyrite wrote:
> > Question: is the amdgpu(4) manual page up to correct and up to date?
> >
> > https://man.openbsd.org/amdgpu
>
> The man page is for the xorg driver.
>
> >
> > I set up an xorg.conf file in /etc/X11/xorg.conf and was trying to get
> > AMDgpu working.
> >
> > The man page uses "Device" as the section. This worked as root but not
> > a normal user. When I changed "Device" to "OutputClass," X loaded
> > without error as a normal user.
> >
> > Also, the man page does not mention setting
> >
> > machdep.allowaperture=1
> >
> > in /etc/sysctl.conf
>
> That is to permit non-kms drivers, why are you setting this?
>
> >
> > cat /etc/X11/xorg.conf
> >
> > Section "OutputClass"
> >         Identifier "AMDgpu"
> >         MatchDriver "amdgpu"
> >         Driver "amdgpu"
> >         Option "DRI" "3"
> >         Option "TearFree" "true"
> > EndSection
> > #copied from /usr/X11R6/share/X11/xorg.conf.d/10-amdgpu.conf
> >
> >
> > #Section "Device"
> > #       Identifier "AMDgpu"
> > #       Driver "amdgpu"
> > #       Option "DRI" "3"
> > #       Option "TearFree" "true"
> > #EndSection
> >
> > Section  "Files"
> >         FontPath "/usr/local/share/fonts/spleen/"
> >         FontPath "/usr/local/share/fonts/ghostscript"
> > EndSection
> >
> > 6.8 GENERIC.MP#98 amd64
> >
> > As a normal user, and using "Device" X fails with "No devices
> > detected. If I leave out the section completely, X goes through mode
> > setting and chooses Radeon.
>
> I suspect you have hardware claimed by radeondrm and not amdgpu.
> It is hard to know without seeing a dmesg and /var/log/Xorg.0.log

Reply via email to