[PATCH] ATTO pci card ids

From: Robert Minsk
Date: Tue Aug 17 2004 - 20:35:43 EST


In the process of porting attotech's patches to the lsi mptlinux scsi drivers I noticed that the pci vendor id and devices where hardcoded into the patch. Included are the defines for the ATTO Technologies UL4D and UL4S Ultra 320 PCI host adapter.

diff -u linux-2.6.8.1/include/linux/pci_ids.h linux-2.6.8.1.atto/include/linux/pci_ids.h

--- linux-2.6.8.1/include/linux/pci_ids.h 2004-08-14 03:56:26.000000000 -0700
+++ linux-2.6.8.1.atto/include/linux/pci_ids.h 2004-08-17 16:27:17.651679149 -0700
@@ -2311,3 +2311,10 @@
#define PCI_DEVICE_ID_ARK_STING 0xa091
#define PCI_DEVICE_ID_ARK_STINGARK 0xa099
#define PCI_DEVICE_ID_ARK_2000MT 0xa0a1
+
+#define PCI_VENDOR_ID_ATTO 0x117c
+#define PCI_DEVICE_ID_ATTO_UL 0x0030
+#define PCI_SUBVENDOR_ID_ATTO 0x117c
+#define PCI_SUBDEVICE_ID_ATTO_UL4D 0x8013
+#define PCI_SUBDEVICE_ID_ATTO_UL4S 0x8014
+

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/