3 Mar 2009 00:59
[SCSI] hptiop: Add new PCI device ID
Linux Kernel Mailing List <linux-kernel <at> vger.kernel.org>
2009-03-02 23:59:05 GMT
2009-03-02 23:59:05 GMT
Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b73a77494292b930642fbf87de3e3196593f7593 Commit: b73a77494292b930642fbf87de3e3196593f7593 Parent: adfafefd104d840ee4461965f22624d77532675b Author: HighPoint Linux Team <linux <at> highpoint-tech.com> AuthorDate: Thu Feb 12 11:28:31 2009 +0800 Committer: James Bottomley <James.Bottomley <at> HansenPartnership.com> CommitDate: Sat Feb 21 20:29:36 2009 -0600 [SCSI] hptiop: Add new PCI device ID Signed-off-by: HighPoint Linux Team <linux <at> highpoint-tech.com> Signed-off-by: James Bottomley <James.Bottomley <at> HansenPartnership.com> --- drivers/scsi/hptiop.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/scsi/hptiop.c b/drivers/scsi/hptiop.c index a48e499..34be88d 100644 --- a/drivers/scsi/hptiop.c +++ b/drivers/scsi/hptiop.c <at> <at> -1251,6 +1251,7 <at> <at> static struct pci_device_id hptiop_id_table[] = { { 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 git-commits-head" in(Continue reading)
RSS Feed