diff options
| author | Alan Cox <alan@linux.intel.com> | 2009-05-16 19:03:36 +0200 | 
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2009-05-16 19:03:36 +0200 | 
| commit | d8788298d491ee5026981eb751b0341a996b22e4 (patch) | |
| tree | 064a4da54b619a23c3ca119d081bf7405b524f95 | |
| parent | b019447ce73513432af052f30fa239d6dc93e111 (diff) | |
| download | olio-linux-3.10-d8788298d491ee5026981eb751b0341a996b22e4.tar.xz olio-linux-3.10-d8788298d491ee5026981eb751b0341a996b22e4.zip  | |
piix: The Sony TZ90 needs the cable type hardcoding
The Sony TZ90 needs the cable type hardcoding. See bug #12734
Signed-off-by: Alan Cox <alan@linux.intel.com>
Reported-by:  Jonathan E. Snow <jesnow@uh.edu>
[bart: port it from ata_piix to piix and give reporter the proper credit]
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
| -rw-r--r-- | drivers/ide/piix.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/piix.c b/drivers/ide/piix.c index 2aa69993306..69860dea382 100644 --- a/drivers/ide/piix.c +++ b/drivers/ide/piix.c @@ -263,6 +263,7 @@ static const struct ich_laptop ich_laptop[] = {  	{ 0x24CA, 0x1025, 0x003d },	/* ICH4 on ACER TM290 */  	{ 0x266F, 0x1025, 0x0066 },	/* ICH6 on ACER Aspire 1694WLMi */  	{ 0x2653, 0x1043, 0x82D8 },	/* ICH6M on Asus Eee 701 */ +	{ 0x27df, 0x104d, 0x900e },	/* ICH7 on Sony TZ-90 */  	/* end marker */  	{ 0, }  };  |