Re: [PATCH] pata_via: Add Armia W730-K8 and other rebadgings

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

 



On Wed, 22 Aug 2007 22:57:48 +0100, Alan Cox wrote:
> More cable funnies
> 
> Signed-off-by: Alan Cox <alan@xxxxxxxxxx>
> 
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.23rc3-mm1/drivers/ata/pata_via.c linux-2.6.23rc3-mm1/drivers/ata/pata_via.c
> --- linux.vanilla-2.6.23rc3-mm1/drivers/ata/pata_via.c	2007-08-22 17:23:00.000000000 +0100
> +++ linux-2.6.23rc3-mm1/drivers/ata/pata_via.c	2007-08-22 17:46:53.000000000 +0100
> @@ -63,7 +63,7 @@
>  #include <linux/dmi.h>
>  
>  #define DRV_NAME "pata_via"
> -#define DRV_VERSION "0.3.1"
> +#define DRV_VERSION "0.3.2"
>  
>  /*
>   *	The following comes directly from Vojtech Pavlik's ide/pci/via82cxxx
> @@ -144,6 +144,9 @@
>  	/* Systems by DMI */
>  	if (dmi_check_system(cable_dmi_table))
>  		return 1;
> +	/* Armia W730-K8/Targa Visionary 811/... */
> +	if (pdev->subsystem_vendor == 0x161F && pdev->subsystem_device == 0x2032)
> +		return 1;
>  	return 0;
>  }

s/Armia/Arima/

Apart from that it works fine on my '811.

Tested-by: Mikael Pettersson <mikpe@xxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Filesystems]     [Linux SCSI]     [Linux RAID]     [Git]     [Kernel Newbies]     [Linux Newbie]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Samba]     [Device Mapper]

  Powered by Linux