* 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
This commit is contained in:
ms
2006-08-07 19:02:40 +00:00
parent 43f8b5f17a
commit ce56e92709
9 changed files with 119 additions and 25 deletions

View File

@@ -0,0 +1,13 @@
--- 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 */