diff -urNp linux-660/arch/i386/kernel/edd.c linux-661/arch/i386/kernel/edd.c --- linux-660/arch/i386/kernel/edd.c +++ linux-661/arch/i386/kernel/edd.c @@ -11,7 +11,7 @@ * fn41 - Check Extensions Present and * fn48 - Get Device Parametes with EDD extensions * made in setup.S, copied to safe structures in setup.c, - * and presents it in driverfs. + * and presents it in /proc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License v2.0 as published by @@ -26,7 +26,6 @@ /* * TODO: - * - Convert to using /proc instead of driverfs * - move edd.[ch] to better locations if/when one is decided * - keep current with 2.5 EDD code changes */ @@ -47,7 +46,7 @@ MODULE_AUTHOR("Matt Domsch