diff options
| author | David Lamparter <equinox@diac24.net> | 2007-08-01 17:46:44 -0400 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2007-08-01 17:46:44 -0400 |
| commit | 1955f6814fb58ffa06af4873a445307d60b23fb1 (patch) | |
| tree | 944141b505c68e286450a76056b1c7b2abdcc186 | |
| parent | 8663fd6d0de7144c9e8455b733aeb38fe80788ed (diff) | |
sis5513: Add FSC Amilo A1630 PCI subvendor/dev to laptops
Recognise the FSC Amilo A1630's incarnation of a SiS5513 chip as laptop to
get UDMA100 support.
Signed-off-by: David Lamparter <equinox@diac24.net>
Cc: Lionel Bouton <Lionel.Bouton@inet6.fr>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
| -rw-r--r-- | drivers/ide/pci/sis5513.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c index 63fbb79e8178..26f24802d3e8 100644 --- a/drivers/ide/pci/sis5513.c +++ b/drivers/ide/pci/sis5513.c | |||
| @@ -801,6 +801,7 @@ struct sis_laptop { | |||
| 801 | static const struct sis_laptop sis_laptop[] = { | 801 | static const struct sis_laptop sis_laptop[] = { |
| 802 | /* devid, subvendor, subdev */ | 802 | /* devid, subvendor, subdev */ |
| 803 | { 0x5513, 0x1043, 0x1107 }, /* ASUS A6K */ | 803 | { 0x5513, 0x1043, 0x1107 }, /* ASUS A6K */ |
| 804 | { 0x5513, 0x1734, 0x105f }, /* FSC Amilo A1630 */ | ||
| 804 | /* end marker */ | 805 | /* end marker */ |
| 805 | { 0, } | 806 | { 0, } |
| 806 | }; | 807 | }; |
