[tulip] Options field in conf.modules
harish.vasudeva@amd.com
harish.vasudeva@amd.com
Mon, 26 Mar 2001 18:59:26 -0800
Here is an update.. I have the options defined as
#define MAX_UNITS 8
STATIC int options[MAX_UNITS] = {0, };
MODULE_PARM(options, "1-" __MODULE_STRING(MAX_UNITS) "i");
so, i presume after i load the driver, viz.
insmod amd977l4
ifconfig eth0 up
the options array should have the 2 (ie., options[0]=2) right?? pls advice.
thanx again
HV
> -----Original Message-----
> From: harish.vasudeva@amd.com [SMTP:harish.vasudeva@amd.com]
> Sent: Monday, March 26, 2001 6:13 PM
> To: tulip@scyld.com
> Subject: [tulip] Options field in conf.modules
>
> Hi All,
>
> I'm developing a Linux driver for our network controller & i need some
> help
> on the "options" parameter in the conf.modules file. how do i process
> that?
>
> my file has the following lines (in conf.modules)
>
> alias eth0 amd977l4
> options amd977l4 options=2
>
> Is there a function call thru' which i can get the value entered for the
> option field?
>
> thanx in advance.
> HARISH
>
>
> _______________________________________________
> tulip mailing list, tulip@scyld.com
> To change to digest mode or unsubscribe visit
> http://www.scyld.com/mailman/listinfo/tulip