Update redox-driver-sys PCI and quirk support

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-17 00:03:17 +01:00
parent e2d2fd138c
commit 6b887e9166
16 changed files with 1722 additions and 2 deletions
@@ -0,0 +1,26 @@
# 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"]