Hi Misc,

we bought two new Dell PowerEdges R740. Each System has 3 intel X770
based quadport sfp+ nics. Onboard are two further intel i350 based
sfp+ ports.

The firewalls are running OpenBSD 6.5 stable. To test lacp 802.3ad with
ix and ixl based interfaces I build two trunks which directly connect
the two systems:

+-------------+ trunk1 +-------------+
|          ix0|--------|ix0          |
|          ix1|--------|ix1          |
|  openbsd1   |        |   openbsd2  |
|         ixl1|--------|ixl1         |
|         ixl6|--------|ixl6         |
+-------------+ trunk2 +-------------+

fw1:
----
/etc/hostname.trunk1
up trunkport ix0 trunkport ix1 trunkproto lacp
lacpmode active lacptimeout fast
inet 10.0.0.1/30

/etc/hostname.trunk2
up trunkport ixl6 trunkport ixl1 trunkproto lacp
lacpmode active lacptimeout fast
inet 10.1.0.1/3

fw2:
----
/etc/hostname.trunk1
up trunkport ix0 trunkport ix1 trunkproto lacp
lacpmode active lacptimeout fast
inet 10.0.0.2/30

/etc/hostname.trunk2
up trunkport ixl6 trunkport ixl1 trunkproto lacp
lacpmode active lacptimeout fast
inet 10.1.0.2/3


Trunk1 with ix based ports behaved as expected. Disconnecting one of the
fibers to simulate a broken one or doing ifconfig ix0|ix1 down has not
disturbed the ping between the two firewalls. Futhermore doing an
ifconfig ix0|ix1 up brought that interface back to the trunk correctly.

The first impression with testing ixl based ports looked good.
Doing ifconfig ixl1|ixl6 down let trunk switching to the only one active
interface. But then checking the deactivated interface with
ifconfig ixl6 transceiver showed the following:

# ifconfig xl6 transceiver
ixl6: flags=8902<BROADCAST,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        lladdr f8:f2:1e:65:30:e0
        index 11 priority 0 llprio 3
        trunk: trunkdev trunk2
        media: Ethernet autoselect (10GbaseSR full-duplex)
        status: active
        transceiver: SFP LC, 850 nm, 80m OM2, 30m OM1, 300m OM3
        model: Intel Corp P.8596.02 rev A
        serial: F78Y3VQ, date: 2019-06-12
        voltage: 3.33 V, bias current: 5.64 mA
        temp: 29.80 C (low -10.00 C, high 90.00 C)
        tx: -3.88 dBm (low -9.30 dBm, high 1.00 dBm)
        rx: -3.40 dBm (low -13.10 dBm, high 1.00 dBm)

Hmm, okey the status is still active. But tcpdump didnt recognized any
packets on that device. Then i tried to reactivate ixl6 with
ifconfig ixl6 up:

# ifconfig ixl6 transceiver
ixl6: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu
1500
        lladdr f8:f2:1e:65:30:e0
        index 11 priority 0 llprio 3
        trunk: trunkdev trunk2
        media: Ethernet autoselect (10GbaseSR full-duplex)
        status: active
        transceiver: SFP LC, 850 nm, 80m OM2, 30m OM1, 300m OM3
        model: Intel Corp P.8596.02 rev A
        serial: F78Y3VQ, date: 2019-06-12
        voltage: 3.33 V, bias current: 5.56 mA
        temp: 28.34 C (low -10.00 C, high 90.00 C)
        tx: -3.95 dBm (low -9.30 dBm, high 1.00 dBm)
        rx: -3.39 dBm (low -13.10 dBm, high 1.00 dBm)

The UP flag is set but trunk2 had some problems. The lacp_state actor,
partner and status was switching beween different states:

<snip>
trunkport ixl6 lacp_state actor activity,timeout,aggregation,defaulted
trunkport ixl6 lacp_state partner aggregation,sync,collecting,
distributing
trunkport ixl6
...
trunkport ixl6 lacp_state actor activity,timeout,aggregation,expired
trunkport ixl6 lacp_state partner activity,timeout,aggregation,
collecting,distributing,defaulted
trunkport ixl6 active
...
trunkport ixl6 lacp_state actor activity,timeout,aggregation,sync,
collecting,distributing,defaulted
trunkport ixl6 lacp_state partner aggregation,sync,collecting,
distributing
trunkport ixl6 collecting,distributing
...
trunkport ixl6 lacp_state actor activity,timeout,aggregation,sync,
collecting,distributing,defaulted
trunkport ixl6 lacp_state partner aggregation,sync,collecting,
distributing
trunkport ixl6 collecting,distributing
<snap>

I was not able get the trunk fully functional. Only a reboot could
solved this issue.
Furthermore simulating a broken fiber by pulling it out showed a
different behavior. By plugging out the fiber of ixl6 the interface
status changed correctly to status: no carrier. By plugging
it back the interface status change back to status: active. And the
trunk uses both trunkports correctly, good!

I also tested this setup with two switches, which are configured as a
mlag (multi chassis link aggregation) running Cumulus Linux. We
want to use mlag to do lacp without the need for stacking.

+-------------+     +-------------- +
| openbsd ixl6|-----| cumulus linux |
|     1   ixl1|\   /|   switch 1    |
+-------------+ \ / +-----------++--+
                 /              || mlag
+-------------+ / \ +-----------++--+
| openbsd ixl6|/   \| cumulus linux |
|     2   ixl1|-----|   switch 2    |
+-------------+     +---------------+

Trunks configured with ix ports behaved stable. Switch reboots,
plugging out fibers etc. didnt harm anything. Switching to ixl based
trunks changed the behavior. Here we ran into serious trouble. Mostly a
switch reboot ended up in a broken setup while the switch reboots.

The ixl driver first appeared in OpenBSD 6.5. Perhaps there is a
problem with this driver or with the firmware of the nics?

Any advice?

Many thanx in advance,

Joerg

# uname -a
OpenBSD  6.5 GENERIC.MP#2 amd64

# pfclt -d

dmesg output (sorry for missing line brakes)

