netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: fk1xdcio@duck.com
To: netdev@vger.kernel.org
Subject: 4-port ASMedia/RealTek RTL8125 2.5Gbps NIC freezes whole system
Date: Fri, 24 Feb 2023 09:37:14 -0500	[thread overview]
Message-ID: <AF9C0500-2909-4FF4-8E4E-3BAD8FD8AA14.1@smtp-inbound1.duck.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1941 bytes --]

I hope this is the correct place to ask this(?). I'm not sure if my 
large attachments will come through; this is my first attempt.

I'm having problems getting this 4-port 2.5Gbps NIC to be stable. I have 
tried on multiple different physical systems both with Xeon server and 
i7 workstation chipsets and it behaves the same way on everything. 
Testing with latest Arch Linux and kernels 6.1, 6.2, and 5.15. I'm using 
the kernel default r8169 driver.

The higher the load on the NIC the more likely the whole system freezes 
hard. Everything freezes including my serial console, SysRq doesn't 
work, even the motherboard hardware reset switch doesn't work(!). I have 
to cut power to the system to reset it.

Disabling IOMMU is more stable but doesn't fix the issue. ASPM doesn't 
work correctly on this card either despite the ASMedia 1812 supposedly 
supporting it (lots of corrected PCIe errors). Enabling or disabling 
ASPM makes no difference.

"SSU-TECH" (generic/counterfeit?) 4-port 2.5Gbps PCIe x4 card
   ASMedia ASM1812 PCIe switch (driver: pcieport)
   RTL8125BG x4 (driver: r8169)

I have tested with a normal network configuration consisting of multiple 
machines and also with lookback cables plugging the card ports in to 
itself.

I have attached the scripts I use with the loopback cables 
(crashsys.sh), lspci, and dmesg.

System freezes almost immediately with:
   3,1266,4284361895,-;pcieport 0000:04:02.0: Unable to change power 
state from D3hot to D0, device inaccessible
    SUBSYSTEM=pci
    DEVICE=+pci:0000:04:02.0

If I set permanent D0 mode (power/control=on) then the error is 
different when the system freezes:
   r8169 0000:0d:00.0 enp13s0: rtl_chipcmd_cond == 1 (loop: 100, delay: 
100).

Is there anything I can do to get more debugging information? The system 
locks so hard that I haven't gotten much so far. It's unclear if the 
problem is happening in the pcieport driver, r8169, or somewhere else.

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: crashsys.sh --]
[-- Type: text/x-shellscript; name=crashsys.sh, Size: 1164 bytes --]

#!/bin/sh
#
#    Loopback          Loopback
# enp7s0   enp8s0   enp9s0   enp10s0
#  [ ]      [ ]      [ ]      [ ]
#   |        |        |        |
#   +--------+        +--------+
#

sync

ip netns del test1 >/dev/null 2>&1
ip netns del test2 >/dev/null 2>&1

sleep 1

ip netns add test1
ip netns add test2

ip link set enp7s0 netns test1
ip link set enp8s0 netns test2
ip netns exec test1 ip addr add 172.16.0.1/24 dev enp7s0
ip netns exec test2 ip addr add 172.16.0.100/24 dev enp8s0
ip netns exec test1 ip link set dev enp7s0 up
ip netns exec test2 ip link set dev enp8s0 up

ip link set enp9s0 netns test1
ip link set enp10s0 netns test2
ip netns exec test1 ip addr add 172.16.2.1/24 dev enp9s0
ip netns exec test2 ip addr add 172.16.2.100/24 dev enp10s0
ip netns exec test1 ip link set dev enp9s0 up
ip netns exec test2 ip link set dev enp10s0 up

sleep 10

ip netns exec test1 iperf3 -D -s -p 5201 --logfile /dev/null
ip netns exec test1 iperf3 -D -s -p 5202 --logfile /dev/null
ip netns exec test2 iperf3 -c 172.16.0.1 -p 5201 --bidir --logfile /dev/null &
ip netns exec test2 iperf3 -c 172.16.2.1 -p 5202 --bidir --logfile /dev/null &

sync
cat /dev/kmsg

[-- Attachment #3: lspci.txt --]
[-- Type: text/plain, Size: 2594 bytes --]

00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 05)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5)
00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation Q87 Express LPC Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X]
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970]
03:00.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01)
04:00.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01)
04:02.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01)
04:03.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01)
04:08.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01)
04:0a.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01)
04:0b.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)

[-- Attachment #4: lspci-verbose.txt --]
[-- Type: text/plain, Size: 78445 bytes --]

00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	IOMMU group: 1
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: hsw_uncore

00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller (rev 06) (prog-if 00 [Normal decode])
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 26
	IOMMU group: 2
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: e000-efff [size=4K] [16-bit]
	Memory behind bridge: f7c00000-f7cfffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: e0000000-efffffff [size=256M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [88] Subsystem: ASUSTeK Computer Inc. Device 8534
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00218  Data: 0000
	Capabilities: [a0] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <256ns, L1 <8us
			ClockPM- Surprise- LLActRep- BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x16
			TrErr- Train- SlotClk+ DLActive- BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 75W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
			 AtomicOpsCap: Routing- 32bit+ 64bit+ 128bitCAS+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Via WAKE#, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed+ WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [140 v1] Root Complex Link
		Desc:	PortNumber=02 ComponentID=01 EltType=Config
		Link0:	Desc:	TargetPort=00 TargetComponent=01 AssocRCRB- LinkType=MemMapped LinkValid+
			Addr:	00000000fed19000
	Capabilities: [d94 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Kernel driver in use: pcieport

00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06) (prog-if 00 [VGA controller])
	DeviceName:  Onboard IGD
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 38
	IOMMU group: 0
	Region 0: Memory at f7400000 (64-bit, non-prefetchable) [size=4M]
	Region 2: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 4: I/O ports at f000 [size=64]
	Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00018  Data: 0000
	Capabilities: [d0] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D3 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: i915
	Kernel modules: i915

00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 44
	IOMMU group: 3
	Region 0: Memory at f7d34000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D3 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee004d8  Data: 0000
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE- FLReset+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 05) (prog-if 30 [XHCI])
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 36
	IOMMU group: 4
	Region 0: Memory at f7d20000 (64-bit, non-prefetchable) [size=64K]
	Capabilities: [70] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee003d8  Data: 0000
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci

00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 05)
	DeviceName:  Onboard LAN
	Subsystem: ASUSTeK Computer Inc. Device 8535
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 39
	IOMMU group: 5
	Region 0: Memory at f7d00000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at f7d3c000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at f060 [size=32]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00438  Data: 0000
	Capabilities: [e0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: e1000e
	Kernel modules: e1000e

00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 05) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	IOMMU group: 6
	Region 0: Memory at f7d3b000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 8576
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 45
	IOMMU group: 7
	Region 0: Memory at f7d30000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00518  Data: 0000
	Capabilities: [70] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE- FLReset+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=2 ArbSelect=Fixed TC/VC=04
			Status:	NegoPending- InProgress-
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

