diff options
| author | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-11 14:36:25 +0100 | 
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-11 14:36:25 +0100 | 
| commit | a8931ef380c92d121ae74ecfb03b2d63f72eea6f (patch) | |
| tree | 980fb6b019e11e6cb1ece55b7faff184721a8053 /include/linux/pci_ids.h | |
| parent | 90574d0a4d4b73308ae54a2a57a4f3f1fa98e984 (diff) | |
| parent | e5a5816f7875207cb0a0a7032e39a4686c5e10a4 (diff) | |
| download | olio-linux-3.10-a8931ef380c92d121ae74ecfb03b2d63f72eea6f.tar.xz olio-linux-3.10-a8931ef380c92d121ae74ecfb03b2d63f72eea6f.zip  | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/linux/pci_ids.h')
| -rw-r--r-- | include/linux/pci_ids.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index cf6dbd75939..65953822c9c 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -716,6 +716,7 @@  #define PCI_DEVICE_ID_HP_CISSA		0x3220  #define PCI_DEVICE_ID_HP_CISSC		0x3230  #define PCI_DEVICE_ID_HP_CISSD		0x3238 +#define PCI_DEVICE_ID_HP_CISSE		0x323a  #define PCI_DEVICE_ID_HP_ZX2_IOC	0x4031  #define PCI_VENDOR_ID_PCTECH		0x1042 @@ -1519,6 +1520,7 @@  #define PCI_DEVICE_ID_MARVELL_GT64260	0x6430  #define PCI_DEVICE_ID_MARVELL_MV64360	0x6460  #define PCI_DEVICE_ID_MARVELL_MV64460	0x6480 +#define PCI_DEVICE_ID_MARVELL_CAFE_SD	0x4101  #define PCI_VENDOR_ID_V3		0x11b0  #define PCI_DEVICE_ID_V3_V960		0x0001 @@ -1761,6 +1763,7 @@  #define PCI_VENDOR_ID_INTASHIELD	0x135a  #define PCI_DEVICE_ID_INTASHIELD_IS200	0x0d80 +#define PCI_DEVICE_ID_INTASHIELD_IS400	0x0dc0  #define PCI_VENDOR_ID_QUATECH		0x135C  #define PCI_DEVICE_ID_QUATECH_QSC100	0x0010 @@ -2383,6 +2386,9 @@  #define PCI_DEVICE_ID_INTEL_ICH10_4	0x3a30  #define PCI_DEVICE_ID_INTEL_ICH10_5	0x3a60  #define PCI_DEVICE_ID_INTEL_IOAT_SNB	0x402f +#define PCI_DEVICE_ID_INTEL_5400_ERR	0x4030 +#define PCI_DEVICE_ID_INTEL_5400_FBD0	0x4035 +#define PCI_DEVICE_ID_INTEL_5400_FBD1	0x4036  #define PCI_DEVICE_ID_INTEL_IOAT_SCNB	0x65ff  #define PCI_DEVICE_ID_INTEL_TOLAPAI_0	0x5031  #define PCI_DEVICE_ID_INTEL_TOLAPAI_1	0x5032  |