[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070727205242.GA1216@charon.n2.diac24.net>
Date: Fri, 27 Jul 2007 22:52:43 +0200
From: David Lamparter <lists@...c24.net>
To: Lionel Bouton <Lionel.Bouton@...t6.fr>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] ide: sis5513.c: Add FSC Amilo A1630 PCI subvendor/dev to
laptops
[PATCH] ide: sis5513.c: 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@...c24.net>
---
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 63fbb79..26f2480 100644
--- a/drivers/ide/pci/sis5513.c
+++ b/drivers/ide/pci/sis5513.c
@@ -801,6 +801,7 @@ struct sis_laptop {
static const struct sis_laptop sis_laptop[] = {
/* devid, subvendor, subdev */
{ 0x5513, 0x1043, 0x1107 }, /* ASUS A6K */
+ { 0x5513, 0x1734, 0x105f }, /* FSC Amilo A1630 */
/* end marker */
{ 0, }
};
--
1.5.2.1
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists