diff options
| author | Bjorn Helgaas <bjorn_helgaas@hp.com> | 2002-04-05 01:30:59 -0800 |
|---|---|---|
| committer | David Mosberger <davidm@wailua.hpl.hp.com> | 2002-04-05 01:30:59 -0800 |
| commit | e19f970bc21b9e9b940a358cf5168febc477b787 (patch) | |
| tree | 9604c9757def4470e90659cfcc2aa957f175c204 /include/linux/pci_ids.h | |
| parent | 5dbc562f264a71dbb9dac3b32a3826e8b0bdb978 (diff) | |
[PATCH] Add support for HP zx1 systems.
Diffstat (limited to 'include/linux/pci_ids.h')
| -rw-r--r-- | include/linux/pci_ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 41eed9cd438e..d09317f36624 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -507,6 +507,9 @@ #define PCI_DEVICE_ID_HP_DIVA1 0x1049 #define PCI_DEVICE_ID_HP_DIVA2 0x104A #define PCI_DEVICE_ID_HP_SP2_0 0x104B +#define PCI_DEVICE_ID_HP_ZX1_SBA 0x1229 +#define PCI_DEVICE_ID_HP_ZX1_IOC 0x122a +#define PCI_DEVICE_ID_HP_ZX1_LBA 0x122e #define PCI_VENDOR_ID_PCTECH 0x1042 #define PCI_DEVICE_ID_PCTECH_RZ1000 0x1000 |
