Hi,

I was suffering from a subtle (yet annoying once noticed) problem with
screen flickering whilst using xenocara on my ThinkPad X270.

It was only distinctly apparent with certain colours/images being
displayed, generally a darker (but not black) static background with
small bright regions changing. For example I could see a subtle
flicker/brightening of the entire background on each character typed in
an xterm. It also occasionally manifested (apparently randomly) as a
subtle flicker which looked like a quick change of brightness.

After excluding any possible xorg.conf device options, a bit of googling
turned up some people experiencing a similar issue on windows and linux,
and they pointed to a feature of newer Intel GPUs called "PSR" / "Panel
Self Refresh". These issues were resolved via the settings application
on windows, and on linux machines by setting a linux kernel parameter:
i915.enable_psr=0

OpenBSD doesn't appear to expose a mechanism for setting i915
parameters, so I changed the value from use hardware default to
disabled within: sys/dev/pci/drm/i915/i915_params.h.

This resolved the problem completely (which is a great relief, as it's
frequently apparent once you've noticed it), and doesn't appear to have
resulted in any other issues.

I've attached my dmesg and xorg.conf, and the small diff to
i915_params.h is below. When I get time I may see if I am able to make
the required changes to expose this as a flag.

--- sys/dev/pci/drm/i915/i915_params.h  Tue Nov 17 09:50:23 2020
+++ sys/dev/pci/drm/i915/i915_params.h.new Tue Nov 17 09:30:24 2020
@@ -52,7 +52,7 @@
  param(int, vbt_sdvo_panel_type, -1, 0400) \
  param(int, enable_dc, -1, 0400) \
  param(int, enable_fbc, -1, 0600) \
- param(int, enable_psr, -1, 0600) \
+ param(int, enable_psr, 0, 0600) \
  param(int, disable_power_well, -1, 0400) \
  param(int, enable_ips, 1, 0600) \
  param(int, invert_brightness, 0, 0600) \
[    61.711] (WW) checkDevMem: failed to open /dev/xf86 and /dev/mem
        (Operation not permitted)
        Check that you have set 'machdep.allowaperture=1'
        in /etc/sysctl.conf and reboot your machine
        refer to xf86(4) for details
[    61.711]    linear framebuffer access unavailable
[    61.732] (--) Using wscons driver on /dev/ttyC4
[    61.739] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    61.739] Build Operating System: OpenBSD 6.8 amd64 
[    61.739] Current Operating System: OpenBSD heliospan.home 6.8 GENERIC.MP#1 
amd64
[    61.739] Build Date: 17 November 2020  08:48:50PM
[    61.739]  
[    61.739] Current version of pixman: 0.38.4
[    61.739]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    61.739] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    61.739] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Nov 17 22:33:05 
2020
[    61.741] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    61.741] (==) Using system config directory 
"/usr/X11R6/share/X11/xorg.conf.d"
[    61.743] (==) No Layout section.  Using the first Screen section.
[    61.743] (==) No screen section available. Using defaults.
[    61.743] (**) |-->Screen "Default Screen Section" (0)
[    61.743] (**) |   |-->Monitor "<default monitor>"
[    61.744] (==) No device specified for screen "Default Screen Section".
        Using the first device section listed.
[    61.744] (**) |   |-->Device "drm"
[    61.744] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    61.744] (==) Automatically adding devices
[    61.744] (==) Automatically enabling devices
[    61.744] (==) Not automatically adding GPU devices
[    61.745] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    61.751] (==) FontPath set to:
        /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/
[    61.751] (==) ModulePath set to "/usr/X11R6/lib/modules"
[    61.751] (II) The server relies on wscons to provide the list of input 
devices.
        If no devices become available, reconfigure wscons or disable 