00:1c.0 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 (rev d5) (prog-if 00 [Normal decode])
	Subsystem: ASUSTeK Computer Inc. ASUS H81I-PLUS
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 27
	IOMMU group: 8
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 2000-2fff [size=4K] [16-bit]
	Memory behind bridge: ce200000-ce3fffff [size=2M] [32-bit]
	Prefetchable memory behind bridge: ce400000-ce5fffff [size=2M] [32-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes, Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0
			TrErr- Train+ SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+
			Slot #0, PowerLimit 0W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00238  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. ASUS H81I-PLUS
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1c.4 PCI bridge: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 (rev d5) (prog-if 00 [Normal decode])
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 28
	IOMMU group: 9
	Bus: primary=00, secondary=03, subordinate=0a, sec-latency=0
	I/O behind bridge: a000-dfff [size=16K] [16-bit]
	Memory behind bridge: f7800000-f7bfffff [size=4M] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	CorrErr- NonFatalErr- FatalErr- UnsupReq-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 25W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCap: CRSVisible-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range ABC, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- LN System CLS Not Supported, TPHComp- ExtTPHComp- ARIFwd-
			 AtomicOpsCap: Routing- 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: ReqEn- EgressBlck-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00258  Data: 0000
	Capabilities: [90] Subsystem: ASUSTeK Computer Inc. Device 8534
	Capabilities: [a0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport

00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 05) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	IOMMU group: 10
	Region 0: Memory at f7d3a000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci

00:1f.0 ISA bridge: Intel Corporation Q87 Express LPC Controller (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	IOMMU group: 11
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 05)
	Subsystem: ASUSTeK Computer Inc. Device 8534
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	IOMMU group: 11
	Region 0: Memory at f7d39000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at f040 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT [Radeon HD 7970/8970 OEM / R9 280X] (prog-if 00 [VGA controller])
	Subsystem: Hightech Information System Ltd. Device 3001
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 37
	IOMMU group: 2
	Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f7c00000 (64-bit, non-prefetchable) [size=256K]
	Region 4: I/O ports at e000 [size=256]
	Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x16
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete+ EqualizationPhase1+
			 EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee003f8  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [270 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [2b0 v1] Address Translation Service (ATS)
		ATSCap:	Invalidate Queue Depth: 00
		ATSCtl:	Enable-, Smallest Translation Unit: 00
	Capabilities: [2c0 v1] Page Request Interface (PRI)
		PRICtl: Enable- Reset-
		PRISta: RF- UPRGI- Stopped+
		Page Request Capacity: 00000020, Page Request Allocation: 00000000
	Capabilities: [2d0 v1] Process Address Space ID (PASID)
		PASIDCap: Exec+ Priv+, Max PASID Width: 10
		PASIDCtl: Enable- Exec- Priv-
	Kernel driver in use: radeon
	Kernel modules: radeon, amdgpu

01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti HDMI Audio [Radeon HD 7870 XT / 7950/7970]
	Subsystem: Hightech Information System Ltd. Device aaa0
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 46
	IOMMU group: 2
	Region 0: Memory at f7c60000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [48] Vendor Specific Information: Len=08 <?>
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x16
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR-
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt+ EETLPPrefix+, MaxEETLPPrefixes 1
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00558  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

03:00.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 29
	IOMMU group: 12
	Bus: primary=03, secondary=04, subordinate=0a, sec-latency=0
	I/O behind bridge: a000-dfff [size=16K] [16-bit]
	Memory behind bridge: f7800000-f7bfffff [size=4M] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00278  Data: 0000
	Capabilities: [80] Express (v2) Upstream Port, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ SlotPowerLimit 25W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x4 (downgraded)
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS-
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis+
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: Device 0000:0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 14, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 05000001 0000000f 04080004 00000000
	Capabilities: [140 v1] Power Budgeting <?>
	Capabilities: [160 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Capabilities: [180 v1] Multicast
		McastCap: MaxGroups 64, ECRCRegen-
		McastCtl: NumGroups 1, Enable-
		McastBAR: IndexPos 0, BaseAddr 0000000000000000
		McastReceiveVec:      0000000000000000
		McastBlockAllVec:     0000000000000000
		McastBlockUntransVec: 0000000000000000
		McastOverlayBAR: OverlaySize 0 (disabled), BaseAddr 0000000000000000
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+ L1_PM_Substates+
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
		L1SubCtl2:
	Kernel driver in use: pcieport

04:00.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	IOMMU group: 13
	Bus: primary=04, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 0000f000-00000fff [disabled] [32-bit]
	Memory behind bridge: fff00000-000fffff [disabled] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00298  Data: 0000
	Capabilities: [80] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 0W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- ARIFwd+
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis+, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: Device 0000:0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 14, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 04000001 0000000f 05000005 00000000
	Capabilities: [140 v1] Power Budgeting <?>
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [180 v1] Multicast
		McastCap: MaxGroups 64, ECRCRegen-
		McastCtl: NumGroups 1, Enable-
		McastBAR: IndexPos 0, BaseAddr 0000000000000000
		McastReceiveVec:      0000000000000000
		McastBlockAllVec:     0000000000000000
		McastBlockUntransVec: 0000000000000000
		McastOverlayBAR: OverlaySize 0 (disabled), BaseAddr 0000000000000000
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+ L1_PM_Substates+
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
		L1SubCtl2:
	Kernel driver in use: pcieport

04:02.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 31
	IOMMU group: 14
	Bus: primary=04, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff [disabled] [32-bit]
	Memory behind bridge: fff00000-000fffff [disabled] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D3 NoSoftRst- PME-Enable+ DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee002d8  Data: 0000
	Capabilities: [80] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd+ ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq+ AuxPwr- TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 0W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- ARIFwd+
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis+, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: Device 0000:0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 14, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 04000001 0000000f 06000006 00000000
	Capabilities: [140 v1] Power Budgeting <?>
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [180 v1] Multicast
		McastCap: MaxGroups 64, ECRCRegen-
		McastCtl: NumGroups 1, Enable-
		McastBAR: IndexPos 0, BaseAddr 0000000000000000
		McastReceiveVec:      0000000000000000
		McastBlockAllVec:     0000000000000000
		McastBlockUntransVec: 0000000000000000
		McastOverlayBAR: OverlaySize 0 (disabled), BaseAddr 0000000000000000
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+ L1_PM_Substates+
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
		L1SubCtl2:
	Kernel driver in use: pcieport

04:03.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 32
	IOMMU group: 15
	Bus: primary=04, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: d000-dfff [size=4K] [16-bit]
	Memory behind bridge: f7b00000-f7bfffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00318  Data: 0000
	Capabilities: [80] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 0W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- ARIFwd+
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis+, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: Device 0000:0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Power Budgeting <?>
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [180 v1] Multicast
		McastCap: MaxGroups 64, ECRCRegen-
		McastCtl: NumGroups 1, Enable-
		McastBAR: IndexPos 0, BaseAddr 0000000000000000
		McastReceiveVec:      0000000000000000
		McastBlockAllVec:     0000000000000000
		McastBlockUntransVec: 0000000000000000
		McastOverlayBAR: OverlaySize 0 (disabled), BaseAddr 0000000000000000
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+ L1_PM_Substates+
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
		L1SubCtl2:
	Kernel driver in use: pcieport

04:08.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 33
	IOMMU group: 16
	Bus: primary=04, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: c000-cfff [size=4K] [16-bit]
	Memory behind bridge: f7a00000-f7afffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR+
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00338  Data: 0000
	Capabilities: [80] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #8, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, PowerLimit 0W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- ARIFwd+
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis+, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: Device 0000:0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP+ BadDLLP+ Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Power Budgeting <?>
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [180 v1] Multicast
		McastCap: MaxGroups 64, ECRCRegen-
		McastCtl: NumGroups 1, Enable-
		McastBAR: IndexPos 0, BaseAddr 0000000000000000
		McastReceiveVec:      0000000000000000
		McastBlockAllVec:     0000000000000000
		McastBlockUntransVec: 0000000000000000
		McastOverlayBAR: OverlaySize 0 (disabled), BaseAddr 0000000000000000
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+ L1_PM_Substates+
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
		L1SubCtl2:
	Kernel driver in use: pcieport

04:0a.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 34
	IOMMU group: 17
	Bus: primary=04, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: b000-bfff [size=4K] [16-bit]
	Memory behind bridge: f7900000-f79fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR+ <PERR+
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00358  Data: 0000
	Capabilities: [80] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #10, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #11, PowerLimit 0W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- ARIFwd+
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis+, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: Device 0000:0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP+ BadDLLP+ Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Power Budgeting <?>
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [180 v1] Multicast
		McastCap: MaxGroups 64, ECRCRegen-
		McastCtl: NumGroups 1, Enable-
		McastBAR: IndexPos 0, BaseAddr 0000000000000000
		McastReceiveVec:      0000000000000000
		McastBlockAllVec:     0000000000000000
		McastBlockUntransVec: 0000000000000000
		McastOverlayBAR: OverlaySize 0 (disabled), BaseAddr 0000000000000000
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+ L1_PM_Substates+
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
		L1SubCtl2:
	Kernel driver in use: pcieport

04:0b.0 PCI bridge: ASMedia Technology Inc. ASM1812 6-Port PCIe x4 Gen2 Packet Switch (rev 01) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 35
	IOMMU group: 18
	Bus: primary=04, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: a000-afff [size=4K] [16-bit]
	Memory behind bridge: f7800000-f78fffff [size=1M] [32-bit]
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff [disabled] [64-bit]
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR+
	BridgeCtl: Parity- SERR+ NoISA- VGA- VGA16+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00378  Data: 0000
	Capabilities: [80] Express (v2) Downstream Port (Slot+), MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend-
		LnkCap:	Port #11, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <4us, L1 <64us
			ClockPM+ Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #12, PowerLimit 0W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis- NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- ARIFwd+
			 AtomicOpsCap: Routing-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled, ARIFwd-
			 AtomicOpsCtl: EgressBlck-
		LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis+, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [c0] Subsystem: Device 0000:0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP+ BadDLLP+ Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap- ECRCGenEn- ECRCChkCap- ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [140 v1] Power Budgeting <?>
	Capabilities: [150 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
	Capabilities: [180 v1] Multicast
		McastCap: MaxGroups 64, ECRCRegen-
		McastCtl: NumGroups 1, Enable-
		McastBAR: IndexPos 0, BaseAddr 0000000000000000
		McastReceiveVec:      0000000000000000
		McastBlockAllVec:     0000000000000000
		McastBlockUntransVec: 0000000000000000
		McastOverlayBAR: OverlaySize 0 (disabled), BaseAddr 0000000000000000
	Capabilities: [1c0 v1] Secondary PCI Express
		LnkCtl3: LnkEquIntrruptEn- PerformEqu-
		LaneErrStat: 0
	Capabilities: [200 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2- PCI-PM_L1.1+ ASPM_L1.2- ASPM_L1.1+ L1_PM_Substates+
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
		L1SubCtl2:
	Kernel driver in use: pcieport

07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
	Subsystem: Realtek Semiconductor Co., Ltd. Device 0123
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 19
	IOMMU group: 19
	Region 0: I/O ports at d000 [size=256]
	Region 2: Memory at f7b00000 (64-bit, non-prefetchable) [size=64K]
	Region 4: Memory at f7b10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via message/WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp+ ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [b0] MSI-X: Enable+ Count=32 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [d0] Vital Product Data
		Not readable
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Capabilities: [168 v1] Device Serial Number xx-xx-xx-xx-xx-xx-xx-xx
	Capabilities: [178 v1] Transaction Processing Hints
		No steering table available
	Capabilities: [204 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Capabilities: [20c v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=150us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [21c v1] Vendor Specific Information: ID=0002 Rev=4 Len=100 <?>
	Kernel driver in use: r8169
	Kernel modules: r8169

08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
	Subsystem: Realtek Semiconductor Co., Ltd. Device 0123
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	IOMMU group: 20
	Region 0: I/O ports at c000 [size=256]
	Region 2: Memory at f7a00000 (64-bit, non-prefetchable) [size=64K]
	Region 4: Memory at f7a10000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via message/WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp+ ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [b0] MSI-X: Enable+ Count=32 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [d0] Vital Product Data
		Not readable
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP+ Rollover- Timeout+ AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Capabilities: [168 v1] Device Serial Number xx-xx-xx-xx-xx-xx-xx-xx
	Capabilities: [178 v1] Transaction Processing Hints
		No steering table available
	Capabilities: [204 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Capabilities: [20c v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=150us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [21c v1] Vendor Specific Information: ID=0002 Rev=4 Len=100 <?>
	Kernel driver in use: r8169
	Kernel modules: r8169

09:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
	Subsystem: Realtek Semiconductor Co., Ltd. Device 0123
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 18
	IOMMU group: 21
	Region 0: I/O ports at b000 [size=256]
	Region 2: Memory at f7900000 (64-bit, non-prefetchable) [size=64K]
	Region 4: Memory at f7910000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via message/WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp+ ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [b0] MSI-X: Enable+ Count=32 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [d0] Vital Product Data
		Not readable
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP+ Rollover- Timeout+ AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Capabilities: [168 v1] Device Serial Number xx-xx-xx-xx-xx-xx-xx-xx
	Capabilities: [178 v1] Transaction Processing Hints
		No steering table available
	Capabilities: [204 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Capabilities: [20c v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=150us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [21c v1] Vendor Specific Information: ID=0002 Rev=4 Len=100 <?>
	Kernel driver in use: r8169
	Kernel modules: r8169

0a:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 05)
	Subsystem: Realtek Semiconductor Co., Ltd. Device 0123
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 19
	IOMMU group: 22
	Region 0: I/O ports at a000 [size=256]
	Region 2: Memory at f7800000 (64-bit, non-prefetchable) [size=64K]
	Region 4: Memory at f7810000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
		Address: 0000000000000000  Data: 0000
		Masking: 00000000  Pending: 00000000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0W
		DevCtl:	CorrErr+ NonFatalErr+ FatalErr+ UnsupReq+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ NonFatalErr- FatalErr- UnsupReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes, Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1
			TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR+
			 10BitTagComp- 10BitTagReq- OBFF Via message/WAKE#, ExtFmt- EETLPPrefix-
			 EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit-
			 FRS- TPHComp+ ExtTPHComp-
			 AtomicOpsCap: 32bit- 64bit- 128bitCAS-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR+ 10BitTagReq- OBFF Disabled,
			 AtomicOpsCtl: ReqEn-
		LnkCap2: Supported Link Speeds: 2.5-5GT/s, Crosslink- Retimer- 2Retimers- DRS-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance Preset/De-emphasis: -6dB de-emphasis, 0dB preshoot
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete- EqualizationPhase1-
			 EqualizationPhase2- EqualizationPhase3- LinkEqualizationRequest-
			 Retimer- 2Retimers- CrosslinkRes: unsupported
	Capabilities: [b0] MSI-X: Enable+ Count=32 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [d0] Vital Product Data
		Not readable
	Capabilities: [100 v2] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr+ BadTLP- BadDLLP+ Rollover- Timeout+ AdvNonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+
		AERCap:	First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn-
			MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap-
		HeaderLog: 00000000 00000000 00000000 00000000
	Capabilities: [148 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Capabilities: [168 v1] Device Serial Number xx-xx-xx-xx-xx-xx-xx-xx
	Capabilities: [178 v1] Transaction Processing Hints
		No steering table available
	Capabilities: [204 v1] Latency Tolerance Reporting
		Max snoop latency: 71680ns
		Max no snoop latency: 71680ns
	Capabilities: [20c v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=150us PortTPowerOnTime=150us
		L1SubCtl1: PCI-PM_L1.2- PCI-PM_L1.1- ASPM_L1.2- ASPM_L1.1-
			   T_CommonMode=0us LTR1.2_Threshold=0ns
		L1SubCtl2: T_PwrOn=10us
	Capabilities: [21c v1] Vendor Specific Information: ID=0002 Rev=4 Len=100 <?>
	Kernel driver in use: r8169
	Kernel modules: r8169


[-- Attachment #5: dmesg.txt --]
[-- Type: text/plain, Size: 91283 bytes --]

[    0.000000] microcode: microcode updated early to revision 0x28, date = 2019-11-12
[    0.000000] Linux version 6.1.12-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230201, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Tue, 14 Feb 2023 22:08:08 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx rw loglevel=3 sysrq_always_enabled consoleblank=300 max_loop=64 intel_iommu=on iommu=pt
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000001000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000090000-0x0000000000090fff] type 20
[    0.000000] BIOS-e820: [mem 0x0000000000091000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000094f58fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000094f59000-0x0000000094f5ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000094f60000-0x00000000953b8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000953b9000-0x000000009583dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009583e000-0x00000000a9232fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a9233000-0x00000000aa6bffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000aa6c0000-0x00000000aa700fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000aa701000-0x00000000aac50fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000aac51000-0x00000000abf51fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000abf52000-0x00000000abffefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000abfff000-0x00000000abffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ae000000-0x00000000ce1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000831dfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi: ESRT=0xabf50898 ACPI=0xaa6e8000 ACPI 2.0=0xaa6e8000 SMBIOS=0xabf50518 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: ASUS All Series/Q87M-E, BIOS 3801 03/22/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3092.837 MHz processor
[    0.000037] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000040] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000049] last_pfn = 0x831e00 max_arch_pfn = 0x400000000
[    0.000155] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000620] total RAM covered: 32254M
[    0.000741]  gran_size: 64K 	chunk_size: 64K 	num_reg: 10  	lose cover RAM: 30M
[    0.000743]  gran_size: 64K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 30M
[    0.000744]  gran_size: 64K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 30M
[    0.000745]  gran_size: 64K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 30M
[    0.000746]  gran_size: 64K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 30M
[    0.000748]  gran_size: 64K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 30M
[    0.000749]  gran_size: 64K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 30M
[    0.000750]  gran_size: 64K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 30M
[    0.000751]  gran_size: 64K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000752]  gran_size: 64K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000753] *BAD*gran_size: 64K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000755] *BAD*gran_size: 64K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000756] *BAD*gran_size: 64K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -192M
[    0.000757] *BAD*gran_size: 64K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -192M
[    0.000758] *BAD*gran_size: 64K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -192M
[    0.000760] *BAD*gran_size: 64K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1216M
[    0.000761]  gran_size: 128K 	chunk_size: 128K 	num_reg: 10  	lose cover RAM: 30M
[    0.000762]  gran_size: 128K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 30M
[    0.000763]  gran_size: 128K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 30M
[    0.000764]  gran_size: 128K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 30M
[    0.000765]  gran_size: 128K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 30M
[    0.000767]  gran_size: 128K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 30M
[    0.000768]  gran_size: 128K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 30M
[    0.000769]  gran_size: 128K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000770]  gran_size: 128K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000771] *BAD*gran_size: 128K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000772] *BAD*gran_size: 128K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000773] *BAD*gran_size: 128K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -192M
[    0.000775] *BAD*gran_size: 128K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -192M
[    0.000776] *BAD*gran_size: 128K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -192M
[    0.000777] *BAD*gran_size: 128K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1216M
[    0.000778]  gran_size: 256K 	chunk_size: 256K 	num_reg: 10  	lose cover RAM: 30M
[    0.000779]  gran_size: 256K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 30M
[    0.000780]  gran_size: 256K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 30M
[    0.000782]  gran_size: 256K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 30M
[    0.000783]  gran_size: 256K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 30M
[    0.000784]  gran_size: 256K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 30M
[    0.000785]  gran_size: 256K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000786]  gran_size: 256K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000787] *BAD*gran_size: 256K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000788] *BAD*gran_size: 256K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000790] *BAD*gran_size: 256K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -192M
[    0.000791] *BAD*gran_size: 256K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -192M
[    0.000792] *BAD*gran_size: 256K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -192M
[    0.000793] *BAD*gran_size: 256K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1216M
[    0.000794]  gran_size: 512K 	chunk_size: 512K 	num_reg: 10  	lose cover RAM: 30M
[    0.000795]  gran_size: 512K 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 30M
[    0.000797]  gran_size: 512K 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 30M
[    0.000798]  gran_size: 512K 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 30M
[    0.000799]  gran_size: 512K 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 30M
[    0.000800]  gran_size: 512K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000801]  gran_size: 512K 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000802] *BAD*gran_size: 512K 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000803] *BAD*gran_size: 512K 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000805] *BAD*gran_size: 512K 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -192M
[    0.000806] *BAD*gran_size: 512K 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -192M
[    0.000807] *BAD*gran_size: 512K 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -192M
[    0.000808] *BAD*gran_size: 512K 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1216M
[    0.000809]  gran_size: 1M 	chunk_size: 1M 	num_reg: 10  	lose cover RAM: 30M
[    0.000811]  gran_size: 1M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 30M
[    0.000812]  gran_size: 1M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 30M
[    0.000813]  gran_size: 1M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 30M
[    0.000814]  gran_size: 1M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000815]  gran_size: 1M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000816] *BAD*gran_size: 1M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000817] *BAD*gran_size: 1M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000818] *BAD*gran_size: 1M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -192M
[    0.000820] *BAD*gran_size: 1M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -192M
[    0.000821] *BAD*gran_size: 1M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -192M
[    0.000822] *BAD*gran_size: 1M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1216M
[    0.000823]  gran_size: 2M 	chunk_size: 2M 	num_reg: 10  	lose cover RAM: 30M
[    0.000824]  gran_size: 2M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 30M
[    0.000825]  gran_size: 2M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 30M
[    0.000826]  gran_size: 2M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000828]  gran_size: 2M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000829] *BAD*gran_size: 2M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000830] *BAD*gran_size: 2M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000831] *BAD*gran_size: 2M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -192M
[    0.000832] *BAD*gran_size: 2M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -192M
[    0.000833] *BAD*gran_size: 2M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -192M
[    0.000834] *BAD*gran_size: 2M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1216M
[    0.000836]  gran_size: 4M 	chunk_size: 4M 	num_reg: 10  	lose cover RAM: 30M
[    0.000837]  gran_size: 4M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 30M
[    0.000838]  gran_size: 4M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000839]  gran_size: 4M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000840] *BAD*gran_size: 4M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000841] *BAD*gran_size: 4M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000842] *BAD*gran_size: 4M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -190M
[    0.000844] *BAD*gran_size: 4M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -190M
[    0.000845] *BAD*gran_size: 4M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -190M
[    0.000846] *BAD*gran_size: 4M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1214M
[    0.000847]  gran_size: 8M 	chunk_size: 8M 	num_reg: 10  	lose cover RAM: 30M
[    0.000848]  gran_size: 8M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000849]  gran_size: 8M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000850] *BAD*gran_size: 8M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000851] *BAD*gran_size: 8M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000853] *BAD*gran_size: 8M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -186M
[    0.000854] *BAD*gran_size: 8M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -186M
[    0.000855] *BAD*gran_size: 8M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -186M
[    0.000856] *BAD*gran_size: 8M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1210M
[    0.000857]  gran_size: 16M 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 30M
[    0.000858]  gran_size: 16M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000859] *BAD*gran_size: 16M 	chunk_size: 64M 	num_reg: 10  	lose cover RAM: -34M
[    0.000861] *BAD*gran_size: 16M 	chunk_size: 128M 	num_reg: 10  	lose cover RAM: -98M
[    0.000862] *BAD*gran_size: 16M 	chunk_size: 256M 	num_reg: 10  	lose cover RAM: -178M
[    0.000863] *BAD*gran_size: 16M 	chunk_size: 512M 	num_reg: 10  	lose cover RAM: -178M
[    0.000864] *BAD*gran_size: 16M 	chunk_size: 1G 	num_reg: 10  	lose cover RAM: -178M
[    0.000865] *BAD*gran_size: 16M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: -1202M
[    0.000866]  gran_size: 32M 	chunk_size: 32M 	num_reg: 10  	lose cover RAM: 30M
[    0.000868]  gran_size: 32M 	chunk_size: 64M 	num_reg: 9  	lose cover RAM: 30M
[    0.000869]  gran_size: 32M 	chunk_size: 128M 	num_reg: 9  	lose cover RAM: 30M
[    0.000870]  gran_size: 32M 	chunk_size: 256M 	num_reg: 9  	lose cover RAM: 30M
[    0.000871]  gran_size: 32M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 30M
[    0.000872]  gran_size: 32M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 30M
[    0.000873]  gran_size: 32M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 30M
[    0.000875]  gran_size: 64M 	chunk_size: 64M 	num_reg: 9  	lose cover RAM: 62M
[    0.000876]  gran_size: 64M 	chunk_size: 128M 	num_reg: 9  	lose cover RAM: 62M
[    0.000877]  gran_size: 64M 	chunk_size: 256M 	num_reg: 9  	lose cover RAM: 62M
[    0.000878]  gran_size: 64M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 62M
[    0.000879]  gran_size: 64M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 62M
[    0.000880]  gran_size: 64M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 62M
[    0.000881]  gran_size: 128M 	chunk_size: 128M 	num_reg: 8  	lose cover RAM: 126M
[    0.000883]  gran_size: 128M 	chunk_size: 256M 	num_reg: 9  	lose cover RAM: 126M
[    0.000884]  gran_size: 128M 	chunk_size: 512M 	num_reg: 9  	lose cover RAM: 126M
[    0.000885]  gran_size: 128M 	chunk_size: 1G 	num_reg: 9  	lose cover RAM: 126M
[    0.000886]  gran_size: 128M 	chunk_size: 2G 	num_reg: 10  	lose cover RAM: 126M
[    0.000887]  gran_size: 256M 	chunk_size: 256M 	num_reg: 7  	lose cover RAM: 254M
[    0.000888]  gran_size: 256M 	chunk_size: 512M 	num_reg: 7  	lose cover RAM: 254M
[    0.000889]  gran_size: 256M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 254M
[    0.000891]  gran_size: 256M 	chunk_size: 2G 	num_reg: 9  	lose cover RAM: 254M
[    0.000892]  gran_size: 512M 	chunk_size: 512M 	num_reg: 6  	lose cover RAM: 510M
[    0.000893]  gran_size: 512M 	chunk_size: 1G 	num_reg: 8  	lose cover RAM: 510M
[    0.000894]  gran_size: 512M 	chunk_size: 2G 	num_reg: 9  	lose cover RAM: 510M
[    0.000895]  gran_size: 1G 	chunk_size: 1G 	num_reg: 4  	lose cover RAM: 1534M
[    0.000896]  gran_size: 1G 	chunk_size: 2G 	num_reg: 4  	lose cover RAM: 1534M
[    0.000897]  gran_size: 2G 	chunk_size: 2G 	num_reg: 4  	lose cover RAM: 1534M
[    0.000898] mtrr_cleanup: can not find optimal value
[    0.000899] please specify mtrr_gran_size/mtrr_chunk_size
[    0.000903] e820: update [mem 0xae000000-0xffffffff] usable ==> reserved
[    0.000907] last_pfn = 0xac000 max_arch_pfn = 0x400000000
[    0.008487] esrt: Reserving ESRT space from 0x00000000abf50898 to 0x00000000abf508d0.
[    0.008510] Using GB pages for direct mapping
[    0.008832] Secure boot disabled
[    0.008833] RAMDISK: [mem 0x2ef85000-0x337b9fff]
[    0.008837] ACPI: Early table checksum verification disabled
[    0.008840] ACPI: RSDP 0x00000000AA6E8000 000024 (v02 ALASKA)
[    0.008843] ACPI: XSDT 0x00000000AA6E8090 000094 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008849] ACPI: FACP 0x00000000AA6F6328 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.008854] ACPI: DSDT 0x00000000AA6E81B8 00E16C (v02 ALASKA A M I    00000031 INTL 20091112)
[    0.008856] ACPI: FACS 0x00000000AAC4F080 000040
[    0.008859] ACPI: APIC 0x00000000AA6F6438 000092 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.008861] ACPI: FPDT 0x00000000AA6F64D0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008864] ACPI: ASF! 0x00000000AA6F6518 0000A5 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.008867] ACPI: LPIT 0x00000000AA6F65C0 00005C (v01 ALASKA A M I    00000000 AMI. 00000005)
[    0.008869] ACPI: SSDT 0x00000000AA6F6620 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20091112)
[    0.008872] ACPI: SSDT 0x00000000AA6F6B60 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20091112)
[    0.008875] ACPI: MCFG 0x00000000AA6F7638 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.008877] ACPI: HPET 0x00000000AA6F7678 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.008880] ACPI: SSDT 0x00000000AA6F76B0 00036D (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.008883] ACPI: SSDT 0x00000000AA6F7A20 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.008885] ACPI: DMAR 0x00000000AA700C20 0000B8 (v01 INTEL  HSW      00000001 INTL 00000001)
[    0.008888] ACPI: VFCT 0x00000000AA6FAF60 005C84 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.008891] ACPI: BGRT 0x00000000AA700BE8 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.008893] ACPI: Reserving FACP table memory at [mem 0xaa6f6328-0xaa6f6433]
[    0.008894] ACPI: Reserving DSDT table memory at [mem 0xaa6e81b8-0xaa6f6323]
[    0.008895] ACPI: Reserving FACS table memory at [mem 0xaac4f080-0xaac4f0bf]
[    0.008896] ACPI: Reserving APIC table memory at [mem 0xaa6f6438-0xaa6f64c9]
[    0.008897] ACPI: Reserving FPDT table memory at [mem 0xaa6f64d0-0xaa6f6513]
[    0.008898] ACPI: Reserving ASF! table memory at [mem 0xaa6f6518-0xaa6f65bc]
[    0.008899] ACPI: Reserving LPIT table memory at [mem 0xaa6f65c0-0xaa6f661b]
[    0.008900] ACPI: Reserving SSDT table memory at [mem 0xaa6f6620-0xaa6f6b58]
[    0.008901] ACPI: Reserving SSDT table memory at [mem 0xaa6f6b60-0xaa6f7637]
[    0.008902] ACPI: Reserving MCFG table memory at [mem 0xaa6f7638-0xaa6f7673]
[    0.008903] ACPI: Reserving HPET table memory at [mem 0xaa6f7678-0xaa6f76af]
[    0.008904] ACPI: Reserving SSDT table memory at [mem 0xaa6f76b0-0xaa6f7a1c]
[    0.008905] ACPI: Reserving SSDT table memory at [mem 0xaa6f7a20-0xaa6faf00]
[    0.008906] ACPI: Reserving DMAR table memory at [mem 0xaa700c20-0xaa700cd7]
[    0.008907] ACPI: Reserving VFCT table memory at [mem 0xaa6faf60-0xaa700be3]
[    0.008908] ACPI: Reserving BGRT table memory at [mem 0xaa700be8-0xaa700c1f]
[    0.008949] No NUMA configuration found
[    0.008950] Faking a node at [mem 0x0000000000000000-0x0000000831dfffff]
[    0.008954] NODE_DATA(0) allocated [mem 0x831dfb000-0x831dfffff]
[    0.009003] Zone ranges:
[    0.009004]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.009006]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.009007]   Normal   [mem 0x0000000100000000-0x0000000831dfffff]
[    0.009008]   Device   empty
[    0.009009] Movable zone start for each node
[    0.009009] Early memory node ranges
[    0.009010]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.009011]   node   0: [mem 0x0000000000059000-0x000000000008ffff]
[    0.009012]   node   0: [mem 0x0000000000091000-0x000000000009dfff]
[    0.009012]   node   0: [mem 0x0000000000100000-0x0000000094f58fff]
[    0.009013]   node   0: [mem 0x0000000094f60000-0x00000000953b8fff]
[    0.009014]   node   0: [mem 0x000000009583e000-0x00000000a9232fff]
[    0.009015]   node   0: [mem 0x00000000abfff000-0x00000000abffffff]
[    0.009016]   node   0: [mem 0x0000000100000000-0x0000000831dfffff]
[    0.009019] Initmem setup node 0 [mem 0x0000000000001000-0x0000000831dfffff]
[    0.009023] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.009024] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.009025] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.009045] On node 0, zone DMA: 98 pages in unavailable ranges
[    0.013168] On node 0, zone DMA32: 7 pages in unavailable ranges
[    0.013753] On node 0, zone DMA32: 1157 pages in unavailable ranges
[    0.013857] On node 0, zone DMA32: 11724 pages in unavailable ranges
[    0.067942] On node 0, zone Normal: 16384 pages in unavailable ranges
[    0.068167] On node 0, zone Normal: 25088 pages in unavailable ranges
[    0.068183] Reserving Intel graphics memory at [mem 0xae200000-0xce1fffff]
[    0.068256] ACPI: PM-Timer IO Port: 0x1808
[    0.068263] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.068273] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.068276] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.068277] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.068281] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.068282] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.068287] efi_bgrt: Ignoring BGRT: invalid image address
[    0.068289] TSC deadline timer available
[    0.068290] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.068320] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.068322] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.068324] PM: hibernation: Registered nosave memory: [mem 0x00090000-0x00090fff]
[    0.068326] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.068327] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.068329] PM: hibernation: Registered nosave memory: [mem 0x94f59000-0x94f5ffff]
[    0.068331] PM: hibernation: Registered nosave memory: [mem 0x953b9000-0x9583dfff]
[    0.068333] PM: hibernation: Registered nosave memory: [mem 0xa9233000-0xaa6bffff]
[    0.068333] PM: hibernation: Registered nosave memory: [mem 0xaa6c0000-0xaa700fff]
[    0.068334] PM: hibernation: Registered nosave memory: [mem 0xaa701000-0xaac50fff]
[    0.068335] PM: hibernation: Registered nosave memory: [mem 0xaac51000-0xabf51fff]
[    0.068335] PM: hibernation: Registered nosave memory: [mem 0xabf52000-0xabffefff]
[    0.068337] PM: hibernation: Registered nosave memory: [mem 0xac000000-0xadffffff]
[    0.068338] PM: hibernation: Registered nosave memory: [mem 0xae000000-0xce1fffff]
[    0.068338] PM: hibernation: Registered nosave memory: [mem 0xce200000-0xf7ffffff]
[    0.068339] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.068339] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.068340] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.068341] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.068341] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.068342] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.068342] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.068343] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.068344] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.068344] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.068345] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.068346] [mem 0xce200000-0xf7ffffff] available for PCI devices
[    0.068347] Booting paravirtualized kernel on bare hardware
[    0.068349] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.073064] setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.073280] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.073292] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.073294] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.073318] Fallback order for Node 0: 0 
[    0.073321] Built 1 zonelists, mobility grouping on.  Total pages: 8107001
[    0.073322] Policy zone: Normal
[    0.073323] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c6ac6634-cca6-4056-afb1-b6d1fd2c44a2 rw loglevel=3 sysrq_always_enabled consoleblank=300 max_loop=64 intel_iommu=on iommu=pt
[    0.073386] sysrq: sysrq always enabled.
[    0.073418] DMAR: IOMMU enabled
[    0.073434] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux max_loop=64", will be passed to user space.
[    0.073458] random: crng init done
[    0.075093] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.075937] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.076120] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.076128] software IO TLB: area num 8.
[    0.165974] Memory: 32107016K/32943372K available (16391K kernel code, 2160K rwdata, 11076K rodata, 2144K init, 3332K bss, 836096K reserved, 0K cma-reserved)
[    0.166100] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.166112] Kernel/User page tables isolation: enabled
[    0.166127] ftrace: allocating 46413 entries in 182 pages
[    0.173350] ftrace: allocated 182 pages with 5 groups
[    0.173417] Dynamic Preempt: full
[    0.173447] rcu: Preemptible hierarchical RCU implementation.
[    0.173448] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[    0.173448] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.173449] 	Trampoline variant of Tasks RCU enabled.
[    0.173450] 	Rude variant of Tasks RCU enabled.
[    0.173450] 	Tracing variant of Tasks RCU enabled.
[    0.173451] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.173451] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.177261] NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
[    0.177429] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.177531] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.177553] Console: colour dummy device 80x25
[    0.177581] printk: console [tty0] enabled
[    0.177601] ACPI: Core revision 20220331
[    0.177713] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.177724] APIC: Switch to symmetric I/O mode setup
[    0.177726] DMAR: Host address width 39
[    0.177727] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.177732] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.177734] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.177737] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.177738] DMAR: RMRR base: 0x000000abe74000 end: 0x000000abe82fff
[    0.177739] DMAR: RMRR base: 0x000000ae000000 end: 0x000000ce1fffff
[    0.177741] DMAR-IR: IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 1
[    0.177743] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.177743] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.178255] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.178257] x2apic enabled
[    0.178262] Switched APIC routing to cluster x2apic.
[    0.178658] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.194393] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2c94d933972, max_idle_ns: 440795249834 ns
[    0.194397] Calibrating delay loop (skipped), value calculated using timer frequency.. 6188.41 BogoMIPS (lpj=10309456)
[    0.194399] pid_max: default: 32768 minimum: 301
[    0.197699] LSM: Security Framework initializing
[    0.197704] landlock: Up and running.
[    0.197706] Yama: becoming mindful.
[    0.197713] LSM support for eBPF active
[    0.197790] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.197850] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.198056] CPU0: Thermal monitoring enabled (TM1)
[    0.198083] process: using mwait in idle threads
[    0.198085] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.198087] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.198090] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.198092] Spectre V2 : Mitigation: Retpolines
[    0.198093] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.198094] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.198094] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.198095] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.198097] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.198098] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.198100] MDS: Mitigation: Clear CPU buffers
[    0.198101] MMIO Stale Data: Unknown: No mitigations
[    0.198102] SRBDS: Mitigation: Microcode
[    0.212693] Freeing SMP alternatives memory: 40K
[    0.213280] smpboot: CPU0: Intel(R) Core(TM) i7-4770S CPU @ 3.10GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.213398] cblist_init_generic: Setting adjustable number of callback queues.
[    0.213399] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.213411] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.213423] cblist_init_generic: Setting shift to 3 and lim to 1.
[    0.213432] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.213464] ... version:                3
[    0.213465] ... bit width:              48
[    0.213466] ... generic registers:      4
[    0.213466] ... value mask:             0000ffffffffffff
[    0.213467] ... max period:             00007fffffffffff
[    0.213468] ... fixed-purpose events:   3
[    0.213468] ... event mask:             000000070000000f
[    0.213590] Estimated ratio of average max frequency by base frequency (times 1024): 1156
[    0.213606] rcu: Hierarchical SRCU implementation.
[    0.213607] rcu: 	Max phase no-delay instances is 1000.
[    0.214356] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.214395] smp: Bringing up secondary CPUs ...
[    0.214395] x86: Booting SMP configuration:
[    0.214395] .... node  #0, CPUs:      #1 #2 #3 #4
[    0.218528] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.218528]  #5 #6 #7
[    0.218528] smp: Brought up 1 node, 8 CPUs
[    0.218528] smpboot: Max logical packages: 1
[    0.218528] smpboot: Total of 8 processors activated (49505.28 BogoMIPS)
[    0.221929] devtmpfs: initialized
[    0.221929] x86/mm: Memory block size: 128MB
[    0.222750] ACPI: PM: Registering ACPI NVS region [mem 0x94f59000-0x94f5ffff] (28672 bytes)
[    0.222750] ACPI: PM: Registering ACPI NVS region [mem 0xaa701000-0xaac50fff] (5570560 bytes)
[    0.222750] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.222750] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.222750] pinctrl core: initialized pinctrl subsystem
[    0.222750] PM: RTC time: 04:24:37, date: 2023-02-24
[    0.222750] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.224656] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.224889] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.225123] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.225134] audit: initializing netlink subsys (disabled)
[    0.225140] audit: type=2000 audit(1677212677.046:1): state=initialized audit_enabled=0 res=1
[    0.225140] thermal_sys: Registered thermal governor 'fair_share'
[    0.225140] thermal_sys: Registered thermal governor 'bang_bang'
[    0.225140] thermal_sys: Registered thermal governor 'step_wise'
[    0.225140] thermal_sys: Registered thermal governor 'user_space'
[    0.225140] thermal_sys: Registered thermal governor 'power_allocator'
[    0.225140] cpuidle: using governor ladder
[    0.225140] cpuidle: using governor menu
[    0.225140] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.225140] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.225140] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.225140] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.225140] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.225140] PCI: Using configuration type 1 for base access
[    0.225140] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.225140] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.225678] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.234425] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.234425] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.234425] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.234425] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.236440] ACPI: Added _OSI(Module Device)
[    0.236440] ACPI: Added _OSI(Processor Device)
[    0.236440] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.236440] ACPI: Added _OSI(Processor Aggregator Device)
[    0.250718] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.252395] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.253706] ACPI: Dynamic OEM Table Load:
[    0.253714] ACPI: SSDT 0xFFFF95F681047400 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20091112)
[    0.254566] ACPI: Dynamic OEM Table Load:
[    0.254572] ACPI: SSDT 0xFFFF95F6816CC800 0005AA (v01 PmRef  ApIst    00003000 INTL 20091112)
[    0.255378] ACPI: Dynamic OEM Table Load:
[    0.255381] ACPI: SSDT 0xFFFF95F681734E00 000119 (v01 PmRef  ApCst    00003000 INTL 20091112)
[    0.257905] ACPI: Interpreter enabled
[    0.257930] ACPI: PM: (supports S0 S3 S4 S5)
[    0.257931] ACPI: Using IOAPIC for interrupt routing
[    0.257956] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.257957] PCI: Using E820 reservations for host bridge windows
[    0.258393] ACPI: Enabled 10 GPEs in block 00 to 3F
[    0.268644] ACPI: PM: Power Resource [FN00]
[    0.268706] ACPI: PM: Power Resource [FN01]
[    0.268764] ACPI: PM: Power Resource [FN02]
[    0.268821] ACPI: PM: Power Resource [FN03]
[    0.268878] ACPI: PM: Power Resource [FN04]
[    0.269590] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.269596] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.269757] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.269916] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
[    0.269918] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.270398] PCI host bridge to bus 0000:00
[    0.270400] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.270402] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.270404] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.270405] pci_bus 0000:00: root bus resource [mem 0xce200000-0xfeafffff window]
[    0.270406] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.270419] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.270477] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.270511] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.270826] pci 0000:00:02.0: [8086:0412] type 00 class 0x030000
[    0.270834] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.270839] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.270842] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.270853] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.270856] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.270928] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.270934] pci 0000:00:03.0: reg 0x10: [mem 0xf7d34000-0xf7d37fff 64bit]
[    0.271016] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.271031] pci 0000:00:14.0: reg 0x10: [mem 0xf7d20000-0xf7d2ffff 64bit]
[    0.271084] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.271171] pci 0000:00:19.0: [8086:153a] type 00 class 0x020000
[    0.271183] pci 0000:00:19.0: reg 0x10: [mem 0xf7d00000-0xf7d1ffff]
[    0.271190] pci 0000:00:19.0: reg 0x14: [mem 0xf7d3c000-0xf7d3cfff]
[    0.271197] pci 0000:00:19.0: reg 0x18: [io  0xf060-0xf07f]
[    0.271247] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.271309] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.271323] pci 0000:00:1a.0: reg 0x10: [mem 0xf7d3b000-0xf7d3b3ff]
[    0.271396] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.271461] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.271473] pci 0000:00:1b.0: reg 0x10: [mem 0xf7d30000-0xf7d33fff 64bit]
[    0.271528] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.271594] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.271662] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.271679] pci 0000:00:1c.0: Enabling MPC IRBNCE
[    0.271681] pci 0000:00:1c.0: Intel PCH root port ACS workaround enabled
[    0.271975] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.272043] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.272060] pci 0000:00:1c.4: Enabling MPC IRBNCE
[    0.272062] pci 0000:00:1c.4: Intel PCH root port ACS workaround enabled
[    0.272357] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.272372] pci 0000:00:1d.0: reg 0x10: [mem 0xf7d3a000-0xf7d3a3ff]
[    0.272446] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.272518] pci 0000:00:1f.0: [8086:8c4e] type 00 class 0x060100
[    0.272673] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.272688] pci 0000:00:1f.3: reg 0x10: [mem 0xf7d39000-0xf7d390ff 64bit]
[    0.272705] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.272791] pci 0000:01:00.0: [1002:6798] type 00 class 0x030000
[    0.272800] pci 0000:01:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.272806] pci 0000:01:00.0: reg 0x18: [mem 0xf7c00000-0xf7c3ffff 64bit]
[    0.272811] pci 0000:01:00.0: reg 0x20: [io  0xe000-0xe0ff]
[    0.272818] pci 0000:01:00.0: reg 0x30: [mem 0xf7c40000-0xf7c5ffff pref]
[    0.272831] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.272855] pci 0000:01:00.0: supports D1 D2
[    0.272856] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.272938] pci 0000:01:00.1: [1002:aaa0] type 00 class 0x040300
[    0.272946] pci 0000:01:00.1: reg 0x10: [mem 0xf7c60000-0xf7c63fff 64bit]
[    0.272984] pci 0000:01:00.1: supports D1 D2
[    0.273028] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.273030] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.273032] pci 0000:00:01.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.273035] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.273085] acpiphp: Slot [1] registered
[    0.273090] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.273152] pci 0000:03:00.0: [1b21:1812] type 01 class 0x060400
[    0.273204] pci 0000:03:00.0: enabling Extended Tags
[    0.273280] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[    0.273344] pci 0000:03:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:1c.4 (capable of 63.008 Gb/s with 8.0 GT/s PCIe x8 link)
[    0.273445] pci 0000:00:1c.4: PCI bridge to [bus 03-0a]
[    0.273448] pci 0000:00:1c.4:   bridge window [io  0xa000-0xdfff]
[    0.273450] pci 0000:00:1c.4:   bridge window [mem 0xf7800000-0xf7bfffff]
[    0.273503] pci 0000:04:00.0: [1b21:1812] type 01 class 0x060400
[    0.273556] pci 0000:04:00.0: enabling Extended Tags
[    0.273638] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.273783] pci 0000:04:02.0: [1b21:1812] type 01 class 0x060400
[    0.273836] pci 0000:04:02.0: enabling Extended Tags
[    0.273917] pci 0000:04:02.0: PME# supported from D0 D3hot D3cold
[    0.274051] pci 0000:04:03.0: [1b21:1812] type 01 class 0x060400
[    0.274103] pci 0000:04:03.0: enabling Extended Tags
[    0.274181] pci 0000:04:03.0: PME# supported from D0 D3hot D3cold
[    0.274319] pci 0000:04:08.0: [1b21:1812] type 01 class 0x060400
[    0.274372] pci 0000:04:08.0: enabling Extended Tags
[    0.274451] pci 0000:04:08.0: PME# supported from D0 D3hot D3cold
[    0.274586] pci 0000:04:0a.0: [1b21:1812] type 01 class 0x060400
[    0.274639] pci 0000:04:0a.0: enabling Extended Tags
[    0.274717] pci 0000:04:0a.0: PME# supported from D0 D3hot D3cold
[    0.274850] pci 0000:04:0b.0: [1b21:1812] type 01 class 0x060400
[    0.274903] pci 0000:04:0b.0: enabling Extended Tags
[    0.274981] pci 0000:04:0b.0: PME# supported from D0 D3hot D3cold
[    0.275124] pci 0000:03:00.0: PCI bridge to [bus 04-0a]
[    0.275129] pci 0000:03:00.0:   bridge window [io  0xa000-0xdfff]
[    0.275133] pci 0000:03:00.0:   bridge window [mem 0xf7800000-0xf7bfffff]
[    0.275171] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.275217] pci 0000:04:02.0: PCI bridge to [bus 06]
[    0.275289] pci 0000:07:00.0: [10ec:8125] type 00 class 0x020000
[    0.275315] pci 0000:07:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.275348] pci 0000:07:00.0: reg 0x18: [mem 0xf7b00000-0xf7b0ffff 64bit]
[    0.275369] pci 0000:07:00.0: reg 0x20: [mem 0xf7b10000-0xf7b13fff 64bit]
[    0.275547] pci 0000:07:00.0: supports D1 D2
[    0.275548] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.275877] pci 0000:04:03.0: PCI bridge to [bus 07]
[    0.275883] pci 0000:04:03.0:   bridge window [io  0xd000-0xdfff]
[    0.275886] pci 0000:04:03.0:   bridge window [mem 0xf7b00000-0xf7bfffff]
[    0.275954] pci 0000:08:00.0: [10ec:8125] type 00 class 0x020000
[    0.275980] pci 0000:08:00.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.276013] pci 0000:08:00.0: reg 0x18: [mem 0xf7a00000-0xf7a0ffff 64bit]
[    0.276034] pci 0000:08:00.0: reg 0x20: [mem 0xf7a10000-0xf7a13fff 64bit]
[    0.276213] pci 0000:08:00.0: supports D1 D2
[    0.276214] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.276543] pci 0000:04:08.0: PCI bridge to [bus 08]
[    0.276548] pci 0000:04:08.0:   bridge window [io  0xc000-0xcfff]
[    0.276551] pci 0000:04:08.0:   bridge window [mem 0xf7a00000-0xf7afffff]
[    0.276618] pci 0000:09:00.0: [10ec:8125] type 00 class 0x020000
[    0.276644] pci 0000:09:00.0: reg 0x10: [io  0xb000-0xb0ff]
[    0.276676] pci 0000:09:00.0: reg 0x18: [mem 0xf7900000-0xf790ffff 64bit]
[    0.276698] pci 0000:09:00.0: reg 0x20: [mem 0xf7910000-0xf7913fff 64bit]
[    0.276879] pci 0000:09:00.0: supports D1 D2
[    0.276880] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.277208] pci 0000:04:0a.0: PCI bridge to [bus 09]
[    0.277214] pci 0000:04:0a.0:   bridge window [io  0xb000-0xbfff]
[    0.277217] pci 0000:04:0a.0:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.277286] pci 0000:0a:00.0: [10ec:8125] type 00 class 0x020000
[    0.277312] pci 0000:0a:00.0: reg 0x10: [io  0xa000-0xa0ff]
[    0.277345] pci 0000:0a:00.0: reg 0x18: [mem 0xf7800000-0xf780ffff 64bit]
[    0.277366] pci 0000:0a:00.0: reg 0x20: [mem 0xf7810000-0xf7813fff 64bit]
[    0.277546] pci 0000:0a:00.0: supports D1 D2
[    0.277547] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.277883] pci 0000:04:0b.0: PCI bridge to [bus 0a]
[    0.277888] pci 0000:04:0b.0:   bridge window [io  0xa000-0xafff]
[    0.277892] pci 0000:04:0b.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.278824] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.278826] ACPI: PCI: Interrupt link LNKA disabled
[    0.278876] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.278877] ACPI: PCI: Interrupt link LNKB disabled
[    0.278925] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.278926] ACPI: PCI: Interrupt link LNKC disabled
[    0.278973] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.278974] ACPI: PCI: Interrupt link LNKD disabled
[    0.279021] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.279022] ACPI: PCI: Interrupt link LNKE disabled
[    0.279069] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.279070] ACPI: PCI: Interrupt link LNKF disabled
[    0.279117] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.279118] ACPI: PCI: Interrupt link LNKG disabled
[    0.279165] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.279166] ACPI: PCI: Interrupt link LNKH disabled
[    0.279556] iommu: Default domain type: Passthrough (set via kernel command line)
[    0.279556] SCSI subsystem initialized
[    0.279556] libata version 3.00 loaded.
[    0.279556] ACPI: bus type USB registered
[    0.279556] usbcore: registered new interface driver usbfs
[    0.279556] usbcore: registered new interface driver hub
[    0.279556] usbcore: registered new device driver usb
[    0.279556] pps_core: LinuxPPS API ver. 1 registered
[    0.279556] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.279556] PTP clock support registered
[    0.279556] EDAC MC: Ver: 3.0.0
[    0.279556] Registered efivars operations
[    0.279556] NetLabel: Initializing
[    0.279556] NetLabel:  domain hash size = 128
[    0.279556] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.279556] NetLabel:  unlabeled traffic allowed by default
[    0.279556] mctp: management component transport protocol core
[    0.279556] NET: Registered PF_MCTP protocol family
[    0.279556] PCI: Using ACPI for IRQ routing
[    0.281178] PCI: pci_cache_line_size set to 64 bytes
[    0.281238] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.281240] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.281240] e820: reserve RAM buffer [mem 0x94f59000-0x97ffffff]
[    0.281242] e820: reserve RAM buffer [mem 0x953b9000-0x97ffffff]
[    0.281242] e820: reserve RAM buffer [mem 0xa9233000-0xabffffff]
[    0.281244] e820: reserve RAM buffer [mem 0x831e00000-0x833ffffff]
[    0.281254] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.281254] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.281254] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.281254] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.281254] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.281254] vgaarb: loaded
[    0.282129] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.282135] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.284424] clocksource: Switched to clocksource tsc-early
[    0.284552] VFS: Disk quotas dquot_6.6.0
[    0.284567] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.284643] pnp: PnP ACPI init
[    0.284730] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.284942] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.284944] system 00:01: [io  0xffff] has been reserved
[    0.284946] system 00:01: [io  0xffff] has been reserved
[    0.284947] system 00:01: [io  0xffff] has been reserved
[    0.284948] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.284949] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.284951] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.284952] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.284953] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.284954] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.285016] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.285101] system 00:04: [io  0x0290-0x029f] has been reserved
[    0.285365] pnp 00:05: [dma 0 disabled]
[    0.285498] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.285693] pnp 00:07: [dma 0 disabled]
[    0.285914] pnp 00:08: [dma 0 disabled]
[    0.286339] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.286342] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.286343] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.286345] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.286347] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.286348] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.286350] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.286351] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.286353] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.286354] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.286356] system 00:09: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.286358] system 00:09: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.286585] pnp: PnP ACPI: found 10 devices
[    0.291908] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.291959] NET: Registered PF_INET protocol family
[    0.292116] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.294870] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.294914] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.295023] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.295312] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.295539] TCP: Hash tables configured (established 262144 bind 65536)
[    0.295637] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.295758] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.295827] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.295893] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.295900] NET: Registered PF_XDP protocol family
[    0.295907] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.295911] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.295913] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.295925] pci 0000:00:1c.0: BAR 14: assigned [mem 0xce200000-0xce3fffff]
[    0.295929] pci 0000:00:1c.0: BAR 15: assigned [mem 0xce400000-0xce5fffff 64bit pref]
[    0.295931] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.295935] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.295937] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.295939] pci 0000:00:01.0:   bridge window [mem 0xf7c00000-0xf7cfffff]
[    0.295941] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xefffffff 64bit pref]
[    0.295944] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.295946] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.295950] pci 0000:00:1c.0:   bridge window [mem 0xce200000-0xce3fffff]
[    0.295952] pci 0000:00:1c.0:   bridge window [mem 0xce400000-0xce5fffff 64bit pref]
[    0.295957] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.295968] pci 0000:04:02.0: PCI bridge to [bus 06]
[    0.295980] pci 0000:04:03.0: PCI bridge to [bus 07]
[    0.295982] pci 0000:04:03.0:   bridge window [io  0xd000-0xdfff]
[    0.295986] pci 0000:04:03.0:   bridge window [mem 0xf7b00000-0xf7bfffff]
[    0.295995] pci 0000:04:08.0: PCI bridge to [bus 08]
[    0.295996] pci 0000:04:08.0:   bridge window [io  0xc000-0xcfff]
[    0.296001] pci 0000:04:08.0:   bridge window [mem 0xf7a00000-0xf7afffff]
[    0.296009] pci 0000:04:0a.0: PCI bridge to [bus 09]
[    0.296011] pci 0000:04:0a.0:   bridge window [io  0xb000-0xbfff]
[    0.296015] pci 0000:04:0a.0:   bridge window [mem 0xf7900000-0xf79fffff]
[    0.296024] pci 0000:04:0b.0: PCI bridge to [bus 0a]
[    0.296026] pci 0000:04:0b.0:   bridge window [io  0xa000-0xafff]
[    0.296030] pci 0000:04:0b.0:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.296038] pci 0000:03:00.0: PCI bridge to [bus 04-0a]
[    0.296040] pci 0000:03:00.0:   bridge window [io  0xa000-0xdfff]
[    0.296045] pci 0000:03:00.0:   bridge window [mem 0xf7800000-0xf7bfffff]
[    0.296053] pci 0000:00:1c.4: PCI bridge to [bus 03-0a]
[    0.296054] pci 0000:00:1c.4:   bridge window [io  0xa000-0xdfff]
[    0.296058] pci 0000:00:1c.4:   bridge window [mem 0xf7800000-0xf7bfffff]
[    0.296064] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.296066] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.296067] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000dffff window]
[    0.296068] pci_bus 0000:00: resource 7 [mem 0xce200000-0xfeafffff window]
[    0.296070] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.296071] pci_bus 0000:01: resource 1 [mem 0xf7c00000-0xf7cfffff]
[    0.296072] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref]
[    0.296073] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.296074] pci_bus 0000:02: resource 1 [mem 0xce200000-0xce3fffff]
[    0.296076] pci_bus 0000:02: resource 2 [mem 0xce400000-0xce5fffff 64bit pref]
[    0.296077] pci_bus 0000:03: resource 0 [io  0xa000-0xdfff]
[    0.296078] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf7bfffff]
[    0.296079] pci_bus 0000:04: resource 0 [io  0xa000-0xdfff]
[    0.296080] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf7bfffff]
[    0.296082] pci_bus 0000:07: resource 0 [io  0xd000-0xdfff]
[    0.296083] pci_bus 0000:07: resource 1 [mem 0xf7b00000-0xf7bfffff]
[    0.296084] pci_bus 0000:08: resource 0 [io  0xc000-0xcfff]
[    0.296085] pci_bus 0000:08: resource 1 [mem 0xf7a00000-0xf7afffff]
[    0.296086] pci_bus 0000:09: resource 0 [io  0xb000-0xbfff]
[    0.296087] pci_bus 0000:09: resource 1 [mem 0xf7900000-0xf79fffff]
[    0.296089] pci_bus 0000:0a: resource 0 [io  0xa000-0xafff]
[    0.296090] pci_bus 0000:0a: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.314493] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x750 took 17699 usecs
[    0.334474] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x750 took 19496 usecs
[    0.334505] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.334554] PCI: CLS 64 bytes, default 64
[    0.334567] DMAR: No ATSR found
[    0.334568] DMAR: No SATC found
[    0.334569] DMAR: IOMMU feature pgsel_inv inconsistent
[    0.334570] DMAR: IOMMU feature sc_support inconsistent
[    0.334571] DMAR: IOMMU feature pass_through inconsistent
[    0.334572] DMAR: dmar0: Using Queued invalidation
[    0.334577] DMAR: dmar1: Using Queued invalidation
[    0.334599] Trying to unpack rootfs image as initramfs...
[    0.484009] pci 0000:00:02.0: Adding to iommu group 0
[    0.484043] pci 0000:00:00.0: Adding to iommu group 1
[    0.484054] pci 0000:00:01.0: Adding to iommu group 2
[    0.484061] pci 0000:00:03.0: Adding to iommu group 3
[    0.484068] pci 0000:00:14.0: Adding to iommu group 4
[    0.484075] pci 0000:00:19.0: Adding to iommu group 5
[    0.484082] pci 0000:00:1a.0: Adding to iommu group 6
[    0.484089] pci 0000:00:1b.0: Adding to iommu group 7
[    0.484096] pci 0000:00:1c.0: Adding to iommu group 8
[    0.484103] pci 0000:00:1c.4: Adding to iommu group 9
[    0.484110] pci 0000:00:1d.0: Adding to iommu group 10
[    0.484123] pci 0000:00:1f.0: Adding to iommu group 11
[    0.484130] pci 0000:00:1f.3: Adding to iommu group 11
[    0.484134] pci 0000:01:00.0: Adding to iommu group 2
[    0.484137] pci 0000:01:00.1: Adding to iommu group 2
[    0.484145] pci 0000:03:00.0: Adding to iommu group 12
[    0.484153] pci 0000:04:00.0: Adding to iommu group 13
[    0.484159] pci 0000:04:02.0: Adding to iommu group 14
[    0.484167] pci 0000:04:03.0: Adding to iommu group 15
[    0.484173] pci 0000:04:08.0: Adding to iommu group 16
[    0.484181] pci 0000:04:0a.0: Adding to iommu group 17
[    0.484189] pci 0000:04:0b.0: Adding to iommu group 18
[    0.484199] pci 0000:07:00.0: Adding to iommu group 19
[    0.484209] pci 0000:08:00.0: Adding to iommu group 20
[    0.484218] pci 0000:09:00.0: Adding to iommu group 21
[    0.484227] pci 0000:0a:00.0: Adding to iommu group 22
[    0.484312] DMAR: Intel(R) Virtualization Technology for Directed I/O
[    0.484312] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.484313] software IO TLB: mapped [mem 0x000000009ff77000-0x00000000a3f77000] (64MB)
[    0.485064] Initialise system trusted keyrings
[    0.485071] Key type blacklist registered
[    0.485107] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.486133] zbud: loaded
[    0.486281] integrity: Platform Keyring initialized
[    0.486283] integrity: Machine keyring initialized
[    0.495484] Key type asymmetric registered
[    0.495486] Asymmetric key parser 'x509' registered
[    0.632909] Freeing initrd memory: 73940K
[    0.635410] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.635432] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.635460] io scheduler mq-deadline registered
[    0.635461] io scheduler kyber registered
[    0.635499] io scheduler bfq registered
[    0.637156] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.637597] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.637615] ACPI: button: Power Button [PWRB]
[    0.637638] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.637706] ACPI: button: Power Button [PWRF]
[    0.638272] thermal LNXTHERM:00: registered as thermal_zone0
[    0.638274] ACPI: thermal: Thermal Zone [TZ00] (28 C)
[    0.638507] thermal LNXTHERM:01: registered as thermal_zone1
[    0.638508] ACPI: thermal: Thermal Zone [TZ01] (30 C)
[    0.638675] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.638831] 00:07: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.639319] 00:08: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    0.640656] Non-volatile memory driver v1.3
[    0.640658] Linux agpgart interface v0.103
[    0.640678] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    0.640718] ACPI: bus type drm_connector registered
[    0.641665] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.641670] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.641679] ehci-pci 0000:00:1a.0: debug port 2
[    0.645591] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7d3b000
[    0.657792] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.657852] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    0.657855] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=x
[    0.657856] usb usb1: Product: EHCI Host Controller
[    0.657857] usb usb1: Manufacturer: Linux 6.1.12-arch1-1 ehci_hcd
[    0.657858] usb usb1: SerialNumber: xxxx:xx:xx.x
[    0.658048] hub 1-0:1.0: USB hub found
[    0.658054] hub 1-0:1.0: 3 ports detected
[    0.658321] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.658326] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.658335] ehci-pci 0000:00:1d.0: debug port 2
[    0.662256] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7d3a000
[    0.674456] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.674505] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    0.674508] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=x
[    0.674509] usb usb2: Product: EHCI Host Controller
[    0.674510] usb usb2: Manufacturer: Linux 6.1.12-arch1-1 ehci_hcd
[    0.674512] usb usb2: SerialNumber: xxxx:xx:xx.x
[    0.674703] hub 2-0:1.0: USB hub found
[    0.674708] hub 2-0:1.0: 3 ports detected
[    0.674917] usbcore: registered new interface driver usbserial_generic
[    0.674922] usbserial: USB Serial support registered for generic
[    0.675134] rtc_cmos 00:02: RTC can wake from S4
[    0.675426] rtc_cmos 00:02: registered as rtc0
[    0.675457] rtc_cmos 00:02: setting system clock to 2023-02-24T04:24:38 UTC (1677212678)
[    0.675476] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram
[    0.675776] intel_pstate: Intel P-state driver initializing
[    0.676259] ledtrig-cpu: registered to indicate activity on CPUs
[    0.676597] efifb: probing for efifb
[    0.676616] efifb: No BGRT, not showing boot graphics
[    0.676617] efifb: framebuffer at 0xd0000000, using 7552k, total 7552k
[    0.676619] efifb: mode is 1600x1200x32, linelength=6400, pages=1
[    0.676621] efifb: scrolling: redraw
[    0.676622] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.676670] fbcon: Deferring console take-over
[    0.676671] fb0: EFI VGA frame buffer device
[    0.676703] hid: raw HID events driver (C) Jiri Kosina
[    0.676827] drop_monitor: Initializing network drop monitor service
[    0.685793] Initializing XFRM netlink socket
[    0.685871] NET: Registered PF_INET6 protocol family
[    0.689073] Segment Routing with IPv6
[    0.689074] RPL Segment Routing with IPv6
[    0.689082] In-situ OAM (IOAM) with IPv6
[    0.689103] NET: Registered PF_PACKET protocol family
[    0.689918] microcode: sig=0x306c3, pf=0x2, revision=0x28
[    0.689994] microcode: Microcode Update Driver: v2.2.
[    0.690000] IPI shorthand broadcast: enabled
[    0.690021] sched_clock: Marking stable (689556571, 271563)->(694217977, -4389843)
[    0.690269] registered taskstats version 1
[    0.690463] Loading compiled-in X.509 certificates
[    0.693065] Loaded X.509 cert 'Build time autogenerated kernel key: 3f85e1b84b8d1aa77c32de9c1f3fe41da6ce9978'
[    0.693392] zswap: loaded using pool lz4/z3fold
[    0.693654] Key type .fscrypt registered
[    0.693655] Key type fscrypt-provisioning registered
[    0.693804] integrity: Loading X.509 certificate: UEFI:db
[    0.694056] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.694057] integrity: Loading X.509 certificate: UEFI:db
[    0.694199] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.694199] integrity: Loading X.509 certificate: UEFI:db
[    0.694213] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.694214] integrity: Loading X.509 certificate: UEFI:db
[    0.694226] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.694226] integrity: Loading X.509 certificate: UEFI:db
[    0.694369] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.695402] PM:   Magic number: 11:574:414
[    0.695411] thermal cooling_device10: hash matches
[    0.695563] RAS: Correctable Errors collector initialized.
[    0.696314] Freeing unused decrypted memory: 2036K
[    0.696561] Freeing unused kernel image (initmem) memory: 2144K
[    0.731210] Write protecting the kernel read-only data: 30720k
[    0.731636] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    0.731783] Freeing unused kernel image (rodata/data gap) memory: 1212K
[    0.767352] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.767355] rodata_test: all tests were successful
[    0.767356] x86/mm: Checking user space page tables
[    0.800561] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.800564] Run /init as init process
[    0.800565]   with arguments:
[    0.800566]     /init
[    0.800567]   with environment:
[    0.800567]     HOME=/
[    0.800568]     TERM=linux
[    0.800568]     BOOT_IMAGE=/vmlinuz-linux
[    0.800569]     max_loop=64
[    0.813791] fbcon: Taking over console
[    0.813854] Console: switching to colour frame buffer device 200x75
[    0.914410] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    0.914879] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.914886] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    0.915948] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    0.916133] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.916136] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    0.916139] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    0.916182] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
[    0.916185] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=x
[    0.916187] usb usb3: Product: xHCI Host Controller
[    0.916188] usb usb3: Manufacturer: Linux 6.1.12-arch1-1 xhci-hcd
[    0.916190] usb usb3: SerialNumber: xxxx:xx:xx.x
[    0.916334] hub 3-0:1.0: USB hub found
[    0.916352] hub 3-0:1.0: 15 ports detected
[    0.922107] cryptd: max_cpu_qlen set to 1000
[    0.924411] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    0.936870] AVX2 version of gcm_enc/dec engaged.
[    0.936906] AES CTR mode by8 optimization enabled
[    0.947316] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
[    0.947321] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=x
[    0.947323] usb usb4: Product: xHCI Host Controller
[    0.947325] usb usb4: Manufacturer: Linux 6.1.12-arch1-1 xhci-hcd
[    0.947327] usb usb4: SerialNumber: xxxx:xx:xx.x
[    0.954008] hub 4-0:1.0: USB hub found
[    0.954025] hub 4-0:1.0: 6 ports detected
[    1.040143] [drm] radeon kernel modesetting enabled.
[    1.040294] Console: switching to colour dummy device 80x25
[    1.040517] [drm] initializing kernel modesetting (TAHITI 0x1002:0x6798 0x1787:0x3001 0x00).
[    1.040549] ATOM BIOS: TAHITI
[    1.040583] [drm] Changing default dispclk from 500Mhz to 600Mhz
[    1.040591] radeon 0000:01:00.0: VRAM: 3072M 0x0000000000000000 - 0x00000000BFFFFFFF (3072M used)
[    1.040594] radeon 0000:01:00.0: GTT: 2048M 0x00000000C0000000 - 0x000000013FFFFFFF
[    1.040599] [drm] Detected VRAM RAM=3072M, BAR=256M
[    1.040601] [drm] RAM width 384bits DDR
[    1.040620] [drm] radeon: 3072M of VRAM memory ready
[    1.040621] [drm] radeon: 2048M of GTT memory ready.
[    1.040627] [drm] Loading tahiti Microcode
[    1.046604] [drm] Internal thermal controller with fan control
[    1.051300] [drm] radeon: dpm initialized
[    1.061381] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
[    1.061386] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=x
[    1.061673] hub 1-1:1.0: USB hub found
[    1.061753] hub 1-1:1.0: 6 ports detected
[    1.063067] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[    1.063078] [drm] GART: num cpu pages 524288, num gpu pages 524288
[    1.063866] [drm] PCIE gen 3 link speeds already enabled
[    1.070185] [drm] PCIE GART of 2048M enabled (table at 0x00000000001D6000).
[    1.070274] radeon 0000:01:00.0: WB enabled
[    1.070275] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x00000000c0000c00
[    1.070277] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x00000000c0000c04
[    1.070278] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x00000000c0000c08
[    1.070279] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x00000000c0000c0c
[    1.070280] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x00000000c0000c10
[    1.070472] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18
[    1.071400] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
[    1.071403] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=x
[    1.071697] hub 2-1:1.0: USB hub found
[    1.071774] hub 2-1:1.0: 8 ports detected
[    1.090578] radeon 0000:01:00.0: fence driver on ring 6 use gpu addr 0x00000000c0000c18
[    1.090580] radeon 0000:01:00.0: fence driver on ring 7 use gpu addr 0x00000000c0000c1c
[    1.090778] radeon 0000:01:00.0: radeon: MSI limited to 32-bit
[    1.090818] radeon 0000:01:00.0: radeon: using MSI.
[    1.090834] [drm] radeon: irq initialized.
[    1.194424] usb 3-4: new low-speed USB device number 2 using xhci_hcd
[    1.232591] [drm] ring test on 0 succeeded in 1 usecs
[    1.232595] [drm] ring test on 1 succeeded in 1 usecs
[    1.232598] [drm] ring test on 2 succeeded in 1 usecs
[    1.232603] [drm] ring test on 3 succeeded in 3 usecs
[    1.232608] [drm] ring test on 4 succeeded in 3 usecs
[    1.270975] i915 0000:00:02.0: [drm] VT-d active for gfx access
[    1.270977] i915 0000:00:02.0: vgaarb: deactivate vga console
[    1.271203] i915 0000:00:02.0: [drm] Using Transparent Hugepages
[    1.271205] i915 0000:00:02.0: [drm] DMAR active, disabling use of stolen memory
[    1.272085] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.272088] radeon 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    1.352922] usb 3-4: New USB device found, idVendor=04f2, idProduct=0402, bcdDevice= 1.65
[    1.352924] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=x
[    1.352926] usb 3-4: Product: USB Keyboard
[    1.352926] usb 3-4: Manufacturer: Chicony
[    1.367325] input: Chicony USB Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:04F2:0402.0001/input/input2
[    1.409697] [drm] ring test on 5 succeeded in 2 usecs
[    1.409701] [drm] UVD initialized successfully.
[    1.421239] hid-generic 0003:04F2:0402.0001: input,hidraw0: USB HID v1.11 Keyboard [Chicony USB Keyboard] on usb-0000:00:14.0-4/input0
[    1.437659] input: Chicony USB Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:04F2:0402.0002/input/input3
[    1.457997] usb 4-6: new SuperSpeed USB device number 2 using xhci_hcd
[    1.477393] usb 4-6: New USB device found, idVendor=11b0, idProduct=3307, bcdDevice= 0.14
[    1.477396] usb 4-6: New USB device strings: Mfr=3, Product=4, SerialNumber=x
[    1.477397] usb 4-6: Product: UHSII uSD Reader
[    1.477398] usb 4-6: Manufacturer: Kingston
[    1.477399] usb 4-6: SerialNumber: xxxxxxxxxxxxxx
[    1.483609] usb-storage 4-6:1.0: USB Mass Storage device detected
[    1.483805] scsi host0: usb-storage 4-6:1.0
[    1.483884] usbcore: registered new interface driver usb-storage
[    1.486850] usbcore: registered new interface driver uas
[    1.491125] input: Chicony USB Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:04F2:0402.0002/input/input4
[    1.491236] hid-generic 0003:04F2:0402.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Chicony USB Keyboard] on usb-0000:00:14.0-4/input1
[    1.491265] usbcore: registered new interface driver usbhid
[    1.491266] usbhid: USB HID core driver
[    1.507747] tsc: Refined TSC clocksource calibration: 3092.838 MHz
[    1.507753] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2c94d9afcf4, max_idle_ns: 440795231738 ns
[    1.507771] clocksource: Switched to clocksource tsc
[    1.519762] [drm] ring test on 6 succeeded in 21 usecs
[    1.519772] [drm] ring test on 7 succeeded in 4 usecs
[    1.519772] [drm] VCE initialized successfully.
[    1.519872] [drm] ib test on ring 0 succeeded in 0 usecs
[    1.519904] [drm] ib test on ring 1 succeeded in 0 usecs
[    1.519945] [drm] ib test on ring 2 succeeded in 0 usecs
[    1.519983] [drm] ib test on ring 3 succeeded in 0 usecs
[    1.520013] [drm] ib test on ring 4 succeeded in 0 usecs
[    2.201221] [drm] ib test on ring 5 succeeded
[    2.497677] scsi 0:0:0:0: Direct-Access     Kingston UHSII uSD Reader 0014 PQ: 0 ANSI: 6
[    2.707830] [drm] ib test on ring 6 succeeded
[    3.009663] sd 0:0:0:0: [sda] 246947840 512-byte logical blocks: (126 GB/118 GiB)
[    3.010765] sd 0:0:0:0: [sda] Write Protect is off
[    3.010769] sd 0:0:0:0: [sda] Mode Sense: 21 00 00 00
[    3.011557] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    3.018624] GPT:Primary header thinks Alt. header is not at the end of the disk.
[    3.018625] GPT:105062399 != 246947839
[    3.018627] GPT:Alternate GPT header not at the end of the disk.
[    3.018627] GPT:105062399 != 246947839
[    3.018628] GPT: Use GNU Parted to correct GPT errors.
[    3.018633]  sda: sda1 sda2 sda3 sda4
[    3.018815] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    3.214516] [drm] ib test on ring 7 succeeded
[    3.215053] [drm] Radeon Display Connectors
[    3.215056] [drm] Connector 0:
[    3.215057] [drm]   DP-2
[    3.215058] [drm]   HPD5
[    3.215059] [drm]   DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[    3.215062] [drm]   Encoders:
[    3.215063] [drm]     DFP1: INTERNAL_UNIPHY2
[    3.215064] [drm] Connector 1:
[    3.215065] [drm]   DP-3
[    3.215066] [drm]   HPD4
[    3.215067] [drm]   DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[    3.215070] [drm]   Encoders:
[    3.215070] [drm]     DFP2: INTERNAL_UNIPHY2
[    3.215071] [drm] Connector 2:
[    3.215072] [drm]   HDMI-A-4
[    3.215074] [drm]   HPD1
[    3.215075] [drm]   DDC: 0x6560 0x6560 0x6564 0x6564 0x6568 0x6568 0x656c 0x656c
[    3.215077] [drm]   Encoders:
[    3.215078] [drm]     DFP3: INTERNAL_UNIPHY1
[    3.215079] [drm] Connector 3:
[    3.215081] [drm]   DVI-I-1
[    3.215081] [drm]   HPD3
[    3.215082] [drm]   DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
[    3.215085] [drm]   Encoders:
[    3.215086] [drm]     DFP4: INTERNAL_UNIPHY
[    3.215087] [drm]     CRT1: INTERNAL_KLDSCP_DAC1
[    3.294824] radeon 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    3.295200] [drm] Initialized radeon 2.50.0 20080528 for 0000:01:00.0 on minor 0
[    3.295652] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 1
[    3.297129] ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.297257] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input6
[    3.325130] fbcon: i915drmfb (fb0) is primary device
[    3.349370] Console: switching to colour frame buffer device 200x75
[    3.367498] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    4.378068] radeon 0000:01:00.0: [drm] Cannot find any crtc or sizes
[    4.787444] [drm] amdgpu kernel modesetting enabled.
[    4.787564] amdgpu: CRAT table not found
[    4.787566] amdgpu: Virtual CRAT table created for CPU
[    4.787577] amdgpu: Topology: Add CPU node
[    4.919209] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
[    5.286541] systemd[1]: systemd 253-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    5.286547] systemd[1]: Detected architecture x86-64.
[    5.289817] systemd[1]: Hostname set to <archsd>.
[    5.295734] systemd[1]: Invalid DMI field header.
[    5.792453] systemd[1]: bpf-lsm: LSM BPF program attached
[    6.058088] systemd[1]: Queued start job for default target Graphical Interface.
[    6.078634] systemd[1]: Created slice Slice /system/getty.
[    6.079005] systemd[1]: Created slice Slice /system/modprobe.
[    6.079291] systemd[1]: Created slice Slice /system/systemd-fsck.
[    6.079488] systemd[1]: Created slice User and Session Slice.
[    6.079581] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    6.079667] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    6.079833] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    6.079958] systemd[1]: Reached target Local Encrypted Volumes.
[    6.080033] systemd[1]: Reached target Local Integrity Protected Volumes.
[    6.080097] systemd[1]: Reached target Path Units.
[    6.080149] systemd[1]: Reached target Remote File Systems.
[    6.080201] systemd[1]: Reached target Slice Units.
[    6.080255] systemd[1]: Reached target Swaps.
[    6.080309] systemd[1]: Reached target Local Verity Protected Volumes.
[    6.080401] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    6.081905] systemd[1]: Listening on Process Core Dump Socket.
[    6.082073] systemd[1]: Listening on Journal Socket (/dev/log).
[    6.082239] systemd[1]: Listening on Journal Socket.
[    6.082393] systemd[1]: Listening on Network Service Netlink Socket.
[    6.082538] systemd[1]: Listening on udev Control Socket.
[    6.082647] systemd[1]: Listening on udev Kernel Socket.
[    6.083289] systemd[1]: Mounting Huge Pages File System...
[    6.083950] systemd[1]: Mounting POSIX Message Queue File System...
[    6.084662] systemd[1]: Mounting Kernel Debug File System...
[    6.085311] systemd[1]: Mounting Kernel Trace File System...
[    6.086501] systemd[1]: Mounting Temporary Directory /tmp...
[    6.087253] systemd[1]: Starting Create List of Static Device Nodes...
[    6.087950] systemd[1]: Starting Load Kernel Module configfs...
[    6.088640] systemd[1]: Starting Load Kernel Module dm_mod...
[    6.089338] systemd[1]: Starting Load Kernel Module drm...
[    6.090012] systemd[1]: Starting Load Kernel Module fuse...
[    6.090680] systemd[1]: Starting Load Kernel Module loop...
[    6.090841] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[    6.092005] systemd[1]: Starting Journal Service...
[    6.095996] systemd[1]: Load Kernel Modules was skipped because no trigger condition checks were met.
[    6.096591] systemd[1]: Starting Generate network units from Kernel command line...
[    6.096682] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[    6.097264] systemd[1]: Starting Remount Root and Kernel File Systems...
[    6.097947] systemd[1]: Starting Apply Kernel Variables...
[    6.098651] systemd[1]: Starting Coldplug All udev Devices...
[    6.099801] systemd[1]: Mounted Huge Pages File System.
[    6.099925] systemd[1]: Mounted POSIX Message Queue File System.
[    6.100040] systemd[1]: Mounted Kernel Debug File System.
[    6.100160] systemd[1]: Mounted Kernel Trace File System.
[    6.100270] systemd[1]: Mounted Temporary Directory /tmp.
[    6.106597] loop: module loaded
[    6.107331] EXT4-fs (sda3): re-mounted. Quota mode: none.
[    6.113871] fuse: init (API version 7.37)
[    6.117954] systemd[1]: Finished Create List of Static Device Nodes.
[    6.118971] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    6.122691] device-mapper: uevent: version 1.0.3
[    6.122810] device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
[    6.125135] systemd-journald[300]: Collecting audit messages is disabled.
[    6.157998] systemd[1]: Finished Load Kernel Module configfs.
[    6.158569] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[    6.201353] systemd[1]: Finished Load Kernel Module dm_mod.
[    6.201546] systemd[1]: Started Journal Service.
[    6.459900] systemd-journald[300]: Received client request to flush runtime journal.
[    6.466348] systemd-journald[300]: File /var/log/journal/313287e2bf094f2186186e22715564f7/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    6.948420] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20220331/utaddress-204)
[    6.948430] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    6.948441] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20220331/utaddress-204)
[    6.948448] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    6.948584] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20220331/utaddress-204)
[    6.948591] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20220331/utaddress-204)
[    6.948598] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    6.948609] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20220331/utaddress-204)
[    6.948614] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20220331/utaddress-204)
[    6.948621] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    6.948622] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    6.949435] parport_pc 00:05: reported by Plug and Play ACPI
[    6.949504] parport0: PC-style at 0x378, irq 5 [PCSPP]
[    6.954264] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    6.954807] i2c i2c-17: 4/4 memory slots populated (from DMI)
[    6.955100] i2c i2c-17: Successfully instantiated SPD at 0x50
[    6.955388] i2c i2c-17: Successfully instantiated SPD at 0x51
[    6.955679] i2c i2c-17: Successfully instantiated SPD at 0x52
[    6.955960] i2c i2c-17: Successfully instantiated SPD at 0x53
[    6.956705] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    6.984591] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    6.984594] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.984595] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.984596] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.984596] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.985028] e1000e: Intel(R) PRO/1000 Network Driver
[    6.985030] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    6.985217] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    6.992398] iTCO_vendor_support: vendor-support=0
[    7.005522] at24 17-0050: supply vcc not found, using dummy regulator
[    7.006084] at24 17-0050: 256 byte spd EEPROM, read-only
[    7.006123] at24 17-0051: supply vcc not found, using dummy regulator
[    7.006816] at24 17-0051: 256 byte spd EEPROM, read-only
[    7.006845] at24 17-0052: supply vcc not found, using dummy regulator
[    7.007376] at24 17-0052: 256 byte spd EEPROM, read-only
[    7.007400] at24 17-0053: supply vcc not found, using dummy regulator
[    7.007939] at24 17-0053: 256 byte spd EEPROM, read-only
[    7.009381] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[    7.009472] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[    7.052402] ppdev: user-space parallel port driver
[    7.052734] r8169 0000:07:00.0: enabling device (0000 -> 0003)
[    7.052944] r8169 0000:07:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.053981] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    7.054230] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    7.060755] e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
[    7.073227] r8169 0000:07:00.0 eth0: RTL8125B, xx:xx:xx:xx:xx:xx, XID 641, IRQ 40
[    7.073233] r8169 0000:07:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    7.073270] r8169 0000:08:00.0: enabling device (0000 -> 0003)
[    7.073383] r8169 0000:08:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.083268] asus_wmi: ASUS WMI generic driver loaded
[    7.086232] r8169 0000:08:00.0 eth1: RTL8125B, xx:xx:xx:xx:xx:xx, XID 641, IRQ 41
[    7.086236] r8169 0000:08:00.0 eth1: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    7.086264] r8169 0000:09:00.0: enabling device (0000 -> 0003)
[    7.086391] r8169 0000:09:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.100011] r8169 0000:09:00.0 eth2: RTL8125B, xx:xx:xx:xx:xx:xx, XID 641, IRQ 42
[    7.100018] r8169 0000:09:00.0 eth2: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    7.100056] r8169 0000:0a:00.0: enabling device (0000 -> 0003)
[    7.100171] r8169 0000:0a:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.101962] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    7.101967] cfg80211: failed to load regulatory.db
[    7.110753] spi-nor spi0.0: w25q128 (16384 Kbytes)
[    7.113541] Creating 1 MTD partitions on "intel-spi":
[    7.113544] 0x000000000000-0x000001000000 : "BIOS"
[    7.116440] asus_wmi: Initialization: 0x0
[    7.116467] asus_wmi: BIOS WMI version: 0.9
[    7.116508] asus_wmi: SFUN value: 0x0
[    7.116510] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[    7.116901] r8169 0000:0a:00.0 eth3: RTL8125B, xx:xx:xx:xx:xx:xx, XID 641, IRQ 43
[    7.116905] r8169 0000:0a:00.0 eth3: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    7.118088] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input8
[    7.128011] e1000e 0000:00:19.0 eth4: (PCI Express:2.5GT/s:Width x1) xx:xx:xx:xx:xx:xx
[    7.128044] e1000e 0000:00:19.0 eth4: Intel(R) PRO/1000 Network Connection
[    7.128069] e1000e 0000:00:19.0 eth4: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    7.128181] r8169 0000:07:00.0 enp7s0: renamed from eth0
[    7.160835] r8169 0000:08:00.0 enp8s0: renamed from eth1
[    7.211816] e1000e 0000:00:19.0 eno1: renamed from eth4
[    7.213842] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    7.213966] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.214129] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    7.214327] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    7.214381] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[    7.240926] r8169 0000:0a:00.0 enp10s0: renamed from eth3
[    7.247995] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[    7.248031] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[    7.248069] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input17
[    7.248389] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input9
[    7.248442] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input10
[    7.248500] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input11
[    7.248553] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input12
[    7.248601] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input13
[    7.248648] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input14
[    7.257653] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    7.257657] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.257659] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    7.257660] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    7.257661] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    7.257662] snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
[    7.257663] snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
[    7.257664] snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
[    7.266578] r8169 0000:09:00.0 enp9s0: renamed from eth2
[    7.272329] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[    7.272368] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
[    7.272403] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input20
[    7.272442] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input21
[    7.272504] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input22
[    7.308662] intel_rapl_common: Found RAPL domain package
[    7.308665] intel_rapl_common: Found RAPL domain core
[    7.308665] intel_rapl_common: Found RAPL domain uncore
[    7.308666] intel_rapl_common: Found RAPL domain dram
[    7.327105] EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
[    7.341160] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-700:00: attached PHY driver (mii_bus:phy_addr=r8169-0-700:00, irq=MAC)
[    7.374729] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[    7.497980] r8169 0000:07:00.0 enp7s0: Link is Down
[    7.711102] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-800:00: attached PHY driver (mii_bus:phy_addr=r8169-0-800:00, irq=MAC)
[    7.901312] r8169 0000:08:00.0 enp8s0: Link is Down
[    7.927825] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-900:00: attached PHY driver (mii_bus:phy_addr=r8169-0-900:00, irq=MAC)
[    8.121283] r8169 0000:09:00.0 enp9s0: Link is Down
[    8.147783] RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-a00:00, irq=MAC)
[    8.311315] r8169 0000:0a:00.0 enp10s0: Link is Down
[   10.859987] e1000e 0000:00:19.0 eno1: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   10.860023] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[   10.915970] r8169 0000:08:00.0 enp8s0: Link is Up - 2.5Gbps/Full - flow control off
[   10.915985] IPv6: ADDRCONF(NETDEV_CHANGE): enp8s0: link becomes ready
[   11.075050] r8169 0000:09:00.0 enp9s0: Link is Up - 2.5Gbps/Full - flow control off
[   11.075065] IPv6: ADDRCONF(NETDEV_CHANGE): enp9s0: link becomes ready
[   11.251930] r8169 0000:0a:00.0 enp10s0: Link is Up - 2.5Gbps/Full - flow control off
[   11.251945] IPv6: ADDRCONF(NETDEV_CHANGE): enp10s0: link becomes ready
[  295.600364] r8169 0000:08:00.0 enp8s0: Link is Down
[  301.258450] r8169 0000:08:00.0 enp8s0: Link is Up - 2.5Gbps/Full - flow control off
[  462.203964] device enp8s0 entered promiscuous mode
[  501.204459] device enp8s0 left promiscuous mode
[ 2554.688230] r8169 0000:07:00.0: invalid VPD tag 0xff (size 0) at offset 0; assume missing optional EEPROM
[ 2554.688696] r8169 0000:08:00.0: invalid VPD tag 0xff (size 0) at offset 0; assume missing optional EEPROM
[ 2554.689142] r8169 0000:09:00.0: invalid VPD tag 0xff (size 0) at offset 0; assume missing optional EEPROM
[ 2554.689578] r8169 0000:0a:00.0: invalid VPD tag 0xff (size 0) at offset 0; assume missing optional EEPROM

             reply	other threads:[~2023-02-24 14:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-24 14:37 fk1xdcio [this message]
2023-02-24 20:21 ` 4-port ASMedia/RealTek RTL8125 2.5Gbps NIC freezes whole system Heiner Kallweit
     [not found]   ` <00F8F608-C2C6-454E-8CA4-F963BC9D7005.1@smtp-inbound1.duck.com>
2023-02-24 23:52     ` fk1xdcio
2023-02-25  8:04       ` Heiner Kallweit
     [not found]         ` <F65B5EFE-9DA8-4725-8DE4-28E02327C239.1@smtp-inbound1.duck.com>
2023-02-25  9:22           ` fk1xdcio
2023-02-25  1:17     ` fk1xdcio

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AF9C0500-2909-4FF4-8E4E-3BAD8FD8AA14.1@smtp-inbound1.duck.com \
    --to=fk1xdcio@duck.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).