]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/linux-sis-965l.patch
Quellenupdate:
[people/pmueller/ipfire-2.x.git] / src / patches / linux-sis-965l.patch
CommitLineData
ce56e927
MT
1--- linux/drivers/ide/pci/sis5513.c.old 2004-08-08 01:26:04.000000000 +0200
2+++ linux/drivers/ide/pci/sis5513.c 2006-07-16 02:00:51.000000000 +0200
3@@ -789,6 +789,10 @@
4 printk(KERN_INFO "SIS5513: SiS 962/963 MuTIOL IDE UDMA133 controller\n");
5 chipset_family = ATA_133;
6 }
7+ if (trueid == 0x180) { /* sis965L */
8+ printk(KERN_INFO "SIS5513: SiS 965L IDE UDMA133 controller\n");
9+ chipset_family = ATA_133;
10+ }
11 }
12
13 if (!chipset_family) { /* Belongs to pci-quirks */