Files
bpfire/src/patches/linux-sis-965l.patch
ms ce56e92709 Update:
* GnuPG aktualisiert.
Hinzugefügt:
  * Möglichkeit eine Quellen-ISO zu erstellen.
  * Patch für einen SiS-Chipsatz.
  * /home/nobody


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@239 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-08-07 19:02:40 +00:00

14 lines
491 B
Diff

--- linux/drivers/ide/pci/sis5513.c.old 2004-08-08 01:26:04.000000000 +0200
+++ linux/drivers/ide/pci/sis5513.c 2006-07-16 02:00:51.000000000 +0200
@@ -789,6 +789,10 @@
printk(KERN_INFO "SIS5513: SiS 962/963 MuTIOL IDE UDMA133 controller\n");
chipset_family = ATA_133;
}
+ if (trueid == 0x180) { /* sis965L */
+ printk(KERN_INFO "SIS5513: SiS 965L IDE UDMA133 controller\n");
+ chipset_family = ATA_133;
+ }
}
if (!chipset_family) { /* Belongs to pci-quirks */