Hi,
When trying out veb(4), I ran into a situation where TCP sessions across a
veb(4) bridge stalled while the exact same config using bridge(4) worked fine.
After some investigation, it seems that veb(4) adds an FCS to the outgoing
frame, while bridge(4) doesn't. When this causes the outgoing frame to exceed
1514 bytes, the destination doesn't receive it.
I must note that I was using USB NICs, one of them being quite old.
Am I doing something wrong, or is the problem in (one of) the NIC(s)?
The configuration of the veb(4) bridge was as follows (full dmesg below):
openbsd$ ls -l /etc/hostname.*
-rw-r----- 1 root wheel 3 Mar 19 10:08 /etc/hostname.axe0
-rw-r----- 1 root wheel 3 Mar 19 10:08 /etc/hostname.ure0
-rw-r----- 1 root wheel 21 Mar 21 16:16 /etc/hostname.veb0
openbsd$ cat /etc/hostname.axe0
up
openbsd$ cat /etc/hostname.ure0
up
openbsd$ cat /etc/hostname.veb0
add ure0
add axe0
up
The configuration of bridge(4) was exactly the same, I simply renamed
hostname.veb0 to hostname.bridge0 and rebooted.
On the axe(4) side of the bridge was my Windows 10 PC, on the ure(4) side of
the bridge was my home network.
On the Windows 10 PC, I used ICMP echo requests to the default gateway to
diagnose the problem.
Using bridge(4) it went as expected:
* When sending an echo request with a payload of 1473 and DF set, Windows
wouldn't send the packet: "Packet needs to be fragmented but DF set."
* Payload 1472 and DF set: no packet loss
Using veb(4), this happened:
* Payload 1473, DF set: "Packet needs to be fragmented" (expected)
* Payload 1472, 1471, 1470 or 1469 and DF set: 100% packet loss (not expected)
* Payload <=1468 and DF set: no packet loss (expected)
On the bridge, I ran Wireshark on axe0 (where the Windows PC was attached). I
noticed that the echo reply was logged by Wireshark when using bridge(4) as
well as when using veb(4). When using bridge(4) the frame had a size of 1514,
but when using veb(4) the frame had a size of 1518. Inspecting the differences
between the frames with the echo response revealed that veb(4) seemed to
insert the FCS (on the right) while bridge(4) doesn't:
Frame 55: 1514 bytes on wire (12112 bi | Frame 34: 1518 bytes on wire (12144 bi
Interface id: 0 (axe0) Interface id: 0 (axe0)
Interface name: axe0 Interface name: axe0
Encapsulation type: Ethernet (1) Encapsulation type: Ethernet (1)
Arrival Time: Mar 21, 2021 16:21:0 | Arrival Time: Mar 21, 2021 16:29:3
[Time shift for this packet: 0.000 [Time shift for this packet: 0.000
Epoch Time: 1616340062.761312000 s | Epoch Time: 1616340579.977005000 s
[Time delta from previous captured | [Time delta from previous captured
[Time delta from previous displaye [Time delta from previous displaye
[Time since reference or first fra | [Time since reference or first fra
Frame Number: 55 | Frame Number: 34
Frame Length: 1514 bytes (12112 bi | Frame Length: 1518 bytes (12144 bi
Capture Length: 1514 bytes (12112 | Capture Length: 1518 bytes (12144
[Frame is marked: False] [Frame is marked: False]
[Frame is ignored: False] [Frame is ignored: False]
[Protocols in frame: eth:ethertype [Protocols in frame: eth:ethertype
Ethernet II, Src: Shuttle_f1:11:c1 (80 Ethernet II, Src: Shuttle_f1:11:c1 (80
Destination: Giga-Byt_37:28:2b (18 Destination: Giga-Byt_37:28:2b (18
Address: Giga-Byt_37:28:2b (18 Address: Giga-Byt_37:28:2b (18
.... ..0. .... .... .... .... .... ..0. .... .... .... ....
.... ...0 .... .... .... .... .... ...0 .... .... .... ....
Source: Shuttle_f1:11:c1 (80:ee:73 Source: Shuttle_f1:11:c1 (80:ee:73
Address: Shuttle_f1:11:c1 (80: Address: Shuttle_f1:11:c1 (80:
.... ..0. .... .... .... .... .... ..0. .... .... .... ....
.... ...0 .... .... .... .... .... ...0 .... .... .... ....
Type: IPv4 (0x0800) Type: IPv4 (0x0800)
> Frame check sequence: 0x13a4f5bc [
> [FCS Status: Unverified]
Internet Protocol Version 4, Src: 192. Internet Protocol Version 4, Src: 192.
0100 .... = Version: 4 0100 .... = Version: 4
.... 0101 = Header Length: 20 byte .... 0101 = Header Length: 20 byte
Differentiated Services Field: 0x0 Differentiated Services Field: 0x0
0000 00.. = Differentiated Ser 0000 00.. = Differentiated Ser
.... ..00 = Explicit Congestio .... ..00 = Explicit Congestio
Total Length: 1500 Total Length: 1500
Identification: 0xc088 (49288) | Identification: 0x221d (8733)
Flags: 0x40, Don't fragment Flags: 0x40, Don't fragment
0... .... = Reserved bit: Not 0... .... = Reserved bit: Not
.1.. .... = Don't fragment: Se .1.. .... = Don't fragment: Se
..0. .... = More fragments: No ..0. .... = More fragments: No
Fragment Offset: 0 Fragment Offset: 0
Time to Live: 255 Time to Live: 255
Protocol: ICMP (1) Protocol: ICMP (1)
Header Checksum: 0xcf36 [validatio | Header Checksum: 0x6da2 [validatio
[Header checksum status: Unverifie [Header checksum status: Unverifie
Source Address: 192.168.178.253 Source Address: 192.168.178.253
Destination Address: 192.168.178.1 Destination Address: 192.168.178.1
Internet Control Message Protocol Internet Control Message Protocol
Type: 0 (Echo (ping) reply) Type: 0 (Echo (ping) reply)
Code: 0 Code: 0
Checksum: 0x4837 [correct] | Checksum: 0x482e [correct]
[Checksum Status: Good] [Checksum Status: Good]
Identifier (BE): 1 (0x0001) Identifier (BE): 1 (0x0001)
Identifier (LE): 256 (0x0100) Identifier (LE): 256 (0x0100)
Sequence Number (BE): 16 (0x0010) | Sequence Number (BE): 25 (0x0019)
Sequence Number (LE): 4096 (0x1000 | Sequence Number (LE): 6400 (0x1900
[Request frame: 54] | [Request frame: 33]
[Response time: 0.679 ms] | [Response time: 0.563 ms]
Data (1472 bytes) Data (1472 bytes)
0000 61 62 63 64 65 66 67 68 69 6a 6b 0000 61 62 63 64 65 66 67 68 69 6a 6b
0010 71 72 73 74 75 76 77 61 62 63 64 0010 71 72 73 74 75 76 77 61 62 63 64
[payload snipped]
05a0 6f 70 71 72 73 74 75 76 77 61 62 05a0 6f 70 71 72 73 74 75 76 77 61 62
05b0 68 69 6a 6b 6c 6d 6e 6f 70 71 72 05b0 68 69 6a 6b 6c 6d 6e 6f 70 71 72
Data: 6162636465666768696a6b6c Data: 6162636465666768696a6b6c
[Length: 1472] [Length: 1472]
Full dmesg of the bridge:
OpenBSD 6.9-beta (GENERIC.MP) #414: Thu Mar 18 15:52:18 MDT 2021
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 16968937472 (16182MB)
avail mem = 16439275520 (15677MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 3.2 @ 0xe0000 (119 entries)
bios0: vendor Dell Inc. version "1.9.1" date 07/06/2020
bios0: Dell Inc. Latitude 5400
acpi0 at bios0: ACPI 6.1
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT MCFG SSDT BOOT SSDT HPET SSDT SSDT UEFI
LPIT WSMT SSDT SSDT DBGP DBG2 SSDT SSDT MSDM SLIC DMAR SSDT NHLT UEFI UEFI TPM2
ASF! BGRT
acpi0: wakeup devices RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4)
RP04(S4) PXSX(S4) RP05(S4) PXSX(S4) RP06(S4) PXSX(S4) RP07(S4) PXSX(S4)
RP08(S4) PXSX(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 15851.78 MHz, 06-8e-0c
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,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 24MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 3791.17 MHz, 06-8e-0c
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,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
cpu2 at mainbus0: apid 4 (application processor)
cpu2: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 3791.18 MHz, 06-8e-0c
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,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu2: 256KB 64b/line 8-way L2 cache
cpu2: smt 0, core 2, package 0
cpu3 at mainbus0: apid 6 (application processor)
cpu3: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 3791.17 MHz, 06-8e-0c
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,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu3: 256KB 64b/line 8-way L2 cache
cpu3: smt 0, core 3, package 0
cpu4 at mainbus0: apid 1 (application processor)
cpu4: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 3791.17 MHz, 06-8e-0c
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,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu4: 256KB 64b/line 8-way L2 cache
cpu4: smt 1, core 0, package 0
cpu5 at mainbus0: apid 3 (application processor)
cpu5: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 3791.17 MHz, 06-8e-0c
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,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu5: 256KB 64b/line 8-way L2 cache
cpu5: smt 1, core 1, package 0
cpu6 at mainbus0: apid 5 (application processor)
cpu6: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 3791.17 MHz, 06-8e-0c
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,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu6: 256KB 64b/line 8-way L2 cache
cpu6: smt 1, core 2, package 0
cpu7 at mainbus0: apid 7 (application processor)
cpu7: Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz, 3791.17 MHz, 06-8e-0c
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,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,SGX,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,MPX,RDSEED,ADX,SMAP,CLFLUSHOPT,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,XSAVEC,XGETBV1,XSAVES
cpu7: 256KB 64b/line 8-way L2 cache
cpu7: smt 1, core 3, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 120 pins
acpimcfg0 at acpi0
acpimcfg0: addr 0xf0000000, bus 0-127
acpihpet0 at acpi0: 23999999 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus -1 (RP01)
acpiprt5 at acpi0: bus -1 (RP02)
acpiprt6 at acpi0: bus -1 (RP03)
acpiprt7 at acpi0: bus -1 (RP04)
acpiprt8 at acpi0: bus -1 (RP05)
acpiprt9 at acpi0: bus -1 (RP06)
acpiprt10 at acpi0: bus -1 (RP07)
acpiprt11 at acpi0: bus 1 (RP08)
acpiprt12 at acpi0: bus -1 (RP09)
acpiprt13 at acpi0: bus -1 (RP10)
acpiprt14 at acpi0: bus -1 (RP11)
acpiprt15 at acpi0: bus -1 (RP12)
acpiprt16 at acpi0: bus -1 (RP13)
acpiprt17 at acpi0: bus -1 (RP14)
acpiprt18 at acpi0: bus -1 (RP15)
acpiprt19 at acpi0: bus -1 (RP16)
acpiprt20 at acpi0: bus -1 (RP17)
acpiprt21 at acpi0: bus -1 (RP18)
acpiprt22 at acpi0: bus -1 (RP19)
acpiprt23 at acpi0: bus -1 (RP20)
acpiprt24 at acpi0: bus -1 (RP21)
acpiprt25 at acpi0: bus -1 (RP22)
acpiprt26 at acpi0: bus -1 (RP23)
acpiprt27 at acpi0: bus -1 (RP24)
acpiec0 at acpi0
acpiec at acpi0 not configured
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
acpicmos0 at acpi0
"INT3403" at acpi0 not configured
"INT3403" at acpi0 not configured
"INT3403" at acpi0 not configured
pchgpio0 at acpi0 GPI0 addr 0xfd6e0000/0x10000 0xfd6d0000/0x10000
0xfd6a0000/0x10000 irq 14, 320 pins
"ELAN900C" at acpi0 not configured
"DELL08B8" at acpi0 not configured
"SMO8810" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"INT33A1" at acpi0 not configured
"MSFT0101" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
"PNP0C14" at acpi0 not configured
acpibtn0 at acpi0: LID0
acpibtn1 at acpi0: PBTN
acpibtn2 at acpi0: SBTN
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT0 model "DELL C5GV285" serial 6955 type LiP oem "SMP"
acpihid0 at acpi0: HIDD, 5 button array
"USBC000" at acpi0 not configured
"INT3400" at acpi0 not configured
acpipwrres0 at acpi0: BTPR, resource for HS10
acpipwrres1 at acpi0: USBC, resource for XDCI
acpipwrres2 at acpi0: V0PR
acpipwrres3 at acpi0: V1PR
acpipwrres4 at acpi0: V2PR
acpipwrres5 at acpi0: WRST
acpipwrres6 at acpi0: PAUD, resource for HDAS
acpicpu0 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu2 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu3 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu4 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu5 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu6 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpicpu7 at acpi0: C3(200@1034 mwait.1@0x60), C2(200@151 mwait.1@0x33),
C1(1000@1 mwait.1), PSS
acpitz0 at acpi0: critical temperature is 107 degC
acpipwrres7 at acpi0: PIN_
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: LCD_
cpu0: Enhanced SpeedStep 15851 MHz: speeds: 1901, 1900, 1800, 1700, 1600, 1500,
1400, 1300, 1100, 1000, 900, 800, 700, 600, 500, 400 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 8G Host" rev 0x0c
inteldrm0 at pci0 dev 2 function 0 "Intel UHD Graphics 620" rev 0x02
drm0 at inteldrm0
inteldrm0: msi, COFFEELAKE, gen 9
"Intel Core 6G Thermal" rev 0x0c at pci0 dev 4 function 0 not configured
"Intel Core GMM" rev 0x00 at pci0 dev 8 function 0 not configured
pchtemp0 at pci0 dev 18 function 0 "Intel 300 Series Thermal" rev 0x30
xhci0 at pci0 dev 20 function 0 "Intel 300 Series xHCI" rev 0x30: msi, xHCI 1.10
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 300 Series Shared SRAM" rev 0x30 at pci0 dev 20 function 2 not configured
iwm0 at pci0 dev 20 function 3 "Intel Dual Band Wireless AC 9560" rev 0x30, msix
dwiic0 at pci0 dev 21 function 0 "Intel 300 Series I2C" rev 0x30: apic 2 int 16
iic0 at dwiic0
ihidev0 at iic0 addr 0x10 irq 95, vendor 0x4f3 product 0x2844, ELAN900C
ihidev0: 14 report ids
ims0 at ihidev0 reportid 1: 1 button, tip
wsmouse0 at ims0 mux 0
hid at ihidev0 reportid 2 not configured
hid at ihidev0 reportid 3 not configured
hid at ihidev0 reportid 4 not configured
hid at ihidev0 reportid 6 not configured
hid at ihidev0 reportid 10 not configured
hid at ihidev0 reportid 14 not configured
dwiic1 at pci0 dev 21 function 1 "Intel 300 Series I2C" rev 0x30: apic 2 int 17
iic1 at dwiic1
ihidev1 at iic1 addr 0x2c irq 51, vendor 0x488 product 0x121f, DELL08B8
ihidev1: 12 report ids
imt0 at ihidev1: touchpad, 5 contacts
wsmouse1 at imt0 mux 0
ims1 at ihidev1 reportid 1: 3 buttons, Z and W dir
wsmouse2 at ims1 mux 0
hid at ihidev1 reportid 3 not configured
hid at ihidev1 reportid 4 not configured
hid at ihidev1 reportid 5 not configured
hid at ihidev1 reportid 6 not configured
hid at ihidev1 reportid 7 not configured
hid at ihidev1 reportid 10 not configured
hid at ihidev1 reportid 12 not configured
"Intel 300 Series MEI" rev 0x30 at pci0 dev 22 function 0 not configured
puc0 at pci0 dev 22 function 3 "Intel 300 Series KT" rev 0x30: ports: 16 com
com4 at puc0 port 0 apic 2 int 19: ns16550a, 16 byte fifo
pciide0 at pci0 dev 23 function 0 "Intel 82801HBM RAID" rev 0x30: DMA, channel
0 wired to native-PCI, channel 1 wired to native-PCI
pciide0: using apic 2 int 16 for native-PCI interrupt
dwiic2 at pci0 dev 25 function 0 "Intel 300 Series I2C" rev 0x30: apic 2 int 32
iic2 at dwiic2
ppb0 at pci0 dev 28 function 0 "Intel 300 Series PCIE" rev 0xf0: msi
pci1 at ppb0 bus 1
rtsx0 at pci1 dev 0 function 0 "Realtek RTS525A Card Reader" rev 0x01: msi
sdmmc0 at rtsx0: 4-bit, dma
pcib0 at pci0 dev 31 function 0 "Intel 300 Series LPC" rev 0x30
azalia0 at pci0 dev 31 function 3 "Intel 300 Series HD Audio" rev 0x30: msi
azalia0: codecs: Realtek ALC3204, Intel/0x280b, using Realtek ALC3204
audio0 at azalia0
ichiic0 at pci0 dev 31 function 4 "Intel 300 Series SMBus" rev 0x30: apic 2 int
16
iic3 at ichiic0
iic3: addr 0x29 0f=33 10=ab 11=35 12=92 13=71 14=b1 15=35 16=26 17=24 18=21
19=a0 1a=70 1b=84 1c=e0 1d=a0 1e=a0 20=07 22=40 2f=20 30=95 32=0e 33=16 8f=33
90=ab 91=35 92=92 93=71 94=b1 95=35 96=26 97=24 98=21 99=a0 9a=70 9b=84 9c=e0
9d=a0 9e=a0 a0=07 a2=40 af=20 b0=95 b2=0e b3=16 words 00=0000 01=0000 02=0000
03=0000 04=0000 05=0000 06=0000 07=0000
spdmem0 at iic3 addr 0x50: 8GB DDR4 SDRAM PC4-21300 SO-DIMM
spdmem1 at iic3 addr 0x52: 8GB DDR4 SDRAM PC4-21300 SO-DIMM
"Intel 300 Series SPI" rev 0x30 at pci0 dev 31 function 5 not configured
em0 at pci0 dev 31 function 6 "Intel I219-LM" rev 0x30: msiem0: The EEPROM
Checksum Is Not Valid
em0: Unable to initialize the hardware
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
wsmouse3 at pms0 mux 0
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
vmm0 at mainbus0: VMX/EPT
efifb at mainbus0 not configured
uhub1 at uhub0 port 2 configuration 1 interface 0 "GenesysLogic USB2.1 Hub" rev
2.10/6.54 addr 2
axe0 at uhub0 port 4 configuration 1 interface 0 "ASIX Electronics AX88772" rev
2.00/0.01 addr 3
axe0: AX88772, address 00:19:fd:4d:f6:b1
ukphy0 at axe0 phy 16: Generic IEEE 802.3u media interface, rev. 1: OUI
0x000ec6, model 0x0001
uvideo0 at uhub0 port 6 configuration 1 interface 0 "CN00XMGG8LG0003OD4H7A02
Integrated_Webcam_HD" rev 2.01/86.16 addr 4
video0 at uvideo0
uvideo1 at uhub0 port 6 configuration 1 interface 2 "CN00XMGG8LG0003OD4H7A02
Integrated_Webcam_HD" rev 2.01/86.16 addr 4
video1 at uvideo1
ugen0 at uhub0 port 8 "Broadcom Corp 58200" rev 2.00/1.01 addr 5
ugen1 at uhub0 port 10 "Intel product 0x0aaa" rev 2.00/0.02 addr 6
uhub2 at uhub0 port 14 configuration 1 interface 0 "GenesysLogic USB3.1 Hub"
rev 3.10/6.54 addr 7
ure0 at uhub2 port 4 configuration 1 interface 0 "Realtek USB 10/100/1000 LAN"
rev 3.00/31.00 addr 8
ure0: RTL8153B (0x6010), address 00:e0:4c:68:28:ed
rgephy0 at ure0 phy 0: RTL8251 PHY, rev. 0
umass0 at uhub0 port 15 configuration 1 interface 0 "Kingston DT Workspace" rev
3.00/0.09 addr 9
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
sd0 at scsibus1 targ 1 lun 0: <Kingston, DT Workspace, KS09>
serial.0951168f013400000135
sd0: 30533MB, 512 bytes/sector, 62533292 sectors
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (ed418629a16fee19.a) swap on sd0b dump on sd0b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
iwm0: hw rev 0x310, fw ver 34.3125811985.0, address 14:f6:d8:df:0a:b1
--
Jurjen Oskam