diff options
author | root <root@iss-tomyspiel-l> | 2011-06-16 01:36:35 +0200 |
---|---|---|
committer | root <root@iss-tomyspiel-l> | 2011-06-16 01:36:35 +0200 |
commit | 3215a87dbbce676aa434a6d5b4835e456dac3605 (patch) | |
tree | a748c415c395a56e5ec02abda9bda22bd366ab85 /driver/pciDriver.h | |
parent | c95df4d43738e1597c348bc7f98ff2902574d720 (diff) | |
download | ipecamera-3215a87dbbce676aa434a6d5b4835e456dac3605.tar.gz ipecamera-3215a87dbbce676aa434a6d5b4835e456dac3605.tar.bz2 ipecamera-3215a87dbbce676aa434a6d5b4835e456dac3605.tar.xz ipecamera-3215a87dbbce676aa434a6d5b4835e456dac3605.zip |
Remove unsupported devices
Diffstat (limited to 'driver/pciDriver.h')
-rw-r--r-- | driver/pciDriver.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/driver/pciDriver.h b/driver/pciDriver.h index 22369e9..083b0b2 100644 --- a/driver/pciDriver.h +++ b/driver/pciDriver.h @@ -58,30 +58,6 @@ #include <linux/ioctl.h> -/* Identifies the mpRACE-1 boards */ -#define MPRACE1_VENDOR_ID 0x10b5 -#define MPRACE1_DEVICE_ID 0x9656 - -/* Identifies the PCI-X Test boards */ -#define PCIXTEST_VENDOR_ID 0x10dc -#define PCIXTEST_DEVICE_ID 0x0156 - -/* Identifies the PCIe-PLDA Test board */ -#define PCIEPLDA_VENDOR_ID 0x1556 -#define PCIEPLDA_DEVICE_ID 0x1100 - -/* Identifies the PCIe-ABB Test board */ -#define PCIEABB_VENDOR_ID 0x10dc -#define PCIEABB_DEVICE_ID 0x0153 - -/* Identifies the PCI-X PROGRAPE4 */ -#define PCIXPG4_VENDOR_ID 0x1679 -#define PCIXPG4_DEVICE_ID 0x0001 - -/* Identifies the PCI-64 PROGRAPE4 */ -#define PCI64PG4_VENDOR_ID 0x1679 -#define PCI64PG4_DEVICE_ID 0x0005 - /* Identifies the PCI-E Xilinx ML605 */ #define PCIE_XILINX_VENDOR_ID 0x10ee #define PCIE_ML605_DEVICE_ID 0x04a0 |