[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#637591: Add pci id for Marvell Technology Group Ltd. Device 9480



tags 637591 + upstream
quit

Hi Alexander,

Alexander Kurtz wrote:

> I recently bough a SAS/SATA expansion card[1] based on Marvell's
> 88SE9480 chip:
[...]
> As you can see, the "mvsas" driver failed to get the card up and
> running. That's because there is no matching pci id:
[...]
> --- linux-2.6-3.0.0.orig/drivers/scsi/mvsas/mv_init.c	2011-07-22 04:17:23.000000000 +0200
> +++ linux-2.6-3.0.0/drivers/scsi/mvsas/mv_init.c	2011-08-12 18:36:54.456523703 +0200
> @@ -692,6 +692,15 @@
>  		.class_mask	= 0,
>  		.driver_data	= chip_9485,
>  	},
> +	{
> +		.vendor		= 0x1b4b,
> +		.device		= 0x9480,
> +		.subvendor	= PCI_ANY_ID,
> +		.subdevice	= PCI_ANY_ID,
> +		.class		= 0,
> +		.class_mask	= 0,
> +		.driver_data	= chip_9480,
> +	},

Thanks!  Please send this information (perhaps in patch form) to
linux-scsi@vger.kernel.org, cc-ing Xiangliang Yu
<yuxiangl@marvell.com> and James Bottomley <James.Bottomley@suse.de>?
We'd be happy to apply this when it is accepted upstream.

(There's also more information than you ever wanted to know about
sending patches in Documentation/SubmittingPatches.  Though most of
it is probably not too relevant here.  I'd also suggest putting the
entry before the one for 9485, so they are in chip order, though maybe
that's too anal. :))

Hope that helps,
Jonathan



Reply to: