diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-16 23:47:11 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-05-16 23:47:11 +0400 |
commit | b41a080fa9f157d223c782ec3571cf46e34e91d6 (patch) | |
tree | 2aaba1eefe54c74b7a9e9ea02c3db9a01b3ad648 /drivers/ide/piix.c | |
parent | 5fe4990a97ef340046117aceb02bcad01644ebc2 (diff) | |
parent | d8788298d491ee5026981eb751b0341a996b22e4 (diff) | |
download | linux-b41a080fa9f157d223c782ec3571cf46e34e91d6.tar.xz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6:
piix: The Sony TZ90 needs the cable type hardcoding
icside: register second channel of version 6 PCB
ide-tape: remove back-to-back REQUEST_SENSE detection
Diffstat (limited to 'drivers/ide/piix.c')
-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 2aa699933064..69860dea3820 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, } }; |