<snip>
us 100 (PC02)
acpiprt27 at acpi0: bus 101 (BR2A)
acpiprt28 at acpi0: bus -1 (BR2B)
acpiprt29 at acpi0: bus 102 (BR2C)
acpiprt30 at acpi0: bus -1 (BR2D)
acpiprt31 at acpi0: bus 178 (PC03)
acpiprt32 at acpi0: bus 179 (BR3A)
acpiprt33 at acpi0: bus -1 (BR3B)
acpiprt34 at acpi0: bus 180 (BR3C)
acpiprt35 at acpi0: bus -1 (BR3D)
acpiprt36 at acpi0: bus -1 (MCP0)
acpiprt37 at acpi0: bus -1 (MCP1)
acpiprt38 at acpi0: bus -1 (QRP0)
acpiprt39 at acpi0: bus -1 (QR1A)
acpiprt40 at acpi0: bus -1 (QR1B)
acpiprt41 at acpi0: bus -1 (QR1C)
acpiprt42 at acpi0: bus -1 (QR1D)
acpiprt43 at acpi0: bus -1 (QR2A)
acpiprt44 at acpi0: bus -1 (QR2B)
acpiprt45 at acpi0: bus -1 (QR2C)
acpiprt46 at acpi0: bus -1 (QR2D)
acpiprt47 at acpi0: bus -1 (QR3A)
acpiprt48 at acpi0: bus -1 (QR3B)
acpiprt49 at acpi0: bus -1 (QR3C)
acpiprt50 at acpi0: bus -1 (QR3D)
acpiprt51 at acpi0: bus -1 (MCP2)
acpiprt52 at acpi0: bus -1 (MCP3)
acpiprt53 at acpi0: bus -1 (RRP0)
acpiprt54 at acpi0: bus -1 (RR1A)
acpiprt55 at acpi0: bus -1 (RR1B)
acpiprt56 at acpi0: bus -1 (RR1C)
acpiprt57 at acpi0: bus -1 (RR1D)
acpiprt58 at acpi0: bus -1 (RR2A)
acpiprt59 at acpi0: bus -1 (RR2B)
acpiprt60 at acpi0: bus -1 (RR2C)
acpiprt61 at acpi0: bus -1 (RR2D)
acpiprt62 at acpi0: bus -1 (RR3A)
acpiprt63 at acpi0: bus -1 (RR3B)
acpiprt64 at acpi0: bus -1 (RR3C)
acpiprt65 at acpi0: bus -1 (RR3D)
acpiprt66 at acpi0: bus -1 (MCP4)
acpiprt67 at acpi0: bus -1 (MCP5)
acpiprt68 at acpi0: bus -1 (SRP0)
acpiprt69 at acpi0: bus -1 (SR1A)
acpiprt70 at acpi0: bus -1 (SR1B)
acpiprt71 at acpi0: bus -1 (SR1C)
acpiprt72 at acpi0: bus -1 (SR1D)
acpiprt73 at acpi0: bus -1 (SR2A)
acpiprt74 at acpi0: bus -1 (SR2B)
acpiprt75 at acpi0: bus -1 (SR2C)
acpiprt76 at acpi0: bus -1 (SR2D)
acpiprt77 at acpi0: bus -1 (SR3A)
acpiprt78 at acpi0: bus -1 (SR3B)
acpiprt79 at acpi0: bus -1 (SR3C)
acpiprt80 at acpi0: bus -1 (SR3D)
acpiprt81 at acpi0: bus -1 (MCP6)
acpiprt82 at acpi0: bus -1 (MCP7)
acpicpu0 at acpi0: C1(1000@1 mwait.1)
acpicpu1 at acpi0: C1(1000@1 mwait.1)
acpicpu2 at acpi0: C1(1000@1 mwait.1)
acpicpu3 at acpi0: C1(1000@1 mwait.1)
acpicpu4 at acpi0: C1(1000@1 mwait.1)
acpicpu5 at acpi0: C1(1000@1 mwait.1)
acpicpu6 at acpi0: C1(1000@1 mwait.1)
acpicpu7 at acpi0: C1(1000@1 mwait.1)
"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
"PNP0C33" at acpi0 not configured
acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001
"PNP0003" at acpi0 not configured
acpicmos0 at acpi0
"IPI0001" at acpi0 not configured
acpipci1 at acpi0 PC01: 0x00000000 0x00000011 0x00000001
acpipci2 at acpi0 PC02: 0x00000000 0x00000011 0x00000001
acpipci3 at acpi0 PC03: 0x00000000 0x00000011 0x00000001
"PNP0C14" at acpi0 not configured
"INTL0000" at acpi0 not configured
ipmi at mainbus0 not configured
cpu0: using VERW MDS workaround
pci0 at mainbus0 bus 0
0:31:5: mem address conflict 0xfe010000/0x1000
pchb0 at pci0 dev 0 function 0 vendor "Intel", unknown product 0x2020 rev 0x04
vendor "Intel", unknown product 0x2024 (class system subclass miscellaneous, rev
0x04) at pci0 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2025 (class system subclass miscellaneous, rev
0x04) at pci0 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2026 (class system subclass interrupt, rev
0x04) at pci0 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2014 (class system subclass miscellaneous, rev
0x04) at pci0 dev 8 function 0 not configured
vendor "Intel", unknown product 0x2015 (class DASP subclass Time and Frequency,
rev 0x04) at pci0 dev 8 function 1 not configured
vendor "Intel", unknown product 0x2016 (class system subclass miscellaneous, rev
0x04) at pci0 dev 8 function 2 not configured
"Intel C620 MROM" rev 0x09 at pci0 dev 17 function 0 not configured
ahci0 at pci0 dev 17 function 5 "Intel C620 AHCI" rev 0x09: msi, AHCI 1.3.1
scsibus1 at ahci0: 32 targets
xhci0 at pci0 dev 20 function 0 "Intel C620 xHCI" rev 0x09: 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 C620 Thermal" rev 0x09 at pci0 dev 20 function 2 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 0 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 1 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 4 not configured
ahci1 at pci0 dev 23 function 0 "Intel C620 AHCI" rev 0x09: msi, AHCI 1.3.1
scsibus2 at ahci1: 32 targets
ppb0 at pci0 dev 28 function 0 "Intel C620 PCIE" rev 0xf9: msi
pci1 at ppb0 bus 1
em0 at pci1 dev 0 function 0 "Intel I350" rev 0x01: msi, address 
e4:43:4b:30:7d:54
em1 at pci1 dev 0 function 1 "Intel I350" rev 0x01: msi, address 
e4:43:4b:30:7d:55
ppb1 at pci0 dev 28 function 4 "Intel C620 PCIE" rev 0xf9: msi
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 unknown vendor 0x1556 product 0xbe00 rev 0x02
pci3 at ppb2 bus 3
vga1 at pci3 dev 0 function 0 vendor "Matrox", unknown product 0x0536 rev 0x04
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 31 function 0 "Intel C621 LPC" rev 0x09
"Intel C620 Power" rev 0x09 at pci0 dev 31 function 2 not configured
"Intel C620 SMBus" rev 0x09 at pci0 dev 31 function 4 not configured
"Intel C620 SPI" rev 0x09 at pci0 dev 31 function 5 not configured
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
pci4 at mainbus0 bus 22
22:2:0: bridge io address conflict 0x4000/0x1000
ppb3 at pci4 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci5 at ppb3 bus 23
23:0:0: mem address conflict 0xfff80000/0x80000
23:0:1: mem address conflict 0xfff80000/0x80000
ixl0 at pci5 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:68:4d:70
ixl1 at pci5 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:68:4d:71
ppb4 at pci4 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04
pci6 at ppb4 bus 24
24:0:0: io address conflict 0x4020/0x20
24:0:0: mem address conflict 0xfff80000/0x80000
24:0:1: io address conflict 0x4000/0x20
24:0:1: mem address conflict 0xfff80000/0x80000
ix0 at pci6 dev 0 function 0 "Intel 82599" rev 0x01: msi, address 
e4:43:4b:30:7d:50
ix1 at pci6 dev 0 function 1 "Intel 82599" rev 0x01: msi, address 
e4:43:4b:30:7d:52
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci4 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci4 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci4 dev 5 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 3 not configured
vendor "Intel", unknown product 0x2054 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 0 not configured
vendor "Intel", unknown product 0x2055 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 1 not configured
vendor "Intel", unknown product 0x2056 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 2 not configured
vendor "Intel", unknown product 0x2057 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 3 not configured
vendor "Intel", unknown product 0x2080 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 0 not configured
vendor "Intel", unknown product 0x2081 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 1 not configured
vendor "Intel", unknown product 0x2082 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 2 not configured
vendor "Intel", unknown product 0x2083 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 3 not configured
vendor "Intel", unknown product 0x2084 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 4 not configured
vendor "Intel", unknown product 0x2085 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 5 not configured
vendor "Intel", unknown product 0x2086 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 6 not configured
pci7 at mainbus0 bus 100
ppb5 at pci7 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci8 at ppb5 bus 101
101:0:0: mem address conflict 0xfff80000/0x80000
101:0:1: mem address conflict 0xfff80000/0x80000
101:0:2: mem address conflict 0xfff80000/0x80000
101:0:3: mem address conflict 0xfff80000/0x80000
ixl2 at pci8 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:60
ixl3 at pci8 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:61
ixl4 at pci8 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:62
ixl5 at pci8 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:63
ppb6 at pci7 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04
pci9 at ppb6 bus 102
102:0:0: mem address conflict 0xfff00000/0x100000
mfii0 at pci9 dev 0 function 0 "Symbios Logic MegaRAID SAS3508" rev 0x01: msi
mfii0: "PERC H740P Mini ", firmware 50.5.0-1750, 8192MB cache
scsibus3 at mfii0: 64 targets
sd0 at scsibus3 targ 0 lun 0: <DELL, PERC H740P Mini, 5.05> SCSI3 0/direct fixed
naa.64cd98f07028c90024ba5c9db8f131ba
sd0: 285568MB, 512 bytes/sector, 584843264 sectors
scsibus4 at mfii0: 256 targets
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci7 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci7 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci7 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2066 (class system subclass miscellaneous, rev
0x04) at pci7 dev 8 function 0 not configured
vendor "Intel", unknown product 0x2066 (class system subclass miscellaneous, rev
0x04) at pci7 dev 9 function 0 not configured
vendor "Intel", unknown product 0x2040 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 0 not configured
vendor "Intel", unknown product 0x2041 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 1 not configured
vendor "Intel", unknown product 0x2042 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 2 not configured
vendor "Intel", unknown product 0x2043 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 3 not configured
vendor "Intel", unknown product 0x2044 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 4 not configured
vendor "Intel", unknown product 0x2045 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 5 not configured
vendor "Intel", unknown product 0x2046 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 6 not configured
vendor "Intel", unknown product 0x2047 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 7 not configured
vendor "Intel", unknown product 0x2048 (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 0 not configured
vendor "Intel", unknown product 0x2049 (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 1 not configured
vendor "Intel", unknown product 0x204a (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 2 not configured
vendor "Intel", unknown product 0x204b (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 3 not configured
vendor "Intel", unknown product 0x2040 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 0 not configured
vendor "Intel", unknown product 0x2041 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 1 not configured
vendor "Intel", unknown product 0x2042 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 2 not configured
vendor "Intel", unknown product 0x2043 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 3 not configured
vendor "Intel", unknown product 0x2044 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 4 not configured
vendor "Intel", unknown product 0x2045 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 5 not configured
vendor "Intel", unknown product 0x2046 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 6 not configured
vendor "Intel", unknown product 0x2047 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 7 not configured
vendor "Intel", unknown product 0x2048 (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 0 not configured
vendor "Intel", unknown product 0x2049 (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 1 not configured
vendor "Intel", unknown product 0x204a (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 2 not configured
vendor "Intel", unknown product 0x204b (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 3 not configured
pci10 at mainbus0 bus 178
ppb7 at pci10 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci11 at ppb7 bus 179
179:0:0: mem address conflict 0xfff80000/0x80000
179:0:1: mem address conflict 0xfff80000/0x80000
179:0:2: mem address conflict 0xfff80000/0x80000
179:0:3: mem address conflict 0xfff80000/0x80000
ixl6 at pci11 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e0
ixl7 at pci11 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e1
ixl8 at pci11 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e2
ixl9 at pci11 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e3
ppb8 at pci10 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04: 
msi
pci12 at ppb8 bus 180
180:0:0: mem address conflict 0xfff80000/0x80000
180:0:1: mem address conflict 0xfff80000/0x80000
180:0:2: mem address conflict 0xfff80000/0x80000
180:0:3: mem address conflict 0xfff80000/0x80000
ixl10 at pci12 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:80
ixl11 at pci12 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:81
ixl12 at pci12 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:82
ixl13 at pci12 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:83
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci10 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci10 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci10 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 14 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 14 function 1 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 15 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 15 function 1 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 16 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 16 function 1 not configured
vendor "Intel", unknown product 0x204c (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 0 not configured
vendor "Intel", unknown product 0x204d (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 1 not configured
vendor "Intel", unknown product 0x204e (class system subclass miscellaneous, rev
0x04) at pci10 dev 18 function 2 not configured
vendor "Intel", unknown product 0x204c (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 4 not configured
vendor "Intel", unknown product 0x204d (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 5 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 21 function 0 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 22 function 0 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 22 function 4 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 23 function 0 not configured
vmm0 at mainbus0: VMX/EPT
uhub1 at uhub0 port 9 configuration 1 interface 0 "Microchip Tech USB2742" rev
2.10/2.07 addr 2
uhub2 at uhub0 port 12 configuration 1 interface 0 "Genesys Logic USB2.0 Hub"
rev 2.00/7.02 addr 3
uhub3 at uhub2 port 1 configuration 1 interface 0 "Texas Instruments TUSB2046
hub" rev 1.10/1.25 addr 4
uhidev0 at uhub3 port 1 configuration 1 interface 0 "Dell Dell Premium USB
Optical Mouse" rev 2.00/0.09 addr 5
uhidev0: iclass 3/1
ums0 at uhidev0: 5 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub3 port 2 configuration 1 interface 0 "DELL Dell QuietKey
Keyboard" rev 1.10/1.01 addr 6
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev2 at uhub3 port 3 configuration 1 interface 0 "Justcom Technology USB KVM
Switch" rev 1.10/1.00 addr 7
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 3 configuration 1 interface 1 "Justcom Technology USB KVM
Switch" rev 1.10/1.00 addr 7
uhidev3: iclass 3/1
ums1 at uhidev3: 3 buttons, Z dir
wsmouse1 at ums1 mux 0
uhub4 at uhub0 port 14 configuration 1 interface 0 "vendor 0x1604 product
0x10c0" rev 2.00/0.00 addr 8
uhub5 at uhub4 port 1 configuration 1 interface 0 "vendor 0x1604 product 0x10c0"
rev 2.00/0.00 addr 9
uhub6 at uhub4 port 4 configuration 1 interface 0 "vendor 0x1604 product 0x10c0"
rev 2.00/0.00 addr 10
uhub7 at uhub0 port 18 configuration 1 interface 0 "Microchip Tech USB5742" rev
3.10/2.07 addr 11
vscsi0 at root
scsibus5 at vscsi0: 256 targets
softraid0 at root
scsibus6 at softraid0: 256 targets
root on sd0a (dcdc93eef85cda4c.a) swap on sd0b dump on sd0b
syncing disks... done
rebooting...
OpenBSD 6.5 (GENERIC.MP) #2: Tue Jul 23 23:38:56 CEST 2019
    
r...@syspatch-65-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 33770434560 (32205MB)
avail mem = 32737341440 (31220MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.2 @ 0x67236000 (75 entries)
bios0: vendor Dell Inc. version "2.2.11" date 06/13/2019
bios0: Dell Inc. PowerEdge R740
acpi0 at bios0: rev 2
acpi0: sleep states S0 S5
acpi0: tables DSDT FACP SSDT TPM2 SSDT MCEJ WDAT SLIC HPET APIC MCFG MIGT MSCT
PCAT PCCT RASF SLIT SRAT SVOS WSMT OEM4 SSDT SSDT SSDT SPCR DMAR HEST BERT ERST 
EINJ
acpi0: wakeup devices XHCI(S4) PXSX(S4) RP17(S4) PXSX(S4) RP18(S4) PXSX(S4)
RP19(S4) PXSX(S4) RP20(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4)
PXSX(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 2 (boot processor)
cpu0: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3692.09 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,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 1, 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.0.2, IBE
cpu1 at mainbus0: apid 10 (application processor)
cpu1: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.33 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,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 5, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.33 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 22 (application processor)
cpu3: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.33 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 11, package 0
cpu4 at mainbus0: apid 3 (application processor)
cpu4: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.33 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 1, core 1, package 0
cpu5 at mainbus0: apid 11 (application processor)
cpu5: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.33 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 1, core 5, package 0
cpu6 at mainbus0: apid 5 (application processor)
cpu6: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.33 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 1, core 2, package 0
cpu7 at mainbus0: apid 23 (application processor)
cpu7: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.33 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 1, core 11, package 0
ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 9 pa 0xfec01000, version 20, 8 pins
ioapic2 at mainbus0: apid 10 pa 0xfec08000, version 20, 8 pins
ioapic3 at mainbus0: apid 11 pa 0xfec10000, version 20, 8 pins
ioapic4 at mainbus0: apid 12 pa 0xfec18000, version 20, 8 pins
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimcfg0 at acpi0
acpimcfg0: addr 0x80000000, bus 0-255
acpiprt0 at acpi0: bus 0 (PC00)
acpiprt1 at acpi0: bus -1 (RP17)
acpiprt2 at acpi0: bus -1 (RP18)
acpiprt3 at acpi0: bus -1 (RP19)
acpiprt4 at acpi0: bus -1 (RP20)
acpiprt5 at acpi0: bus 1 (RP01)
acpiprt6 at acpi0: bus -1 (RP02)
acpiprt7 at acpi0: bus -1 (RP03)
acpiprt8 at acpi0: bus -1 (RP04)
acpiprt9 at acpi0: bus 2 (RP05)
acpiprt10 at acpi0: bus -1 (RP06)
acpiprt11 at acpi0: bus -1 (RP07)
acpiprt12 at acpi0: bus -1 (RP08)
acpiprt13 at acpi0: bus -1 (RP09)
acpiprt14 at acpi0: bus -1 (RP10)
acpiprt15 at acpi0: bus -1 (RP11)
acpiprt16 at acpi0: bus -1 (RP12)
acpiprt17 at acpi0: bus -1 (RP13)
acpiprt18 at acpi0: bus -1 (RP14)
acpiprt19 at acpi0: bus -1 (RP15)
acpiprt20 at acpi0: bus -1 (RP16)
acpiprt21 at acpi0: bus 22 (PC01)
acpiprt22 at acpi0: bus 23 (BR1A)
acpiprt23 at acpi0: bus -1 (BR1B)
acpiprt24 at acpi0: bus 24 (BR1C)
acpiprt25 at acpi0: bus -1 (BR1D)
acpiprt26 at acpi0: bus 100 (PC02)
acpiprt27 at acpi0: bus 101 (BR2A)
acpiprt28 at acpi0: bus -1 (BR2B)
acpiprt29 at acpi0: bus 102 (BR2C)
acpiprt30 at acpi0: bus -1 (BR2D)
acpiprt31 at acpi0: bus 178 (PC03)
acpiprt32 at acpi0: bus 179 (BR3A)
acpiprt33 at acpi0: bus -1 (BR3B)
acpiprt34 at acpi0: bus 180 (BR3C)
acpiprt35 at acpi0: bus -1 (BR3D)
acpiprt36 at acpi0: bus -1 (MCP0)
acpiprt37 at acpi0: bus -1 (MCP1)
acpiprt38 at acpi0: bus -1 (QRP0)
acpiprt39 at acpi0: bus -1 (QR1A)
acpiprt40 at acpi0: bus -1 (QR1B)
acpiprt41 at acpi0: bus -1 (QR1C)
acpiprt42 at acpi0: bus -1 (QR1D)
acpiprt43 at acpi0: bus -1 (QR2A)
acpiprt44 at acpi0: bus -1 (QR2B)
acpiprt45 at acpi0: bus -1 (QR2C)
acpiprt46 at acpi0: bus -1 (QR2D)
acpiprt47 at acpi0: bus -1 (QR3A)
acpiprt48 at acpi0: bus -1 (QR3B)
acpiprt49 at acpi0: bus -1 (QR3C)
acpiprt50 at acpi0: bus -1 (QR3D)
acpiprt51 at acpi0: bus -1 (MCP2)
acpiprt52 at acpi0: bus -1 (MCP3)
acpiprt53 at acpi0: bus -1 (RRP0)
acpiprt54 at acpi0: bus -1 (RR1A)
acpiprt55 at acpi0: bus -1 (RR1B)
acpiprt56 at acpi0: bus -1 (RR1C)
acpiprt57 at acpi0: bus -1 (RR1D)
acpiprt58 at acpi0: bus -1 (RR2A)
acpiprt59 at acpi0: bus -1 (RR2B)
acpiprt60 at acpi0: bus -1 (RR2C)
acpiprt61 at acpi0: bus -1 (RR2D)
acpiprt62 at acpi0: bus -1 (RR3A)
acpiprt63 at acpi0: bus -1 (RR3B)
acpiprt64 at acpi0: bus -1 (RR3C)
acpiprt65 at acpi0: bus -1 (RR3D)
acpiprt66 at acpi0: bus -1 (MCP4)
acpiprt67 at acpi0: bus -1 (MCP5)
acpiprt68 at acpi0: bus -1 (SRP0)
acpiprt69 at acpi0: bus -1 (SR1A)
acpiprt70 at acpi0: bus -1 (SR1B)
acpiprt71 at acpi0: bus -1 (SR1C)
acpiprt72 at acpi0: bus -1 (SR1D)
acpiprt73 at acpi0: bus -1 (SR2A)
acpiprt74 at acpi0: bus -1 (SR2B)
acpiprt75 at acpi0: bus -1 (SR2C)
acpiprt76 at acpi0: bus -1 (SR2D)
acpiprt77 at acpi0: bus -1 (SR3A)
acpiprt78 at acpi0: bus -1 (SR3B)
acpiprt79 at acpi0: bus -1 (SR3C)
acpiprt80 at acpi0: bus -1 (SR3D)
acpiprt81 at acpi0: bus -1 (MCP6)
acpiprt82 at acpi0: bus -1 (MCP7)
acpicpu0 at acpi0: C1(1000@1 mwait.1)
acpicpu1 at acpi0: C1(1000@1 mwait.1)
acpicpu2 at acpi0: C1(1000@1 mwait.1)
acpicpu3 at acpi0: C1(1000@1 mwait.1)
acpicpu4 at acpi0: C1(1000@1 mwait.1)
acpicpu5 at acpi0: C1(1000@1 mwait.1)
acpicpu6 at acpi0: C1(1000@1 mwait.1)
acpicpu7 at acpi0: C1(1000@1 mwait.1)
"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
"PNP0C33" at acpi0 not configured
acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001
"PNP0003" at acpi0 not configured
acpicmos0 at acpi0
"IPI0001" at acpi0 not configured
acpipci1 at acpi0 PC01: 0x00000000 0x00000011 0x00000001
acpipci2 at acpi0 PC02: 0x00000000 0x00000011 0x00000001
acpipci3 at acpi0 PC03: 0x00000000 0x00000011 0x00000001
"PNP0C14" at acpi0 not configured
"INTL0000" at acpi0 not configured
ipmi at mainbus0 not configured
cpu0: using VERW MDS workaround
pci0 at mainbus0 bus 0
0:31:5: mem address conflict 0xfe010000/0x1000
pchb0 at pci0 dev 0 function 0 vendor "Intel", unknown product 0x2020 rev 0x04
vendor "Intel", unknown product 0x2024 (class system subclass miscellaneous, rev
0x04) at pci0 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2025 (class system subclass miscellaneous, rev
0x04) at pci0 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2026 (class system subclass interrupt, rev
0x04) at pci0 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2014 (class system subclass miscellaneous, rev
0x04) at pci0 dev 8 function 0 not configured
vendor "Intel", unknown product 0x2015 (class DASP subclass Time and Frequency,
rev 0x04) at pci0 dev 8 function 1 not configured
vendor "Intel", unknown product 0x2016 (class system subclass miscellaneous, rev
0x04) at pci0 dev 8 function 2 not configured
"Intel C620 MROM" rev 0x09 at pci0 dev 17 function 0 not configured
ahci0 at pci0 dev 17 function 5 "Intel C620 AHCI" rev 0x09: msi, AHCI 1.3.1
scsibus1 at ahci0: 32 targets
xhci0 at pci0 dev 20 function 0 "Intel C620 xHCI" rev 0x09: 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 C620 Thermal" rev 0x09 at pci0 dev 20 function 2 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 0 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 1 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 4 not configured
ahci1 at pci0 dev 23 function 0 "Intel C620 AHCI" rev 0x09: msi, AHCI 1.3.1
scsibus2 at ahci1: 32 targets
ppb0 at pci0 dev 28 function 0 "Intel C620 PCIE" rev 0xf9: msi
pci1 at ppb0 bus 1
em0 at pci1 dev 0 function 0 "Intel I350" rev 0x01: msi, address 
e4:43:4b:30:7d:54
em1 at pci1 dev 0 function 1 "Intel I350" rev 0x01: msi, address 
e4:43:4b:30:7d:55
ppb1 at pci0 dev 28 function 4 "Intel C620 PCIE" rev 0xf9: msi
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 unknown vendor 0x1556 product 0xbe00 rev 0x02
pci3 at ppb2 bus 3
vga1 at pci3 dev 0 function 0 vendor "Matrox", unknown product 0x0536 rev 0x04
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 31 function 0 "Intel C621 LPC" rev 0x09
"Intel C620 Power" rev 0x09 at pci0 dev 31 function 2 not configured
"Intel C620 SMBus" rev 0x09 at pci0 dev 31 function 4 not configured
"Intel C620 SPI" rev 0x09 at pci0 dev 31 function 5 not configured
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
pci4 at mainbus0 bus 22
22:2:0: bridge io address conflict 0x4000/0x1000
ppb3 at pci4 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci5 at ppb3 bus 23
23:0:0: mem address conflict 0xfff80000/0x80000
23:0:1: mem address conflict 0xfff80000/0x80000
ixl0 at pci5 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:68:4d:70
ixl1 at pci5 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:68:4d:71
ppb4 at pci4 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04
pci6 at ppb4 bus 24
24:0:0: io address conflict 0x4020/0x20
24:0:0: mem address conflict 0xfff80000/0x80000
24:0:1: io address conflict 0x4000/0x20
24:0:1: mem address conflict 0xfff80000/0x80000
ix0 at pci6 dev 0 function 0 "Intel 82599" rev 0x01: msi, address 
e4:43:4b:30:7d:50
ix1 at pci6 dev 0 function 1 "Intel 82599" rev 0x01: msi, address 
e4:43:4b:30:7d:52
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci4 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci4 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci4 dev 5 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 3 not configured
vendor "Intel", unknown product 0x2054 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 0 not configured
vendor "Intel", unknown product 0x2055 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 1 not configured
vendor "Intel", unknown product 0x2056 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 2 not configured
vendor "Intel", unknown product 0x2057 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 3 not configured
vendor "Intel", unknown product 0x2080 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 0 not configured
vendor "Intel", unknown product 0x2081 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 1 not configured
vendor "Intel", unknown product 0x2082 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 2 not configured
vendor "Intel", unknown product 0x2083 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 3 not configured
vendor "Intel", unknown product 0x2084 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 4 not configured
vendor "Intel", unknown product 0x2085 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 5 not configured
vendor "Intel", unknown product 0x2086 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 6 not configured
pci7 at mainbus0 bus 100
ppb5 at pci7 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci8 at ppb5 bus 101
101:0:0: mem address conflict 0xfff80000/0x80000
101:0:1: mem address conflict 0xfff80000/0x80000
101:0:2: mem address conflict 0xfff80000/0x80000
101:0:3: mem address conflict 0xfff80000/0x80000
ixl2 at pci8 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:60
ixl3 at pci8 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:61
ixl4 at pci8 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:62
ixl5 at pci8 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:63
ppb6 at pci7 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04
pci9 at ppb6 bus 102
102:0:0: mem address conflict 0xfff00000/0x100000
mfii0 at pci9 dev 0 function 0 "Symbios Logic MegaRAID SAS3508" rev 0x01: msi
mfii0: "PERC H740P Mini ", firmware 50.5.0-1750, 8192MB cache
scsibus3 at mfii0: 64 targets
sd0 at scsibus3 targ 0 lun 0: <DELL, PERC H740P Mini, 5.05> SCSI3 0/direct fixed
naa.64cd98f07028c90024ba5c9db8f131ba
sd0: 285568MB, 512 bytes/sector, 584843264 sectors
scsibus4 at mfii0: 256 targets
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci7 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci7 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci7 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2066 (class system subclass miscellaneous, rev
0x04) at pci7 dev 8 function 0 not configured
vendor "Intel", unknown product 0x2066 (class system subclass miscellaneous, rev
0x04) at pci7 dev 9 function 0 not configured
vendor "Intel", unknown product 0x2040 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 0 not configured
vendor "Intel", unknown product 0x2041 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 1 not configured
vendor "Intel", unknown product 0x2042 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 2 not configured
vendor "Intel", unknown product 0x2043 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 3 not configured
vendor "Intel", unknown product 0x2044 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 4 not configured
vendor "Intel", unknown product 0x2045 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 5 not configured
vendor "Intel", unknown product 0x2046 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 6 not configured
vendor "Intel", unknown product 0x2047 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 7 not configured
vendor "Intel", unknown product 0x2048 (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 0 not configured
vendor "Intel", unknown product 0x2049 (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 1 not configured
vendor "Intel", unknown product 0x204a (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 2 not configured
vendor "Intel", unknown product 0x204b (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 3 not configured
vendor "Intel", unknown product 0x2040 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 0 not configured
vendor "Intel", unknown product 0x2041 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 1 not configured
vendor "Intel", unknown product 0x2042 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 2 not configured
vendor "Intel", unknown product 0x2043 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 3 not configured
vendor "Intel", unknown product 0x2044 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 4 not configured
vendor "Intel", unknown product 0x2045 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 5 not configured
vendor "Intel", unknown product 0x2046 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 6 not configured
vendor "Intel", unknown product 0x2047 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 7 not configured
vendor "Intel", unknown product 0x2048 (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 0 not configured
vendor "Intel", unknown product 0x2049 (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 1 not configured
vendor "Intel", unknown product 0x204a (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 2 not configured
vendor "Intel", unknown product 0x204b (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 3 not configured
pci10 at mainbus0 bus 178
ppb7 at pci10 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci11 at ppb7 bus 179
179:0:0: mem address conflict 0xfff80000/0x80000
179:0:1: mem address conflict 0xfff80000/0x80000
179:0:2: mem address conflict 0xfff80000/0x80000
179:0:3: mem address conflict 0xfff80000/0x80000
ixl6 at pci11 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e0
ixl7 at pci11 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e1
ixl8 at pci11 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e2
ixl9 at pci11 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e3
ppb8 at pci10 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04: 
msi
pci12 at ppb8 bus 180
180:0:0: mem address conflict 0xfff80000/0x80000
180:0:1: mem address conflict 0xfff80000/0x80000
180:0:2: mem address conflict 0xfff80000/0x80000
180:0:3: mem address conflict 0xfff80000/0x80000
ixl10 at pci12 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:80
ixl11 at pci12 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:81
ixl12 at pci12 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:82
ixl13 at pci12 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:83
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci10 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci10 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci10 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 14 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 14 function 1 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 15 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 15 function 1 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 16 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 16 function 1 not configured
vendor "Intel", unknown product 0x204c (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 0 not configured
vendor "Intel", unknown product 0x204d (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 1 not configured
vendor "Intel", unknown product 0x204e (class system subclass miscellaneous, rev
0x04) at pci10 dev 18 function 2 not configured
vendor "Intel", unknown product 0x204c (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 4 not configured
vendor "Intel", unknown product 0x204d (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 5 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 21 function 0 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 22 function 0 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 22 function 4 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 23 function 0 not configured
vmm0 at mainbus0: VMX/EPT
uhub1 at uhub0 port 9 configuration 1 interface 0 "Microchip Tech USB2742" rev
2.10/2.07 addr 2
uhub2 at uhub0 port 12 configuration 1 interface 0 "Genesys Logic USB2.0 Hub"
rev 2.00/7.02 addr 3
uhub3 at uhub2 port 1 configuration 1 interface 0 "Texas Instruments TUSB2046
hub" rev 1.10/1.25 addr 4
uhidev0 at uhub3 port 1 configuration 1 interface 0 "Dell Dell Premium USB
Optical Mouse" rev 2.00/0.09 addr 5
uhidev0: iclass 3/1
ums0 at uhidev0: 5 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub3 port 2 configuration 1 interface 0 "DELL Dell QuietKey
Keyboard" rev 1.10/1.01 addr 6
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev2 at uhub3 port 3 configuration 1 interface 0 "Justcom Technology USB KVM
Switch" rev 1.10/1.00 addr 7
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 3 configuration 1 interface 1 "Justcom Technology USB KVM
Switch" rev 1.10/1.00 addr 7
uhidev3: iclass 3/1
ums1 at uhidev3: 3 buttons, Z dir
wsmouse1 at ums1 mux 0
uhub4 at uhub0 port 14 configuration 1 interface 0 "vendor 0x1604 product
0x10c0" rev 2.00/0.00 addr 8
uhub5 at uhub4 port 1 configuration 1 interface 0 "vendor 0x1604 product 0x10c0"
rev 2.00/0.00 addr 9
uhub6 at uhub4 port 4 configuration 1 interface 0 "vendor 0x1604 product 0x10c0"
rev 2.00/0.00 addr 10
uhub7 at uhub0 port 18 configuration 1 interface 0 "Microchip Tech USB5742" rev
3.10/2.07 addr 11
vscsi0 at root
scsibus5 at vscsi0: 256 targets
softraid0 at root
scsibus6 at softraid0: 256 targets
root on sd0a (dcdc93eef85cda4c.a) swap on sd0b dump on sd0b
syncing disks... done
rebooting...
OpenBSD 6.5 (GENERIC.MP) #2: Tue Jul 23 23:38:56 CEST 2019
    
r...@syspatch-65-amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 33770434560 (32205MB)
avail mem = 32737337344 (31220MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.2 @ 0x67236000 (75 entries)
bios0: vendor Dell Inc. version "2.2.11" date 06/13/2019
bios0: Dell Inc. PowerEdge R740
acpi0 at bios0: rev 2
acpi0: sleep states S0 S5
acpi0: tables DSDT FACP SSDT TPM2 SSDT MCEJ WDAT SLIC HPET APIC MCFG MIGT MSCT
PCAT PCCT RASF SLIT SRAT SVOS WSMT OEM4 SSDT SSDT SSDT SPCR DMAR HEST BERT ERST 
EINJ
acpi0: wakeup devices XHCI(S4) PXSX(S4) RP17(S4) PXSX(S4) RP18(S4) PXSX(S4)
RP19(S4) PXSX(S4) RP20(S4) PXSX(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4)
PXSX(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 2 (boot processor)
cpu0: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3692.15 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,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 1, 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.0.2, IBE
cpu1 at mainbus0: apid 10 (application processor)
cpu1: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.35 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,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 5, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.35 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 22 (application processor)
cpu3: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.35 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 11, package 0
cpu4 at mainbus0: apid 3 (application processor)
cpu4: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.35 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 1, core 1, package 0
cpu5 at mainbus0: apid 11 (application processor)
cpu5: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.35 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 1, core 5, package 0
cpu6 at mainbus0: apid 5 (application processor)
cpu6: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.35 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 1, core 2, package 0
cpu7 at mainbus0: apid 23 (application processor)
cpu7: Intel(R) Xeon(R) Gold 5122 CPU @ 3.60GHz, 3691.35 MHz, 06-55-04
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,BMI1,HLE,AVX2,SMEP,BMI2,ERMS,INVPCID,RTM,PQM,MPX,AVX512F,AVX512DQ,RDSEED,ADX,SMAP,CLFLUSHOPT,CLWB,PT,AVX512CD,AVX512BW,AVX512VL,PKU,MD_CLEAR,TSXFA,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES,MELTDOWN
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 1, core 11, package 0
ioapic0 at mainbus0: apid 8 pa 0xfec00000, version 20, 24 pins
ioapic1 at mainbus0: apid 9 pa 0xfec01000, version 20, 8 pins
ioapic2 at mainbus0: apid 10 pa 0xfec08000, version 20, 8 pins
ioapic3 at mainbus0: apid 11 pa 0xfec10000, version 20, 8 pins
ioapic4 at mainbus0: apid 12 pa 0xfec18000, version 20, 8 pins
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimadt0: unknown apic structure type 80
acpimcfg0 at acpi0
acpimcfg0: addr 0x80000000, bus 0-255
acpiprt0 at acpi0: bus 0 (PC00)
acpiprt1 at acpi0: bus -1 (RP17)
acpiprt2 at acpi0: bus -1 (RP18)
acpiprt3 at acpi0: bus -1 (RP19)
acpiprt4 at acpi0: bus -1 (RP20)
acpiprt5 at acpi0: bus 1 (RP01)
acpiprt6 at acpi0: bus -1 (RP02)
acpiprt7 at acpi0: bus -1 (RP03)
acpiprt8 at acpi0: bus -1 (RP04)
acpiprt9 at acpi0: bus 2 (RP05)
acpiprt10 at acpi0: bus -1 (RP06)
acpiprt11 at acpi0: bus -1 (RP07)
acpiprt12 at acpi0: bus -1 (RP08)
acpiprt13 at acpi0: bus -1 (RP09)
acpiprt14 at acpi0: bus -1 (RP10)
acpiprt15 at acpi0: bus -1 (RP11)
acpiprt16 at acpi0: bus -1 (RP12)
acpiprt17 at acpi0: bus -1 (RP13)
acpiprt18 at acpi0: bus -1 (RP14)
acpiprt19 at acpi0: bus -1 (RP15)
acpiprt20 at acpi0: bus -1 (RP16)
acpiprt21 at acpi0: bus 22 (PC01)
acpiprt22 at acpi0: bus 23 (BR1A)
acpiprt23 at acpi0: bus -1 (BR1B)
acpiprt24 at acpi0: bus 24 (BR1C)
acpiprt25 at acpi0: bus -1 (BR1D)
acpiprt26 at acpi0: bus 100 (PC02)
acpiprt27 at acpi0: bus 101 (BR2A)
acpiprt28 at acpi0: bus -1 (BR2B)
acpiprt29 at acpi0: bus 102 (BR2C)
acpiprt30 at acpi0: bus -1 (BR2D)
acpiprt31 at acpi0: bus 178 (PC03)
acpiprt32 at acpi0: bus 179 (BR3A)
acpiprt33 at acpi0: bus -1 (BR3B)
acpiprt34 at acpi0: bus 180 (BR3C)
acpiprt35 at acpi0: bus -1 (BR3D)
acpiprt36 at acpi0: bus -1 (MCP0)
acpiprt37 at acpi0: bus -1 (MCP1)
acpiprt38 at acpi0: bus -1 (QRP0)
acpiprt39 at acpi0: bus -1 (QR1A)
acpiprt40 at acpi0: bus -1 (QR1B)
acpiprt41 at acpi0: bus -1 (QR1C)
acpiprt42 at acpi0: bus -1 (QR1D)
acpiprt43 at acpi0: bus -1 (QR2A)
acpiprt44 at acpi0: bus -1 (QR2B)
acpiprt45 at acpi0: bus -1 (QR2C)
acpiprt46 at acpi0: bus -1 (QR2D)
acpiprt47 at acpi0: bus -1 (QR3A)
acpiprt48 at acpi0: bus -1 (QR3B)
acpiprt49 at acpi0: bus -1 (QR3C)
acpiprt50 at acpi0: bus -1 (QR3D)
acpiprt51 at acpi0: bus -1 (MCP2)
acpiprt52 at acpi0: bus -1 (MCP3)
acpiprt53 at acpi0: bus -1 (RRP0)
acpiprt54 at acpi0: bus -1 (RR1A)
acpiprt55 at acpi0: bus -1 (RR1B)
acpiprt56 at acpi0: bus -1 (RR1C)
acpiprt57 at acpi0: bus -1 (RR1D)
acpiprt58 at acpi0: bus -1 (RR2A)
acpiprt59 at acpi0: bus -1 (RR2B)
acpiprt60 at acpi0: bus -1 (RR2C)
acpiprt61 at acpi0: bus -1 (RR2D)
acpiprt62 at acpi0: bus -1 (RR3A)
acpiprt63 at acpi0: bus -1 (RR3B)
acpiprt64 at acpi0: bus -1 (RR3C)
acpiprt65 at acpi0: bus -1 (RR3D)
acpiprt66 at acpi0: bus -1 (MCP4)
acpiprt67 at acpi0: bus -1 (MCP5)
acpiprt68 at acpi0: bus -1 (SRP0)
acpiprt69 at acpi0: bus -1 (SR1A)
acpiprt70 at acpi0: bus -1 (SR1B)
acpiprt71 at acpi0: bus -1 (SR1C)
acpiprt72 at acpi0: bus -1 (SR1D)
acpiprt73 at acpi0: bus -1 (SR2A)
acpiprt74 at acpi0: bus -1 (SR2B)
acpiprt75 at acpi0: bus -1 (SR2C)
acpiprt76 at acpi0: bus -1 (SR2D)
acpiprt77 at acpi0: bus -1 (SR3A)
acpiprt78 at acpi0: bus -1 (SR3B)
acpiprt79 at acpi0: bus -1 (SR3C)
acpiprt80 at acpi0: bus -1 (SR3D)
acpiprt81 at acpi0: bus -1 (MCP6)
acpiprt82 at acpi0: bus -1 (MCP7)
acpicpu0 at acpi0: C1(1000@1 mwait.1)
acpicpu1 at acpi0: C1(1000@1 mwait.1)
acpicpu2 at acpi0: C1(1000@1 mwait.1)
acpicpu3 at acpi0: C1(1000@1 mwait.1)
acpicpu4 at acpi0: C1(1000@1 mwait.1)
acpicpu5 at acpi0: C1(1000@1 mwait.1)
acpicpu6 at acpi0: C1(1000@1 mwait.1)
acpicpu7 at acpi0: C1(1000@1 mwait.1)
"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
"PNP0C33" at acpi0 not configured
acpipci0 at acpi0 PC00: 0x00000000 0x00000011 0x00000001
"PNP0003" at acpi0 not configured
acpicmos0 at acpi0
"IPI0001" at acpi0 not configured
acpipci1 at acpi0 PC01: 0x00000000 0x00000011 0x00000001
acpipci2 at acpi0 PC02: 0x00000000 0x00000011 0x00000001
acpipci3 at acpi0 PC03: 0x00000000 0x00000011 0x00000001
"PNP0C14" at acpi0 not configured
"INTL0000" at acpi0 not configured
ipmi at mainbus0 not configured
cpu0: using VERW MDS workaround
pci0 at mainbus0 bus 0
0:31:5: mem address conflict 0xfe010000/0x1000
pchb0 at pci0 dev 0 function 0 vendor "Intel", unknown product 0x2020 rev 0x04
vendor "Intel", unknown product 0x2024 (class system subclass miscellaneous, rev
0x04) at pci0 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2025 (class system subclass miscellaneous, rev
0x04) at pci0 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2026 (class system subclass interrupt, rev
0x04) at pci0 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2014 (class system subclass miscellaneous, rev
0x04) at pci0 dev 8 function 0 not configured
vendor "Intel", unknown product 0x2015 (class DASP subclass Time and Frequency,
rev 0x04) at pci0 dev 8 function 1 not configured
vendor "Intel", unknown product 0x2016 (class system subclass miscellaneous, rev
0x04) at pci0 dev 8 function 2 not configured
"Intel C620 MROM" rev 0x09 at pci0 dev 17 function 0 not configured
ahci0 at pci0 dev 17 function 5 "Intel C620 AHCI" rev 0x09: msi, AHCI 1.3.1
scsibus1 at ahci0: 32 targets
xhci0 at pci0 dev 20 function 0 "Intel C620 xHCI" rev 0x09: 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 C620 Thermal" rev 0x09 at pci0 dev 20 function 2 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 0 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 1 not configured
"Intel C620 MEI" rev 0x09 at pci0 dev 22 function 4 not configured
ahci1 at pci0 dev 23 function 0 "Intel C620 AHCI" rev 0x09: msi, AHCI 1.3.1
scsibus2 at ahci1: 32 targets
ppb0 at pci0 dev 28 function 0 "Intel C620 PCIE" rev 0xf9: msi
pci1 at ppb0 bus 1
em0 at pci1 dev 0 function 0 "Intel I350" rev 0x01: msi, address 
e4:43:4b:30:7d:54
em1 at pci1 dev 0 function 1 "Intel I350" rev 0x01: msi, address 
e4:43:4b:30:7d:55
ppb1 at pci0 dev 28 function 4 "Intel C620 PCIE" rev 0xf9: msi
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 unknown vendor 0x1556 product 0xbe00 rev 0x02
pci3 at ppb2 bus 3
vga1 at pci3 dev 0 function 0 vendor "Matrox", unknown product 0x0536 rev 0x04
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
pcib0 at pci0 dev 31 function 0 "Intel C621 LPC" rev 0x09
"Intel C620 Power" rev 0x09 at pci0 dev 31 function 2 not configured
"Intel C620 SMBus" rev 0x09 at pci0 dev 31 function 4 not configured
"Intel C620 SPI" rev 0x09 at pci0 dev 31 function 5 not configured
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
com0: console
com1 at isa0 port 0x2f8/8 irq 3: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
pci4 at mainbus0 bus 22
22:2:0: bridge io address conflict 0x4000/0x1000
ppb3 at pci4 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci5 at ppb3 bus 23
23:0:0: mem address conflict 0xfff80000/0x80000
23:0:1: mem address conflict 0xfff80000/0x80000
ixl0 at pci5 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:68:4d:70
ixl1 at pci5 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:68:4d:71
ppb4 at pci4 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04
pci6 at ppb4 bus 24
24:0:0: io address conflict 0x4020/0x20
24:0:0: mem address conflict 0xfff80000/0x80000
24:0:1: io address conflict 0x4000/0x20
24:0:1: mem address conflict 0xfff80000/0x80000
ix0 at pci6 dev 0 function 0 "Intel 82599" rev 0x01: msi, address 
e4:43:4b:30:7d:50
ix1 at pci6 dev 0 function 1 "Intel 82599" rev 0x01: msi, address 
e4:43:4b:30:7d:52
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci4 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci4 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci4 dev 5 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 8 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 9 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 3 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 4 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 5 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 6 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 10 function 7 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 0 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 1 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 2 not configured
vendor "Intel", unknown product 0x208d (class system subclass miscellaneous, rev
0x04) at pci4 dev 11 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 14 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 15 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 3 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 4 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 5 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 6 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 16 function 7 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 0 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 1 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 2 not configured
vendor "Intel", unknown product 0x208e (class system subclass miscellaneous, rev
0x04) at pci4 dev 17 function 3 not configured
vendor "Intel", unknown product 0x2054 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 0 not configured
vendor "Intel", unknown product 0x2055 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 1 not configured
vendor "Intel", unknown product 0x2056 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 2 not configured
vendor "Intel", unknown product 0x2057 (class system subclass miscellaneous, rev
0x04) at pci4 dev 29 function 3 not configured
vendor "Intel", unknown product 0x2080 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 0 not configured
vendor "Intel", unknown product 0x2081 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 1 not configured
vendor "Intel", unknown product 0x2082 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 2 not configured
vendor "Intel", unknown product 0x2083 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 3 not configured
vendor "Intel", unknown product 0x2084 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 4 not configured
vendor "Intel", unknown product 0x2085 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 5 not configured
vendor "Intel", unknown product 0x2086 (class system subclass miscellaneous, rev
0x04) at pci4 dev 30 function 6 not configured
pci7 at mainbus0 bus 100
ppb5 at pci7 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci8 at ppb5 bus 101
101:0:0: mem address conflict 0xfff80000/0x80000
101:0:1: mem address conflict 0xfff80000/0x80000
101:0:2: mem address conflict 0xfff80000/0x80000
101:0:3: mem address conflict 0xfff80000/0x80000
ixl2 at pci8 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:60
ixl3 at pci8 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:61
ixl4 at pci8 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:62
ixl5 at pci8 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:25:63
ppb6 at pci7 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04
pci9 at ppb6 bus 102
102:0:0: mem address conflict 0xfff00000/0x100000
mfii0 at pci9 dev 0 function 0 "Symbios Logic MegaRAID SAS3508" rev 0x01: msi
mfii0: "PERC H740P Mini ", firmware 50.5.0-1750, 8192MB cache
scsibus3 at mfii0: 64 targets
sd0 at scsibus3 targ 0 lun 0: <DELL, PERC H740P Mini, 5.05> SCSI3 0/direct fixed
naa.64cd98f07028c90024ba5c9db8f131ba
sd0: 285568MB, 512 bytes/sector, 584843264 sectors
scsibus4 at mfii0: 256 targets
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci7 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci7 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci7 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2066 (class system subclass miscellaneous, rev
0x04) at pci7 dev 8 function 0 not configured
vendor "Intel", unknown product 0x2066 (class system subclass miscellaneous, rev
0x04) at pci7 dev 9 function 0 not configured
vendor "Intel", unknown product 0x2040 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 0 not configured
vendor "Intel", unknown product 0x2041 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 1 not configured
vendor "Intel", unknown product 0x2042 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 2 not configured
vendor "Intel", unknown product 0x2043 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 3 not configured
vendor "Intel", unknown product 0x2044 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 4 not configured
vendor "Intel", unknown product 0x2045 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 5 not configured
vendor "Intel", unknown product 0x2046 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 6 not configured
vendor "Intel", unknown product 0x2047 (class system subclass miscellaneous, rev
0x04) at pci7 dev 10 function 7 not configured
vendor "Intel", unknown product 0x2048 (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 0 not configured
vendor "Intel", unknown product 0x2049 (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 1 not configured
vendor "Intel", unknown product 0x204a (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 2 not configured
vendor "Intel", unknown product 0x204b (class system subclass miscellaneous, rev
0x04) at pci7 dev 11 function 3 not configured
vendor "Intel", unknown product 0x2040 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 0 not configured
vendor "Intel", unknown product 0x2041 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 1 not configured
vendor "Intel", unknown product 0x2042 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 2 not configured
vendor "Intel", unknown product 0x2043 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 3 not configured
vendor "Intel", unknown product 0x2044 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 4 not configured
vendor "Intel", unknown product 0x2045 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 5 not configured
vendor "Intel", unknown product 0x2046 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 6 not configured
vendor "Intel", unknown product 0x2047 (class system subclass miscellaneous, rev
0x04) at pci7 dev 12 function 7 not configured
vendor "Intel", unknown product 0x2048 (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 0 not configured
vendor "Intel", unknown product 0x2049 (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 1 not configured
vendor "Intel", unknown product 0x204a (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 2 not configured
vendor "Intel", unknown product 0x204b (class system subclass miscellaneous, rev
0x04) at pci7 dev 13 function 3 not configured
pci10 at mainbus0 bus 178
ppb7 at pci10 dev 0 function 0 vendor "Intel", unknown product 0x2030 rev 0x04: 
msi
pci11 at ppb7 bus 179
179:0:0: mem address conflict 0xfff80000/0x80000
179:0:1: mem address conflict 0xfff80000/0x80000
179:0:2: mem address conflict 0xfff80000/0x80000
179:0:3: mem address conflict 0xfff80000/0x80000
ixl6 at pci11 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e0
ixl7 at pci11 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e1
ixl8 at pci11 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e2
ixl9 at pci11 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW 6.81.49447
API 1.7, msi, address f8:f2:1e:65:30:e3
ppb8 at pci10 dev 2 function 0 vendor "Intel", unknown product 0x2032 rev 0x04: 
msi
pci12 at ppb8 bus 180
180:0:0: mem address conflict 0xfff80000/0x80000
180:0:1: mem address conflict 0xfff80000/0x80000
180:0:2: mem address conflict 0xfff80000/0x80000
180:0:3: mem address conflict 0xfff80000/0x80000
ixl10 at pci12 dev 0 function 0 "Intel X710 SFP+" rev 0x02: port 3, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:80
ixl11 at pci12 dev 0 function 1 "Intel X710 SFP+" rev 0x02: port 2, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:81
ixl12 at pci12 dev 0 function 2 "Intel X710 SFP+" rev 0x02: port 0, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:82
ixl13 at pci12 dev 0 function 3 "Intel X710 SFP+" rev 0x02: port 1, FW
6.81.49447 API 1.7, msi, address f8:f2:1e:65:31:83
vendor "Intel", unknown product 0x2034 (class system subclass miscellaneous, rev
0x04) at pci10 dev 5 function 0 not configured
vendor "Intel", unknown product 0x2035 (class system subclass miscellaneous, rev
0x04) at pci10 dev 5 function 2 not configured
vendor "Intel", unknown product 0x2036 (class system subclass interrupt, rev
0x04) at pci10 dev 5 function 4 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 14 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 14 function 1 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 15 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 15 function 1 not configured
vendor "Intel", unknown product 0x2058 (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 16 function 0 not configured
vendor "Intel", unknown product 0x2059 (class system subclass miscellaneous, rev
0x04) at pci10 dev 16 function 1 not configured
vendor "Intel", unknown product 0x204c (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 0 not configured
vendor "Intel", unknown product 0x204d (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 1 not configured
vendor "Intel", unknown product 0x204e (class system subclass miscellaneous, rev
0x04) at pci10 dev 18 function 2 not configured
vendor "Intel", unknown product 0x204c (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 4 not configured
vendor "Intel", unknown product 0x204d (class DASP subclass Time and Frequency,
rev 0x04) at pci10 dev 18 function 5 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 21 function 0 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 22 function 0 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 22 function 4 not configured
vendor "Intel", unknown product 0x2018 (class system subclass miscellaneous, rev
0x04) at pci10 dev 23 function 0 not configured
vmm0 at mainbus0: VMX/EPT
uhub1 at uhub0 port 9 configuration 1 interface 0 "Microchip Tech USB2742" rev
2.10/2.07 addr 2
uhub2 at uhub0 port 12 configuration 1 interface 0 "Genesys Logic USB2.0 Hub"
rev 2.00/7.02 addr 3
uhub3 at uhub2 port 1 configuration 1 interface 0 "Texas Instruments TUSB2046
hub" rev 1.10/1.25 addr 4
uhidev0 at uhub3 port 1 configuration 1 interface 0 "Dell Dell Premium USB
Optical Mouse" rev 2.00/0.09 addr 5
uhidev0: iclass 3/1
ums0 at uhidev0: 5 buttons, Z and W dir
wsmouse0 at ums0 mux 0
uhidev1 at uhub3 port 2 configuration 1 interface 0 "DELL Dell QuietKey
Keyboard" rev 1.10/1.01 addr 6
uhidev1: iclass 3/1
ukbd0 at uhidev1: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard, using wsdisplay0
uhidev2 at uhub3 port 3 configuration 1 interface 0 "Justcom Technology USB KVM
Switch" rev 1.10/1.00 addr 7
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 3 configuration 1 interface 1 "Justcom Technology USB KVM
Switch" rev 1.10/1.00 addr 7
uhidev3: iclass 3/1
ums1 at uhidev3: 3 buttons, Z dir
wsmouse1 at ums1 mux 0
uhub4 at uhub0 port 14 configuration 1 interface 0 "vendor 0x1604 product
0x10c0" rev 2.00/0.00 addr 8
uhub5 at uhub4 port 1 configuration 1 interface 0 "vendor 0x1604 product 0x10c0"
rev 2.00/0.00 addr 9
uhub6 at uhub4 port 4 configuration 1 interface 0 "vendor 0x1604 product 0x10c0"
rev 2.00/0.00 addr 10
uhub7 at uhub0 port 18 configuration 1 interface 0 "Microchip Tech USB5742" rev
3.10/2.07 addr 11
vscsi0 at root
scsibus5 at vscsi0: 256 targets
softraid0 at root
scsibus6 at softraid0: 256 targets
root on sd0a (dcdc93eef85cda4c.a) swap on sd0b dump on sd0b
<snip>

Reply via email to