AutoAddDevices.
[    61.751] (II) Loader magic: 0xaea07e33460
[    61.751] (II) Module ABI versions:
[    61.751]    X.Org ANSI C Emulation: 0.4
[    61.751]    X.Org Video Driver: 24.1
[    61.751]    X.Org XInput driver : 24.1
[    61.751]    X.Org Server Extension : 10.0
[    61.751] (--) PCI:*(0@0:2:0) 8086:5916:17aa:5062 rev 2, Mem @ 
0xe0000000/16777216, 0xc0000000/536870912, I/O @ 0x0000e000/64
[    61.751] (II) LoadModule: "glx"
[    61.754] (II) Loading /usr/X11R6/lib/modules/extensions/libglx.so
[    61.767] (II) Module glx: vendor="X.Org Foundation"
[    61.767]    compiled for 1.20.8, module version = 1.0.0
[    61.767]    ABI class: X.Org Server Extension, version 10.0
[    61.767] (II) LoadModule: "intel"
[    61.767] (II) Loading /usr/X11R6/lib/modules/drivers/intel_drv.so
[    61.771] (II) Module intel: vendor="X.Org Foundation"
[    61.771]    compiled for 1.20.8, module version = 2.99.916
[    61.771]    Module class: X.Org Video Driver
[    61.771]    ABI class: X.Org Video Driver, version 24.1
[    61.771] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    61.771] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[    61.771] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[    61.771] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, 
P6300
[    61.785] (II) intel(0): Using Kernel Mode Setting driver: i915, version 
1.6.0 20200313
[    61.786] (WW) intel(0): Unknown chipset
[    61.786] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, 
avx, avx2
[    61.786] (II) intel(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[    61.786] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    61.786] (==) intel(0): RGB weight 888
[    61.786] (==) intel(0): Default visual is TrueColor
[    61.786] (**) intel(0): Option "TearFree" "true"
[    61.788] (II) intel(0): Output eDP1 has no monitor section
[    61.789] (--) intel(0): Found backlight control interface wscons (type 
'platform') for output eDP1
[    61.789] (II) intel(0): Enabled output eDP1
[    61.789] (II) intel(0): Output DP1 has no monitor section
[    61.789] (II) intel(0): Enabled output DP1
[    61.789] (II) intel(0): Output HDMI1 has no monitor section
[    61.789] (II) intel(0): Enabled output HDMI1
[    61.789] (II) intel(0): Output DP2 has no monitor section
[    61.789] (II) intel(0): Enabled output DP2
[    61.789] (II) intel(0): Output HDMI2 has no monitor section
[    61.789] (II) intel(0): Enabled output HDMI2
[    61.789] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    61.789] (II) intel(0): Output VIRTUAL1 has no monitor section
[    61.789] (II) intel(0): Enabled output VIRTUAL1
[    61.789] (--) intel(0): Output eDP1 using initial mode 1920x1080 on pipe 0
[    61.790] (**) intel(0): TearFree enabled
[    61.790] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    61.790] (==) intel(0): DPI set to (96, 96)
[    61.790] (II) Loading sub module "dri3"
[    61.790] (II) LoadModule: "dri3"
[    61.790] (II) Module "dri3" already built-in
[    61.790] (II) Loading sub module "dri2"
[    61.790] (II) LoadModule: "dri2"
[    61.790] (II) Module "dri2" already built-in
[    61.790] (II) Loading sub module "present"
[    61.790] (II) LoadModule: "present"
[    61.790] (II) Module "present" already built-in
[    61.792] (II) intel(0): SNA initialized with generic backend
[    61.792] (==) intel(0): Backing store enabled
[    61.792] (==) intel(0): Silken mouse enabled
[    61.793] (II) intel(0): HW Cursor enabled
[    61.796] (==) intel(0): DPMS enabled
[    61.796] (II) intel(0): Textured video not supported on this hardware
[    61.797] (II) intel(0): [DRI2] Setup complete
[    61.797] (II) intel(0): [DRI2]   DRI driver: i965
[    61.797] (II) intel(0): [DRI2]   VDPAU driver: i965
[    61.797] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    61.798] (II) intel(0): hardware support for Present enabled
[    61.798] (II) Initializing extension Generic Event Extension
[    61.799] (II) Initializing extension SHAPE
[    61.799] (II) Initializing extension MIT-SHM
[    61.799] (II) Initializing extension XInputExtension
[    61.800] (II) Initializing extension XTEST
[    61.800] (II) Initializing extension BIG-REQUESTS
[    61.801] (II) Initializing extension SYNC
[    61.801] (II) Initializing extension XKEYBOARD
[    61.802] (II) Initializing extension XC-MISC
[    61.803] (II) Initializing extension SECURITY
[    61.803] (II) Initializing extension XFIXES
[    61.804] (II) Initializing extension RENDER
[    61.804] (II) Initializing extension RANDR
[    61.805] (II) Initializing extension COMPOSITE
[    61.806] (II) Initializing extension DAMAGE
[    61.807] (II) Initializing extension MIT-SCREEN-SAVER
[    61.807] (II) Initializing extension DOUBLE-BUFFER
[    61.808] (II) Initializing extension RECORD
[    61.808] (II) Initializing extension DPMS
[    61.808] (II) Initializing extension Present
[    61.809] (II) Initializing extension DRI3
[    61.809] (II) Initializing extension X-Resource
[    61.810] (II) Initializing extension XVideo
[    61.810] (II) Initializing extension XVideo-MotionCompensation
[    61.810] (II) Initializing extension GLX
[    61.852] (II) AIGLX: Loaded and initialized i965
[    61.852] (II) GLX: Initialized DRI2 GL provider for screen 0
[    61.852] (II) Initializing extension XFree86-VidModeExtension
[    61.852] (II) Initializing extension XFree86-DGA
[    61.853] (II) Initializing extension XFree86-DRI
[    61.853] (II) Initializing extension DRI2
[    61.859] (II) intel(0): switch to mode 1920x1080@60.0 on eDP1 using pipe 0, 
position (0, 0), rotation normal, reflection none
[    61.885] (II) intel(0): Setting screen physical size to 508 x 285
[    61.995] (II) config/wscons: checking input device /dev/wskbd
[    61.995] (II) wskbd: using layout gb
[    61.995] (II) LoadModule: "kbd"
[    61.995] (II) Loading /usr/X11R6/lib/modules/input/kbd_drv.so
[    61.996] (II) Module kbd: vendor="X.Org Foundation"
[    61.996]    compiled for 1.20.8, module version = 1.9.0
[    61.996]    Module class: X.Org XInput Driver
[    61.996]    ABI class: X.Org XInput driver, version 24.1
[    61.996] (II) Using input driver 'kbd' for '/dev/wskbd'
[    61.996] (**) /dev/wskbd: always reports core events
[    61.996] (**) /dev/wskbd: always reports core events
[    61.996] (**) Option "Protocol" "standard"
[    61.996] (**) Option "XkbRules" "base"
[    61.996] (**) Option "XkbModel" "pc105"
[    61.996] (**) Option "XkbLayout" "gb"
[    61.996] (II) XINPUT: Adding extended input device "/dev/wskbd" (type: 
KEYBOARD, id 6)
[    62.513] (II) config/wscons: checking input device /dev/wsmouse0
[    62.513] (II) LoadModule: "ws"
[    62.514] (II) Loading /usr/X11R6/lib/modules/input/ws_drv.so
[    62.514] (II) Module ws: vendor="X.Org Foundation"
[    62.514]    compiled for 1.20.8, module version = 1.3.0
[    62.514]    Module class: X.Org XInput Driver
[    62.514]    ABI class: X.Org XInput driver, version 24.1
[    62.514] (II) Using input driver 'ws' for '/dev/wsmouse0'
[    62.514] (**) /dev/wsmouse0: always reports core events
[    62.514] (II) ws: /dev/wsmouse0: debuglevel 0
[    62.514] (**) Option "Device" "/dev/wsmouse0"
[    62.514] (**) ws: /dev/wsmouse0: ZAxisMapping: buttons 4 and 5
[    62.514] (**) ws: /dev/wsmouse0: WAxisMapping: buttons 6 and 7
[    62.514] (**) ws: /dev/wsmouse0: associated screen: 0
[    62.994] (II) ws: /dev/wsmouse0: minimum x position: 0
[    62.994] (II) ws: /dev/wsmouse0: maximum x position: 1919
[    62.994] (II) ws: /dev/wsmouse0: minimum y position: 0
[    62.994] (II) ws: /dev/wsmouse0: maximum y position: 1079
[    62.994] (==) ws: /dev/wsmouse0: Buttons: 7
[    62.998] (**) ws: /dev/wsmouse0: YAxisMapping: buttons 4 and 5
[    62.998] (II) XINPUT: Adding extended input device "/dev/wsmouse0" (type: 
MOUSE, id 7)
[    63.480] (**) /dev/wsmouse0: (accel) keeping acceleration scheme 1
[    63.480] (**) /dev/wsmouse0: (accel) acceleration profile 0
[    63.480] (**) /dev/wsmouse0: (accel) acceleration factor: 2.000
[    63.480] (**) /dev/wsmouse0: (accel) acceleration threshold: 4
[    63.481] (II) config/wscons: checking input device /dev/wsmouse
[    63.481] (II) Using input driver 'ws' for '/dev/wsmouse'
[    63.481] (**) /dev/wsmouse: always reports core events
[    63.481] (II) ws: /dev/wsmouse: debuglevel 0
[    63.481] (**) Option "Device" "/dev/wsmouse"
[    63.481] (**) ws: /dev/wsmouse: ZAxisMapping: buttons 4 and 5
[    63.481] (**) ws: /dev/wsmouse: WAxisMapping: buttons 6 and 7
[    63.481] (**) ws: /dev/wsmouse: associated screen: 0
[    63.481] (II) ws: /dev/wsmouse: minimum x position: 0
[    63.481] (II) ws: /dev/wsmouse: maximum x position: 1919
[    63.481] (II) ws: /dev/wsmouse: minimum y position: 0
[    63.481] (II) ws: /dev/wsmouse: maximum y position: 1079
[    63.481] (==) ws: /dev/wsmouse: Buttons: 7
[    63.481] (**) ws: /dev/wsmouse: YAxisMapping: buttons 4 and 5
[    63.481] (II) XINPUT: Adding extended input device "/dev/wsmouse" (type: 
MOUSE, id 8)
[    63.481] (**) /dev/wsmouse: (accel) keeping acceleration scheme 1
[    63.481] (**) /dev/wsmouse: (accel) acceleration profile 0
[    63.481] (**) /dev/wsmouse: (accel) acceleration factor: 2.000
[    63.481] (**) /dev/wsmouse: (accel) acceleration threshold: 4
[    70.256] (II) intel(0): EDID vendor "CMN", prod id 4665
[    70.256] (II) intel(0): Printing DDC gathered Modelines:
[    70.256] (II) intel(0): Modeline "1920x1080"x0.0  138.78  1920 1966 1996 
2080  1080 1082 1086 1112 +hsync -vsync (66.7 kHz eP)
OpenBSD 6.8-current (GENERIC.MP) #1: Tue Nov 17 11:52:13 GMT 2020
    sineast...@heliospan.home:/sys/arch/amd64/compile/GENERIC.MP
