diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-07-08 22:41:19 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-07-08 22:41:19 +0000 |
commit | 03761a8bbeab164c053948ea8e8c48e54ad61e04 (patch) | |
tree | 08efdf147e53942ff5cbd3603b89c50d0601a1a3 /include | |
parent | aba344fdfed81b2c03d6114c54cfd73a486aa10b (diff) |
Add IOC3 PCI id.
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 2a9932148..c64d9eb2e 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -616,6 +616,9 @@ #define PCI_VENDOR_ID_SIERRA 0x10a8 #define PCI_DEVICE_ID_SIERRA_STB 0x0000 +#define PCI_VENDOR_ID_SGI 0x10a9 +#define PCI_DEVICE_ID_SGI_IOC3 0x0003 + #define PCI_VENDOR_ID_ACC 0x10aa #define PCI_DEVICE_ID_ACC_2056 0x0000 |