6b887e9166
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
27 lines
414 B
TOML
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"]
|