mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-21 17:15:33 -07:00
Additional PCIe shortening on pciutil
This commit is contained in:
@@ -54,7 +54,7 @@ clean_device_abbr = [
|
||||
('Network (?:Interface )?(?:Adapter|Card|Controller)', 'NIC'),
|
||||
('NVM Express', 'NVMe'),
|
||||
('Parallel ATA', 'PATA'),
|
||||
('PCI(?:-E| Express)', 'PCIe'),
|
||||
('PCI(?:-E|[- ]Express)', 'PCIe'),
|
||||
('([^- ]+)[- ]to[- ]([^- ]+)', '\\2-\\3'),
|
||||
('Platform Controller Hub', 'PCH'),
|
||||
('Processor Graphics', 'iGPU'),
|
||||
|
||||
Reference in New Issue
Block a user