diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-25 19:18:30 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-25 19:18:30 -0400 |
commit | 7f0826c169ff14d62e92d02f85d33d0030d45c12 (patch) | |
tree | c2c71e583e290554d85fbb0baffe50d3c90ba948 /include/pci_ids.h | |
parent | e47bbf7e0e160ad8a52927cf3411673413138285 (diff) | |
parent | c537a36839964b66b6c56c7488c3809763de5a16 (diff) |
Merge branch '2022-03-25-assorted-updates' into next
- Assorted PCI cleanups
- Allow building with -Og
- ast2600 pwm support
- PFUZE100 bootcount driver
Diffstat (limited to 'include/pci_ids.h')
-rw-r--r-- | include/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci_ids.h b/include/pci_ids.h index 3c5434c0eda..88b0a640458 100644 --- a/include/pci_ids.h +++ b/include/pci_ids.h @@ -55,6 +55,8 @@ #define PCI_CLASS_BRIDGE_EISA 0x0602 #define PCI_CLASS_BRIDGE_MC 0x0603 #define PCI_CLASS_BRIDGE_PCI 0x0604 +#define PCI_CLASS_BRIDGE_PCI_NORMAL 0x060400 +#define PCI_CLASS_BRIDGE_PCI_SUBTRACTIVE 0x060401 #define PCI_CLASS_BRIDGE_PCMCIA 0x0605 #define PCI_CLASS_BRIDGE_NUBUS 0x0606 #define PCI_CLASS_BRIDGE_CARDBUS 0x0607 |