diff options
author | Egbert Eich <eich@suse.de> | 2005-04-04 09:55:25 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2005-04-04 09:55:25 +0000 |
commit | 7eb6b69ebd945c753ee0988e1a85dffde982446e (patch) | |
tree | a545f739ed648d0424b7de9870b7150be86f28fa /hw/xfree86/common/xf86PciInfo.h | |
parent | 231c00e8fba91b580ec3e2703dd1ceacf13a6624 (diff) |
Support for HP's IPF ZX1 systems (Alex Williamson).
Diffstat (limited to 'hw/xfree86/common/xf86PciInfo.h')
-rw-r--r-- | hw/xfree86/common/xf86PciInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/xfree86/common/xf86PciInfo.h b/hw/xfree86/common/xf86PciInfo.h index dca199309..ab8836bd6 100644 --- a/hw/xfree86/common/xf86PciInfo.h +++ b/hw/xfree86/common/xf86PciInfo.h @@ -503,6 +503,9 @@ #define PCI_CHIP_ZX1_IOC 0x122A #define PCI_CHIP_ZX1_LBA 0x122E /* a.k.a. Mercury */ #define PCI_CHIP_ZX1_AGP8 0x12B4 /* a.k.a. QuickSilver */ +#define PCI_CHIP_ZX2_LBA 0x12EE +#define PCI_CHIP_ZX2_SBA 0x4030 +#define PCI_CHIP_ZX2_IOC 0x4031 /* SGS */ #define PCI_CHIP_STG2000 0x0008 |