Hello, 

short: please disregard.

sysutils/nut would be nice, but sensorsd(8) will do. Details follow...

What I should have said right away... this is on 

OpenBSD 6.8 (GENERIC.MP) #4: Mon Jan 11 10:35:56 MST 2021
(full dmesg at the end)

mcmer-open...@tor.at (Marcus MERIGHI), 2021.02.11 (Thu) 11:00 (CET):
> I just did my first install of sysutils/nut with an (oldish) APC USB
> UPS (full upsc(8) at the end).

I found this:

        https://marc.info/?t=141022874500004

which indicates that the UPS can be read by nut but doesn't change
state when the wall power is disconnected. I didn't have a chance to
test this yet, though. 

For now I'll go with sensorsd(8), see below.

> It was enough to 
> 
>         chgrp _ups /dev/usb0
>         chmod g+w /dev/usb0
> 
> to start upsd(8).
> 
> Q: Does it make sense to provide a patch to the README or is this just a
> singular case and other (APC) UPSs might behave differntly?
> 
> The READMY currently advices to find the right /dev/usbX and /dev/ugenX
> and chgrp these to _ups.
> 
> For /dev/ugenX.YY this would leave the _ups user without read rights, as
> /dev/ugenX.YY comes with mode 0600. 

This was already reported (with patch for README):

        https://marc.info/?l=openbsd-ports&m=159863481015571

> For /dev/usbX this would leave the _ups user with read rights, which did
> not suffice: 
> 
>         No matching HID UPS found - check permissions on /dev/ugen* \
>                 and /dev/usb*
>         Driver failed to start (exit status=1)
> 
> The UPS attaches as upd(4):
> 
>         hw.sensors.upd0.indicator0=On (BatteryPresent), OK
>         hw.sensors.upd0.indicator1=Off (Charging), OK
>         hw.sensors.upd0.indicator2=Off (Discharging), OK
>         hw.sensors.upd0.indicator3=Off (NeedReplacement), OK
>         hw.sensors.upd0.indicator4=Off (ShutdownImminent), OK
>         hw.sensors.upd0.indicator5=On (ACPresent), OK
>         hw.sensors.upd0.indicator6=Off (Overload), OK
>         hw.sensors.upd0.percent0=100.00% (RemainingCapacity), OK
>         hw.sensors.upd0.percent1=100.00% (FullChargeCapacity), OK
>         hw.sensors.upd0.timedelta0=10380.000000 secs (RunTimeToEmpty), OK

I have now:

$ cat /etc/sensorsd.conf
hw.sensors.upd0.percent0:low=80:high=100:command=/etc/sensorsd.upd.sh \
        %l %n %s %x %t %2 %3 %4

$ cat /etc/sensorsd.upd.sh
#!/bin/sh -e
[[ X"${1}" == X"below" && $(sysctl -n hw.sensors.upd0.indicator5) != \
        "On (ACPresent), OK" ]] && shutdown -hp +1

Marcus

> Below is the output of upsc(8).
> 
> Marcus
> 
> $ ls -la /dev/u* | grep _ups
> crw-rw----  1 root  _ups       61,   0 Nov 11 05:04 /dev/usb0
> 
> $ upsc usv-1
> battery.charge: 100
> battery.charge.low: 10
> battery.charge.warning: 50
> battery.mfr.date: 2007/10/23
> battery.runtime: 10380
> battery.runtime.low: 120
> battery.temperature: 20.7
> battery.type: PbAc
> battery.voltage: 27.7
> battery.voltage.nominal: 24.0
> device.mfr: American Power Conversion
> device.model: Smart-UPS 1500 RM
> device.serial: AS0743330607
> device.type: ups
> driver.name: usbhid-ups
> driver.parameter.bus: 000
> driver.parameter.pollfreq: 30
> driver.parameter.pollinterval: 2
> driver.parameter.port: auto
> driver.parameter.product: Smart-UPS 1500 RM FW:667.18.I USB FW:7.3
> driver.parameter.productid: 0002
> driver.parameter.serial: AS0743330607
> driver.parameter.synchronous: no
> driver.parameter.vendor: American Power Conversion
> driver.parameter.vendorid: 051D
> driver.version: 2.7.4
> driver.version.data: APC HID 0.96
> driver.version.internal: 0.41
> input.sensitivity: high
> input.transfer.high: 253
> input.transfer.low: 208
> input.voltage: 230.4
> output.current: 0.23
> output.frequency: 50.0
> output.voltage: 231.8
> output.voltage.nominal: 230.0
> ups.beeper.status: enabled
> ups.delay.shutdown: 20
> ups.delay.start: 30
> ups.firmware: 667.18.I
> ups.firmware.aux: 7.3
> ups.load: 5.2
> ups.mfr: American Power Conversion
> ups.mfr.date: 2007/10/23
> ups.model: Smart-UPS 1500 RM
> ups.productid: 0002
> ups.serial: AS0743330607
> ups.status: OL
> ups.test.result: No test initiated
> ups.timer.reboot: -1
> ups.timer.shutdown: -1
> ups.timer.start: -1
> ups.vendorid: 051d

OpenBSD 6.8 (GENERIC.MP) #4: Mon Jan 11 10:35:56 MST 2021
    
r...@syspatch-68-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 34224320512 (32638MB)
avail mem = 33172054016 (31635MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.0 @ 0xec9b0 (74 entries)
bios0: vendor American Megatrends Inc. version "3.1" date 06/07/2018
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT SPMI MCFG UEFI HPET MSCT NFIT SLIT SRAT 
WDDT SSDT NITR SSDT SSDT PRAD DMAR HEST BERT ERST EINJ
acpi0: wakeup devices IP2P(S4) EHC1(S4) EHC2(S4) RP01(S4) RP02(S4) RP03(S4) 
RP04(S4) RP05(S4) RP06(S4) RP07(S4) RP08(S4) BR1B(S4) BR3A(S4) BR3B(S4) 
BR3C(S4) BR3D(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.27 MHz, 06-4f-01
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,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 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu2: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu3: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 8 (application processor)
cpu4: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.02 MHz, 06-4f-01
cpu4: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 0, core 4, package 0
cpu5 at mainbus0: apid 10 (application processor)
cpu5: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu5: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 0, core 5, package 0
cpu6 at mainbus0: apid 12 (application processor)
cpu6: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu6: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 0, core 6, package 0
cpu7 at mainbus0: apid 14 (application processor)
cpu7: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu7: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 0, core 7, package 0
cpu8 at mainbus0: apid 16 (application processor)
cpu8: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2099.68 MHz, 06-4f-01
cpu8: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu8: 256KB 64b/line 8-way L2 cache
cpu8: smt 0, core 0, package 1
cpu9 at mainbus0: apid 18 (application processor)
cpu9: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu9: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu9: 256KB 64b/line 8-way L2 cache
cpu9: smt 0, core 1, package 1
cpu10 at mainbus0: apid 20 (application processor)
cpu10: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu10: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu10: 256KB 64b/line 8-way L2 cache
cpu10: smt 0, core 2, package 1
cpu11 at mainbus0: apid 22 (application processor)
cpu11: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu11: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu11: 256KB 64b/line 8-way L2 cache
cpu11: disabling user TSC (skew=240)
cpu11: smt 0, core 3, package 1
cpu12 at mainbus0: apid 24 (application processor)
cpu12: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu12: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu12: 256KB 64b/line 8-way L2 cache
cpu12: smt 0, core 4, package 1
cpu13 at mainbus0: apid 26 (application processor)
cpu13: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu13: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu13: 256KB 64b/line 8-way L2 cache
cpu13: smt 0, core 5, package 1
cpu14 at mainbus0: apid 28 (application processor)
cpu14: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu14: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu14: 256KB 64b/line 8-way L2 cache
cpu14: smt 0, core 6, package 1
cpu15 at mainbus0: apid 30 (application processor)
cpu15: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz, 2100.01 MHz, 06-4f-01
cpu15: 
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,SMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,DCA,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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,RDSEED,ADX,SMAP,PT,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu15: 256KB 64b/line 8-way L2 cache
cpu15: smt 0, core 7, package 1
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 2 pa 0xfec01000, version 20, 24 pins
ioapic2 at mainbus0: apid 3 pa 0xfec40000, version 20, 24 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0x80000000, bus 0-255
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 255 (UNC1)
acpiprt1 at acpi0: bus 127 (UNC0)
acpiprt2 at acpi0: bus 0 (PCI0)
acpiprt3 at acpi0: bus 5 (RP05)
acpiprt4 at acpi0: bus 6 (BR6F)
acpiprt5 at acpi0: bus 3 (BR3A)
acpiprt6 at acpi0: bus 1 (BR1A)
acpiprt7 at acpi0: bus 2 (BR2A)
acpiprt8 at acpi0: bus -1 (BR2B)
acpiprt9 at acpi0: bus -1 (BR2C)
acpiprt10 at acpi0: bus -1 (BR2D)
acpiprt11 at acpi0: bus 128 (PCI1)
acpiprt12 at acpi0: bus -1 (QR2A)
acpiprt13 at acpi0: bus -1 (QR2C)
acpiprt14 at acpi0: bus -1 (QR3A)
acpiprt15 at acpi0: bus -1 (QR3C)
acpipci0 at acpi0 UNC1: 0x00000010 0x00000011 0x00000000
acpipci1 at acpi0 UNC0: 0x00000010 0x00000011 0x00000000
"ACPI0004" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0004" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
"ACPI0007" at acpi0 not configured
acpipci2 at acpi0 PCI0: 0x00000010 0x00000011 0x00000000
"PNP0003" at acpi0 not configured
acpicmos0 at acpi0
"IPI0001" at acpi0 not configured
acpipci3 at acpi0 PCI1: 0x00000010 0x00000011 0x00000000
acpibtn0 at acpi0: PWRB
"PNP0C33" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"ACPI000D" at acpi0 not configured
acpicpu0 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu1 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu2 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu3 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu4 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu5 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu6 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu7 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu8 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu9 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu10 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu11 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu12 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu13 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu14 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
acpicpu15 at acpi0: C2(350@41 mwait.3@0x20), C1(1016@1 mwait.1), PSS
ipmi at mainbus0 not configured
cpu0: using VERW MDS workaround (except on vmm entry)
cpu0: Enhanced SpeedStep 2100 MHz: speeds: 2101, 2100, 2000, 1900, 1800, 1700, 
1600, 1500, 1400, 1300, 1200 MHz
pci0 at mainbus0 bus 255
255:30:3: io address conflict 0x14/0x4
vendor "Intel", unknown product 0x6f80 (class system subclass miscellaneous, 
rev 0x01) at pci0 dev 8 function 0 not configured
vendor "Intel", unknown product 0x6f32 (class DASP subclass Time and Frequency, 
rev 0x01) at pci0 dev 8 function 2 not configured
vendor "Intel", unknown product 0x6f83 (class system subclass miscellaneous, 
rev 0x01) at pci0 dev 8 function 3 not configured
vendor "Intel", unknown product 0x6f90 (class system subclass miscellaneous, 
rev 0x01) at pci0 dev 9 function 0 not configured
vendor "Intel", unknown product 0x6f33 (class DASP subclass Time and Frequency, 
rev 0x01) at pci0 dev 9 function 2 not configured
vendor "Intel", unknown product 0x6f93 (class system subclass miscellaneous, 
rev 0x01) at pci0 dev 9 function 3 not configured
"Intel Xeon-D QPI Link" rev 0x01 at pci0 dev 11 function 0 not configured
"Intel Xeon-D QPI Link" rev 0x01 at pci0 dev 11 function 1 not configured
"Intel Xeon-D QPI Link" rev 0x01 at pci0 dev 11 function 2 not configured
"Intel Xeon-D QPI Debug" rev 0x01 at pci0 dev 11 function 3 not configured
"Intel Xeon-D Cache" rev 0x01 at pci0 dev 12 function 0 not configured
"Intel Xeon-D Cache" rev 0x01 at pci0 dev 12 function 1 not configured
"Intel Xeon-D Cache" rev 0x01 at pci0 dev 12 function 2 not configured
"Intel Xeon-D Cache" rev 0x01 at pci0 dev 12 function 3 not configured
"Intel E5 v4 Cache" rev 0x01 at pci0 dev 12 function 4 not configured
"Intel E5 v4 Cache" rev 0x01 at pci0 dev 12 function 5 not configured
vendor "Intel", unknown product 0x6fe6 (class system subclass miscellaneous, 
rev 0x01) at pci0 dev 12 function 6 not configured
vendor "Intel", unknown product 0x6fe7 (class system subclass miscellaneous, 
rev 0x01) at pci0 dev 12 function 7 not configured
"Intel Xeon-D Cache" rev 0x01 at pci0 dev 15 function 0 not configured
"Intel E5 v4 Cache" rev 0x01 at pci0 dev 15 function 1 not configured
"Intel Xeon-D Cache" rev 0x01 at pci0 dev 15 function 4 not configured
"Intel Xeon-D Cache" rev 0x01 at pci0 dev 15 function 5 not configured
"Intel Xeon-D Cache" rev 0x01 at pci0 dev 15 function 6 not configured
"Intel Xeon-D PCIE" rev 0x01 at pci0 dev 16 function 0 not configured
"Intel E5 v4 R2PCIe Agent" rev 0x01 at pci0 dev 16 function 1 not configured
"Intel Xeon-D Ubox" rev 0x01 at pci0 dev 16 function 5 not configured
"Intel Xeon-D Ubox" rev 0x01 at pci0 dev 16 function 6 not configured
"Intel Xeon-D Ubox" rev 0x01 at pci0 dev 16 function 7 not configured
"Intel Xeon-D Home Agent" rev 0x01 at pci0 dev 18 function 0 not configured
"Intel Xeon-D Home Agent" rev 0x01 at pci0 dev 18 function 1 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 0 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 1 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 2 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 3 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 4 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 5 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 6 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 19 function 7 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 0 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 1 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 2 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 3 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 4 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 5 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 6 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 20 function 7 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 21 function 0 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 21 function 1 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 21 function 2 not configured
"Intel Xeon-D Memory" rev 0x01 at pci0 dev 21 function 3 not configured
"Intel E5 v4 RAS" rev 0x01 at pci0 dev 22 function 0 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 22 function 6 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 22 function 7 not configured
"Intel E5 v4 Thermal" rev 0x01 at pci0 dev 23 function 0 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 23 function 4 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 23 function 5 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 23 function 6 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci0 dev 23 function 7 not configured
"Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 0 not configured
"Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 1 not configured
"Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 2 not configured
"Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 3 not configured
"Intel Xeon-D PCU" rev 0x01 at pci0 dev 30 function 4 not configured
"Intel Xeon-D PCU" rev 0x01 at pci0 dev 31 function 0 not configured
"Intel Xeon-D PCU" rev 0x01 at pci0 dev 31 function 2 not configured
pci1 at mainbus0 bus 127
127:30:3: io address conflict 0x14/0x4
vendor "Intel", unknown product 0x6f80 (class system subclass miscellaneous, 
rev 0x01) at pci1 dev 8 function 0 not configured
vendor "Intel", unknown product 0x6f32 (class DASP subclass Time and Frequency, 
rev 0x01) at pci1 dev 8 function 2 not configured
vendor "Intel", unknown product 0x6f83 (class system subclass miscellaneous, 
rev 0x01) at pci1 dev 8 function 3 not configured
vendor "Intel", unknown product 0x6f90 (class system subclass miscellaneous, 
rev 0x01) at pci1 dev 9 function 0 not configured
vendor "Intel", unknown product 0x6f33 (class DASP subclass Time and Frequency, 
rev 0x01) at pci1 dev 9 function 2 not configured
vendor "Intel", unknown product 0x6f93 (class system subclass miscellaneous, 
rev 0x01) at pci1 dev 9 function 3 not configured
"Intel Xeon-D QPI Link" rev 0x01 at pci1 dev 11 function 0 not configured
"Intel Xeon-D QPI Link" rev 0x01 at pci1 dev 11 function 1 not configured
"Intel Xeon-D QPI Link" rev 0x01 at pci1 dev 11 function 2 not configured
"Intel Xeon-D QPI Debug" rev 0x01 at pci1 dev 11 function 3 not configured
"Intel Xeon-D Cache" rev 0x01 at pci1 dev 12 function 0 not configured
"Intel Xeon-D Cache" rev 0x01 at pci1 dev 12 function 1 not configured
"Intel Xeon-D Cache" rev 0x01 at pci1 dev 12 function 2 not configured
"Intel Xeon-D Cache" rev 0x01 at pci1 dev 12 function 3 not configured
"Intel E5 v4 Cache" rev 0x01 at pci1 dev 12 function 4 not configured
"Intel E5 v4 Cache" rev 0x01 at pci1 dev 12 function 5 not configured
vendor "Intel", unknown product 0x6fe6 (class system subclass miscellaneous, 
rev 0x01) at pci1 dev 12 function 6 not configured
vendor "Intel", unknown product 0x6fe7 (class system subclass miscellaneous, 
rev 0x01) at pci1 dev 12 function 7 not configured
"Intel Xeon-D Cache" rev 0x01 at pci1 dev 15 function 0 not configured
"Intel E5 v4 Cache" rev 0x01 at pci1 dev 15 function 1 not configured
"Intel Xeon-D Cache" rev 0x01 at pci1 dev 15 function 4 not configured
"Intel Xeon-D Cache" rev 0x01 at pci1 dev 15 function 5 not configured
"Intel Xeon-D Cache" rev 0x01 at pci1 dev 15 function 6 not configured
"Intel Xeon-D PCIE" rev 0x01 at pci1 dev 16 function 0 not configured
"Intel E5 v4 R2PCIe Agent" rev 0x01 at pci1 dev 16 function 1 not configured
"Intel Xeon-D Ubox" rev 0x01 at pci1 dev 16 function 5 not configured
"Intel Xeon-D Ubox" rev 0x01 at pci1 dev 16 function 6 not configured
"Intel Xeon-D Ubox" rev 0x01 at pci1 dev 16 function 7 not configured
"Intel Xeon-D Home Agent" rev 0x01 at pci1 dev 18 function 0 not configured
"Intel Xeon-D Home Agent" rev 0x01 at pci1 dev 18 function 1 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 19 function 0 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 19 function 1 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 19 function 2 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 19 function 3 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 19 function 4 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 19 function 5 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 19 function 6 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 19 function 7 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 20 function 0 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 20 function 1 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 20 function 2 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 20 function 3 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 20 function 4 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 20 function 5 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 20 function 6 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 20 function 7 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 21 function 0 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 21 function 1 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 21 function 2 not configured
"Intel Xeon-D Memory" rev 0x01 at pci1 dev 21 function 3 not configured
"Intel E5 v4 RAS" rev 0x01 at pci1 dev 22 function 0 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci1 dev 22 function 6 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci1 dev 22 function 7 not configured
"Intel E5 v4 Thermal" rev 0x01 at pci1 dev 23 function 0 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci1 dev 23 function 4 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci1 dev 23 function 5 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci1 dev 23 function 6 not configured
"Intel E5 v4 DDRIO" rev 0x01 at pci1 dev 23 function 7 not configured
"Intel Xeon-D PCU" rev 0x01 at pci1 dev 30 function 0 not configured
"Intel Xeon-D PCU" rev 0x01 at pci1 dev 30 function 1 not configured
"Intel Xeon-D PCU" rev 0x01 at pci1 dev 30 function 2 not configured
"Intel Xeon-D PCU" rev 0x01 at pci1 dev 30 function 3 not configured
"Intel Xeon-D PCU" rev 0x01 at pci1 dev 30 function 4 not configured
"Intel Xeon-D PCU" rev 0x01 at pci1 dev 31 function 0 not configured
"Intel Xeon-D PCU" rev 0x01 at pci1 dev 31 function 2 not configured
pci2 at mainbus0 bus 0
pchb0 at pci2 dev 0 function 0 "Intel Xeon-D Host" rev 0x01
ppb0 at pci2 dev 1 function 0 "Intel Xeon-D PCIE" rev 0x01: msi
pci3 at ppb0 bus 1
em0 at pci3 dev 0 function 0 "Intel I350" rev 0x01: msi, address 
ac:1f:6b:48:c6:08
em1 at pci3 dev 0 function 1 "Intel I350" rev 0x01: msi, address 
ac:1f:6b:48:c6:09
ppb1 at pci2 dev 2 function 0 "Intel Xeon-D PCIE" rev 0x01: msi
pci4 at ppb1 bus 2
nvme0 at pci4 dev 0 function 0 "Intel NVMe" rev 0x02: msix, NVMe 1.0
nvme0: INTEL SSDPEDMX012T7, firmware MDV10290, serial CVPF738500M61P2JGN
scsibus1 at nvme0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <NVMe, INTEL SSDPEDMX01, MDV1>
sd0: 1144641MB, 512 bytes/sector, 2344225968 sectors
ppb2 at pci2 dev 3 function 0 "Intel Xeon-D PCIE" rev 0x01: msi
pci5 at ppb2 bus 3
"Intel E5 v4 DMA" rev 0x01 at pci2 dev 4 function 0 not configured
"Intel E5 v4 DMA" rev 0x01 at pci2 dev 4 function 1 not configured
"Intel E5 v4 DMA" rev 0x01 at pci2 dev 4 function 2 not configured
"Intel E5 v4 DMA" rev 0x01 at pci2 dev 4 function 3 not configured
"Intel E5 v4 DMA" rev 0x01 at pci2 dev 4 function 4 not configured
"Intel E5 v4 DMA" rev 0x01 at pci2 dev 4 function 5 not configured
"Intel E5 v4 DMA" rev 0x01 at pci2 dev 4 function 6 not configured
"Intel E5 v4 DMA" rev 0x01 at pci2 dev 4 function 7 not configured
"Intel Xeon-D Address Map" rev 0x01 at pci2 dev 5 function 0 not configured
"Intel Xeon-D Hot Plug" rev 0x01 at pci2 dev 5 function 1 not configured
"Intel Xeon-D RAS" rev 0x01 at pci2 dev 5 function 2 not configured
"Intel Xeon-D I/O APIC" rev 0x01 at pci2 dev 5 function 4 not configured
"Intel C610 MS SPSR" rev 0x05 at pci2 dev 17 function 0 not configured
ahci0 at pci2 dev 17 function 4 "Intel C610 AHCI" rev 0x05: msi, AHCI 1.3
scsibus2 at ahci0: 32 targets
xhci0 at pci2 dev 20 function 0 "Intel C610 xHCI" rev 0x05: 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
"Intel C610 MEI" rev 0x05 at pci2 dev 22 function 0 not configured
"Intel C610 MEI" rev 0x05 at pci2 dev 22 function 1 not configured
ehci0 at pci2 dev 26 function 0 "Intel C610 USB" rev 0x05: apic 1 int 18
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 
addr 1
ppb3 at pci2 dev 28 function 0 "Intel C610 PCIE" rev 0xd5
pci6 at ppb3 bus 4
ppb4 at pci2 dev 28 function 4 "Intel C610 PCIE" rev 0xd5: msi
pci7 at ppb4 bus 5
ppb5 at pci7 dev 0 function 0 "ASPEED Technology AST1150 PCI" rev 0x03
pci8 at ppb5 bus 6
vga1 at pci8 dev 0 function 0 "ASPEED Technology AST2000" rev 0x30
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
ehci1 at pci2 dev 29 function 0 "Intel C610 USB" rev 0x05: apic 1 int 18
usb2 at ehci1: USB revision 2.0
uhub2 at usb2 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 
addr 1
pcib0 at pci2 dev 31 function 0 "Intel C610 LPC" rev 0x05
ahci1 at pci2 dev 31 function 2 "Intel C610 AHCI" rev 0x05: msi, AHCI 1.3
ahci1: port 0: 6.0Gb/s
ahci1: port 1: 6.0Gb/s
scsibus3 at ahci1: 32 targets
sd1 at scsibus3 targ 0 lun 0: <ATA, INTEL SSDSC2KB24, XCV1> naa.55cd2e41503ffbab
sd1: 228936MB, 512 bytes/sector, 468862128 sectors, thin
sd2 at scsibus3 targ 1 lun 0: <ATA, INTEL SSDSC2KB24, XCV1> naa.55cd2e41508029db
sd2: 228936MB, 512 bytes/sector, 468862128 sectors, thin
ichiic0 at pci2 dev 31 function 3 "Intel C610 SMBus" rev 0x05: apic 1 int 18
iic0 at ichiic0
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
pci9 at mainbus0 bus 128
"Intel E5 v4 DMA" rev 0x01 at pci9 dev 4 function 0 not configured
"Intel E5 v4 DMA" rev 0x01 at pci9 dev 4 function 1 not configured
"Intel E5 v4 DMA" rev 0x01 at pci9 dev 4 function 2 not configured
"Intel E5 v4 DMA" rev 0x01 at pci9 dev 4 function 3 not configured
"Intel E5 v4 DMA" rev 0x01 at pci9 dev 4 function 4 not configured
"Intel E5 v4 DMA" rev 0x01 at pci9 dev 4 function 5 not configured
"Intel E5 v4 DMA" rev 0x01 at pci9 dev 4 function 6 not configured
"Intel E5 v4 DMA" rev 0x01 at pci9 dev 4 function 7 not configured
"Intel Xeon-D Address Map" rev 0x01 at pci9 dev 5 function 0 not configured
"Intel Xeon-D Hot Plug" rev 0x01 at pci9 dev 5 function 1 not configured
"Intel Xeon-D RAS" rev 0x01 at pci9 dev 5 function 2 not configured
"Intel Xeon-D I/O APIC" rev 0x01 at pci9 dev 5 function 4 not configured
vmm0 at mainbus0: VMX/EPT
uhidev0 at uhub0 port 3 configuration 1 interface 0 "Tangtop USB CAT5" rev 
1.10/0.01 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev1 at uhub0 port 3 configuration 1 interface 1 "Tangtop USB CAT5" rev 
1.10/0.01 addr 2
uhidev1: iclass 3/1
ums0 at uhidev1: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
uhub3 at uhub0 port 13 configuration 1 interface 0 "ATEN International product 
0x7000" rev 2.00/0.00 addr 3
uhidev2 at uhub3 port 1 configuration 1 interface 0 "ATEN International product 
0x2419" rev 1.10/1.00 addr 4
uhidev2: iclass 3/1
ukbd1 at uhidev2: 8 variable keys, 6 key codes
wskbd1 at ukbd1 mux 1
wskbd1: connecting to wsdisplay0
uhidev3 at uhub3 port 1 configuration 1 interface 1 "ATEN International product 
0x2419" rev 1.10/1.00 addr 4
uhidev3: iclass 3/1
ums1 at uhidev3: 3 buttons, Z dir
wsmouse1 at ums1 mux 0
uhub4 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 
2.00/0.05 addr 2
uhub5 at uhub2 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 
2.00/0.05 addr 2
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
sd3 at scsibus5 targ 1 lun 0: <OPENBSD, SR RAID 1, 006>
sd3: 228933MB, 512 bytes/sector, 468856433 sectors
root on sd3a (ee2d305bf6524cc7.a) swap on sd3b dump on sd3b
carp: carp2 demoted group carp by 1 to 129 (carpdev)
carp: carp2 demoted group lan by 1 to 1 (carpdev)
carp: carp2 demoted group int by 1 to 1 (carpdev)
carp2: state transition: INIT -> BACKUP
carp: carp2 demoted group carp by -1 to 128 (carpdev)
carp: carp2 demoted group lan by -1 to 0 (carpdev)
carp: carp2 demoted group int by -1 to 0 (carpdev)

Reply via email to