Index: comedi/drivers/adl_pci9118.c
===================================================================
RCS file: /cvs/comedi/comedi/comedi/drivers/adl_pci9118.c,v
retrieving revision 1.41
diff -u -r1.41 adl_pci9118.c
--- comedi/drivers/adl_pci9118.c	6 Oct 2005 17:42:02 -0000	1.41
+++ comedi/drivers/adl_pci9118.c	11 Jan 2006 12:57:00 -0000
@@ -82,6 +82,9 @@
 #define DPRINTK(fmt, args...)
 #endif
 
+#ifndef PCI_VENDOR_ID_AMCC
+#define PCI_VENDOR_ID_AMCC	0x10e8
+#endif
 
 #define IORANGE_9118 	64		/* I hope */
 #define PCI9118_CHANLEN	255		/* len of chanlist, some source say 256, but reality looks like 255 :-( */

