Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88062
b: refs/heads/master
c: 0b97760
h: refs/heads/master
v: v3
  • Loading branch information
Ke Wei authored and James Bottomley committed Mar 28, 2008
1 parent 708219f commit b04efbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9ff91b6927079307b5d481a93beac4134e923eb
refs/heads/master: 0b977608e6c8ba2d40445999bbcac8b411bf3f6a
9 changes: 9 additions & 0 deletions trunk/drivers/scsi/mvsas.c
Original file line number Diff line number Diff line change
Expand Up @@ -3163,6 +3163,15 @@ static struct sas_domain_function_template mvs_transport_ops = {
static struct pci_device_id __devinitdata mvs_pci_table[] = {
{ PCI_VDEVICE(MARVELL, 0x6320), chip_6320 },
{ PCI_VDEVICE(MARVELL, 0x6340), chip_6440 },
{
.vendor = PCI_VENDOR_ID_MARVELL,
.device = 0x6440,
.subvendor = PCI_ANY_ID,
.subdevice = 0x6480,
.class = 0,
.class_mask = 0,
.driver_data = chip_6480,
},
{ PCI_VDEVICE(MARVELL, 0x6440), chip_6440 },
{ PCI_VDEVICE(MARVELL, 0x6480), chip_6480 },

Expand Down

0 comments on commit b04efbe

Please sign in to comment.