Add a new PCI device ID. Signed-off-by: HighPoint Linux Team <linux@xxxxxxxxxxxxxxxxxx> --- hptiop.c | 1 + 1 file changed, 1 insertion(+) diff -purN linux-2.6.28-rc2-mm1/drivers/scsi/hptiop.c new/drivers/scsi/hptiop.c --- linux-2.6.28-rc2-mm1/drivers/scsi/hptiop.c 2008-12-25 07:26:37.000000000 +0800 +++ new/drivers/scsi/hptiop.c 2009-02-12 11:14:56.000000000 +0800 @@ -1251,6 +1251,7 @@ static struct pci_device_id hptiop_id_ta { PCI_VDEVICE(TTI, 0x3530), (kernel_ulong_t)&hptiop_itl_ops }, { PCI_VDEVICE(TTI, 0x3560), (kernel_ulong_t)&hptiop_itl_ops }, { PCI_VDEVICE(TTI, 0x4322), (kernel_ulong_t)&hptiop_itl_ops }, + { PCI_VDEVICE(TTI, 0x4321), (kernel_ulong_t)&hptiop_itl_ops }, { PCI_VDEVICE(TTI, 0x4210), (kernel_ulong_t)&hptiop_itl_ops }, { PCI_VDEVICE(TTI, 0x4211), (kernel_ulong_t)&hptiop_itl_ops }, { PCI_VDEVICE(TTI, 0x4310), (kernel_ulong_t)&hptiop_itl_ops }, -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html