--- zfcp_aux.c.orig 2004-06-19 16:01:25.000000000 +0000 +++ zfcp_aux.c 2004-06-19 16:00:01.000000000 +0000 @@ -146,6 +146,17 @@ module_param(flags_dump, uint, 0); #endif +#ifndef MODULE +/* remember kernel boot time parameter */ +static int __init zfcp_device(char *str) +{ + device = str; + return 1; +} + +__setup("zfcpdevice=", zfcp_device); +#endif + /****************************************************************/ /************** Functions without logging ***********************/ /****************************************************************/