]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/scsi/qla2xxx/ql2300.c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6-omap-h63xx.git] / drivers / scsi / qla2xxx / ql2300.c
index 22371c864f0cb1efda45b52b5933216621d6305d..e7a93ddda79a6b051e69fcd14b8ece7f2a764206 100644 (file)
@@ -1,11 +1,10 @@
 /*
- * QLogic ISP2300 device driver for Linux 2.6.x
- * Copyright (C) 2003 Christoph Hellwig.
- * Copyright (C) 2003-2005 QLogic Corporation (www.qlogic.com)
+ * QLogic Fibre Channel HBA Driver
+ * Copyright (C)  2003 Christoph Hellwig.
+ * Copyright (c)  2003-2005 QLogic Corporation
  *
- * Released under GPL v2.
+ * See LICENSE.qla2xxx for copyright and licensing details.
  */
-
 #include <linux/init.h>
 #include <linux/module.h>
 #include <linux/pci.h>
@@ -41,6 +40,11 @@ static struct qla_board_info qla_board_tbl[] = {
                .isp_name       = "ISP2312",
                .fw_info        = qla_fw_tbl,
        },
+       {
+               .drv_name       = qla_driver_name,
+               .isp_name       = "ISP6312",
+               .fw_info        = qla_fw_tbl,
+       },
 };
 
 static struct pci_device_id qla2300_pci_tbl[] = {
@@ -58,6 +62,13 @@ static struct pci_device_id qla2300_pci_tbl[] = {
                .subdevice      = PCI_ANY_ID,
                .driver_data    = (unsigned long)&qla_board_tbl[1],
        },
+       {
+               .vendor         = PCI_VENDOR_ID_QLOGIC,
+               .device         = PCI_DEVICE_ID_QLOGIC_ISP6312,
+               .subvendor      = PCI_ANY_ID,
+               .subdevice      = PCI_ANY_ID,
+               .driver_data    = (unsigned long)&qla_board_tbl[2],
+       },
        {0, 0},
 };
 MODULE_DEVICE_TABLE(pci, qla2300_pci_tbl);