From: Bartlomiej Zolnierkiewicz Date: Tue, 16 Oct 2007 20:29:58 +0000 (+0200) Subject: sis5513: remove /proc/ide/sis X-Git-Tag: v2.6.24-rc1~822^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a718122ce82ffd6628a158ebf76ab5970bccd415;p=pandora-kernel.git sis5513: remove /proc/ide/sis This belongs to user-space (and only if really needed). text data bss dec hex filename 7129 404 8 7541 1d75 drivers/ide/pci/sis5513.o.before 3916 404 1 4321 10e1 drivers/ide/pci/sis5513.o.after Additionaly to being bloat the code contained two bugs: - wrong cable bit was checked (0x0001 instead of 0x8000) on ATA_133 chipsets - incorrect UDMA cycle time was reported on ATA_100a/ATA_133 chipsets Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed