From: Daniel Drake Date: Fri, 18 Nov 2005 21:08:29 +0000 (+0100) Subject: [PATCH] via82cxxx IDE: remove /proc/via entry X-Git-Tag: v2.6.15-rc2~13^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861e76a8ab7ba64a74c567fa8c4d1d38c4dfdd24;p=pandora-kernel.git [PATCH] via82cxxx IDE: remove /proc/via entry This entry adds needless complication to the driver as it requires the use of global variables to be passed into via_get_info(), making things quite ugly when we try and make this driver support multiple controllers simultaneously. This patch removes /proc/via for simplicity. On 10/13/05, Daniel Drake wrote: > Per Bart's suggestion, I've created a user-space app which shows identical > data (and doesn't even rely on the via82cxxx IDE driver). > > http://www.reactivated.net/software/viaideinfo/ > > So, I think we should be clear to drop /proc/ide/via now. Signed-off-by: Daniel Drake Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed