diff options
| author | Alan Cox <alan@irongate.swansea.linux.org.uk> | 2002-07-24 18:28:35 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-07-24 18:28:35 -0700 |
| commit | 63ec00ac688a2be1369e303772d15450969842df (patch) | |
| tree | 7407bb5dcca444e61292293b95bd4da3b1034190 /include/linux | |
| parent | 1de51f37018fa7e9c658f2dda962e07515641105 (diff) | |
[PATCH] Handle dunord pci decode problem
Diffstat (limited to 'include/linux')
| -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 50d3860975d7..16ec6da0cd61 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1612,6 +1612,9 @@ #define PCI_DEVICE_ID_DCI_PCCOM4 0x0001 #define PCI_DEVICE_ID_DCI_PCCOM8 0x0002 +#define PCI_VENDOR_ID_DUNORD 0x5544 +#define PCI_DEVICE_ID_DUNORD_I3000 0x0001 + #define PCI_VENDOR_ID_GENROCO 0x5555 #define PCI_DEVICE_ID_GENROCO_HFP832 0x0003 |
