Re: idebus setup problem (2.6.7-rc1)

From: Jeff Garzik
Date: Thu May 27 2004 - 11:12:59 EST


Zhu, Yi wrote:
--- linux-2.6.7-rc1-mm1.orig/drivers/ide/ide.c 2004-05-27
23:07:59.405138992 +0800
+++ linux-2.6.7-rc1-mm1/drivers/ide/ide.c 2004-05-27
23:09:47.529701560 +0800
@@ -2459,7 +2459,8 @@ void cleanup_module (void)

#else /* !MODULE */

-__setup("", ide_setup);
+__setup("hd", ide_setup);
+__setup("ide", ide_setup);

module_init(ide_init);


module_param() works for both the built-in case (where __setup is used), and also the modular case. If this is getting changed, might as well do the right change...

Jeff


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/