projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd1dc80
)
[PATCH] Update SiS PATA
author
Alan Cox
<alan@lxorguk.ukuu.org.uk>
Tue, 12 Sep 2006 16:15:12 +0000
(17:15 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Tue, 12 Sep 2006 16:01:46 +0000
(12:01 -0400)
New chipset identifiers
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_sis.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_sis.c
b/drivers/ata/pata_sis.c
index 1cf5cf0a5365b35025af99b5cc2223f95db695a5..2e555168b431cdd59312db1edc63594bf0183269 100644
(file)
--- a/
drivers/ata/pata_sis.c
+++ b/
drivers/ata/pata_sis.c
@@
-34,7
+34,7
@@
#include <linux/ata.h>
#define DRV_NAME "pata_sis"
-#define DRV_VERSION "0.4.
2
"
+#define DRV_VERSION "0.4.
3
"
struct sis_chipset {
u16 device; /* PCI host ID */
@@
-857,6
+857,10
@@
static int sis_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
struct sis_chipset *chipset = NULL;
static struct sis_chipset sis_chipsets[] = {
+
+ { 0x0968, &sis_info133 },
+ { 0x0966, &sis_info133 },
+ { 0x0965, &sis_info133 },
{ 0x0745, &sis_info100 },
{ 0x0735, &sis_info100 },
{ 0x0733, &sis_info100 },