Commit 26853312 authored by H Hartley Sweeten's avatar H Hartley Sweeten Committed by Greg Kroah-Hartman

staging: comedi: comedidev.h: add PCI_VENDOR_ID_AMCC

Add a define for the Applied Micro Circuits Corp. PCI vendor id.
Remove the duplicates in the drivers.
Signed-off-by: default avatarH Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 50d3c3f5
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
*/ */
#define PCI_VENDOR_ID_KOLTER 0x1001 #define PCI_VENDOR_ID_KOLTER 0x1001
#define PCI_VENDOR_ID_ICP 0x104c #define PCI_VENDOR_ID_ICP 0x104c
#define PCI_VENDOR_ID_AMCC 0x10e8
#define PCI_VENDOR_ID_DT 0x1116 #define PCI_VENDOR_ID_DT 0x1116
#define PCI_VENDOR_ID_IOTECH 0x1616 #define PCI_VENDOR_ID_IOTECH 0x1616
#define PCI_VENDOR_ID_CONTEC 0x1221 #define PCI_VENDOR_ID_CONTEC 0x1221
......
...@@ -73,8 +73,6 @@ Configuration options: ...@@ -73,8 +73,6 @@ Configuration options:
#include "8253.h" #include "8253.h"
#include "comedi_fc.h" #include "comedi_fc.h"
#define PCI_VENDOR_ID_AMCC 0x10e8
/* paranoid checks are broken */ /* paranoid checks are broken */
#undef PCI9118_PARANOIDCHECK /* #undef PCI9118_PARANOIDCHECK /*
* if defined, then is used code which control * if defined, then is used code which control
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment