Files
RedBear-OS/local/recipes/system/redbear-quirks/source/quirks.d/30-net.toml
T
2026-04-17 00:03:17 +01:00

27 lines
414 B
TOML

# Network controller quirks.
[[pci_quirk]]
vendor = 0x10EC
device = 0x8125
flags = ["no_aspm"]
[[pci_quirk]]
vendor = 0x10EC
device = 0x8168
flags = ["no_aspm", "bus_master_delay"]
[[pci_quirk]]
vendor = 0x10EC
device = 0x8139
flags = ["no_pm", "dma_32bit_only"]
[[pci_quirk]]
vendor = 0x14E4
device = 0x1657
flags = ["no_aspm"]
[[pci_quirk]]
vendor = 0x14E4
device = 0x16A1
flags = ["no_aspm", "bad_eeprom"]