real mem = 17054859264 (16264MB)
avail mem = 16522694656 (15757MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0xba6f6000 (62 entries)
bios0: vendor LENOVO version "R0IET61W (1.39 )" date 04/20/2020
bios0: LENOVO 20HN0013UK
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP UEFI SSDT SSDT HPET APIC MCFG ECDT SSDT SSDT BOOT BATB 
SLIC SSDT SSDT SSDT WSMT SSDT SSDT DBGP DBG2 MSDM DMAR ASF! FPDT BGRT UEFI
acpi0: wakeup devices GLAN(S4) XHC_(S3) XDCI(S4) HDAS(S4) RP01(S4) RP02(S4) 
RP04(S4) RP05(S4) RP06(S4) RP07(S4) RP08(S4) RP09(S4) RP10(S4) RP11(S4) 
RP12(S4) RP13(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 23999999 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz, 3479.83 MHz, 06-8e-09
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz, 3479.15 MHz, 06-8e-09
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xf0000000, bus 0-63
acpiec0 at acpi0
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 2 (RP01)
acpiprt2 at acpi0: bus -1 (RP02)
acpiprt3 at acpi0: bus 3 (RP03)
acpiprt4 at acpi0: bus -1 (RP04)
acpiprt5 at acpi0: bus 4 (RP05)
acpiprt6 at acpi0: bus -1 (RP06)
acpiprt7 at acpi0: bus -1 (RP07)
acpiprt8 at acpi0: bus -1 (RP08)
acpiprt9 at acpi0: bus -1 (RP09)
acpiprt10 at acpi0: bus -1 (RP10)
acpiprt11 at acpi0: bus -1 (RP11)
acpiprt12 at acpi0: bus -1 (RP12)
acpiprt13 at acpi0: bus -1 (RP13)
acpiprt14 at acpi0: bus -1 (RP14)
acpiprt15 at acpi0: bus -1 (RP15)
acpiprt16 at acpi0: bus -1 (RP16)
acpiprt17 at acpi0: bus -1 (RP17)
acpiprt18 at acpi0: bus -1 (RP18)
acpiprt19 at acpi0: bus -1 (RP19)
acpiprt20 at acpi0: bus -1 (RP20)
acpiprt21 at acpi0: bus -1 (RP21)
acpiprt22 at acpi0: bus -1 (RP22)
acpiprt23 at acpi0: bus -1 (RP23)
acpiprt24 at acpi0: bus -1 (RP24)
acpipci0 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
acpithinkpad0 at acpi0: version 2.0
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 model "45N1113" serial  4917 type LION oem "LGC"
acpibat1 at acpi0: BAT1 model "45N1127" serial  4804 type LION oem "LGC"
acpicmos0 at acpi0
"INT3515" at acpi0 not configured
acpibtn0 at acpi0: SLPB
"PNP0C14" at acpi0 not configured
acpibtn1 at acpi0: LID_
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpicpu0 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1)
acpicpu1 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33), 
C1(1000@1 mwait.1)
acpipwrres0 at acpi0: PUBS, resource for XHC_
acpipwrres1 at acpi0: WRST
acpipwrres2 at acpi0: WRST
acpitz0 at acpi0: critical temperature is 128 degC
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: using VERW MDS workaround (except on vmm entry)
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 7G Host" rev 0x02
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 620" rev 0x02
drm0 at inteldrm0
inteldrm0: msi, KABYLAKE, gen 9
xhci0 at pci0 dev 20 function 0 "Intel 100 Series xHCI" rev 0x21: msi, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 
addr 1
pchtemp0 at pci0 dev 20 function 2 "Intel 100 Series Thermal" rev 0x21
dwiic0 at pci0 dev 21 function 0 "Intel 100 Series I2C" rev 0x21: apic 2 int 16
iic0 at dwiic0
dwiic1 at pci0 dev 21 function 1 "Intel 100 Series I2C" rev 0x21: apic 2 int 17
iic1 at dwiic1
"INT3515" at iic1 addr 0x38 not configured
"Intel 100 Series MEI" rev 0x21 at pci0 dev 22 function 0 not configured
ppb0 at pci0 dev 28 function 0 "Intel 100 Series PCIE" rev 0xf1: msi
pci1 at ppb0 bus 2
rtsx0 at pci1 dev 0 function 0 "Realtek RTS522A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
ppb1 at pci0 dev 28 function 2 "Intel 100 Series PCIE" rev 0xf1: msi
pci2 at ppb1 bus 3
iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless-AC 8265" rev 0x78, msi
ppb2 at pci0 dev 28 function 4 "Intel 100 Series PCIE" rev 0xf1: msi
pci3 at ppb2 bus 4
nvme0 at pci3 dev 0 function 0 "Toshiba NVMe" rev 0x01: msix, NVMe 1.1
nvme0: THNSF5256GPUK TOSHIBA, firmware 51055KLA, serial X7QS12G0TR3T
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, THNSF5256GPUK TO, 5105>
sd0: 244198MB, 512 bytes/sector, 500118192 sectors
pcib0 at pci0 dev 31 function 0 "Intel 200 Series LPC" rev 0x21
"Intel 100 Series PMC" rev 0x21 at pci0 dev 31 function 2 not configured
azalia0 at pci0 dev 31 function 3 "Intel 200 Series HD Audio" rev 0x21: msi
azalia0: codecs: Realtek ALC298, Intel/0x280b, using Realtek ALC298
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 100 Series SMBus" rev 0x21: apic 2 int 
16
iic2 at ichiic0
em0 at pci0 dev 31 function 6 "Intel I219-V" rev 0x21: msi, address 
xx:xx:xx:xx:xx:xx
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
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.2, 0x1e2b1 0x943300 0x330340 0xf407a3 
0x12e800
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
uvideo0 at uhub0 port 8 configuration 1 interface 0 "Bison Integrated Camera" 
rev 2.00/37.27 addr 2
video0 at uvideo0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
sd1 at scsibus3 targ 1 lun 0: <OPENBSD, SR CRYPTO, 006>
sd1: 244197MB, 512 bytes/sector, 500116577 sectors
root on sd1a (f314c7ca42ea584e.a) swap on sd1b dump on sd1b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x230, fw ver 34.0.1, address xx:xx:xx:xx:xx:xx

Attachment: OpenPGP_0x4383C362B5F65EF4.asc
Description: application/pgp-keys

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to