diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2005-05-27 15:11:49 -0400 |
---|---|---|
committer | Francois Romieu <romieu@fr.zoreil.com> | 2005-05-27 15:11:49 -0400 |
commit | df0a1bf63403c2decec2c11cdd1b304363174e90 (patch) | |
tree | a889398704650eb3bdccec46591969740022c987 /drivers/net/r8169.c | |
parent | 1b7efd58bb2c89f408118888b659b51ff66c47b9 (diff) |
[PATCH] r8169: add module parameter (media)
Add module parameter description for the media option.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Diffstat (limited to 'drivers/net/r8169.c')
-rw-r--r-- | drivers/net/r8169.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index bf4bd3909763..6f3b1383788f 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c | |||
@@ -425,6 +425,7 @@ struct rtl8169_private { | |||
425 | MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@oss.sgi.com>"); | 425 | MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@oss.sgi.com>"); |
426 | MODULE_DESCRIPTION("RealTek RTL-8169 Gigabit Ethernet driver"); | 426 | MODULE_DESCRIPTION("RealTek RTL-8169 Gigabit Ethernet driver"); |
427 | module_param_array(media, int, &num_media, 0); | 427 | module_param_array(media, int, &num_media, 0); |
428 | MODULE_PARM_DESC(media, "force phy operation. Deprecated by ethtool (8)."); | ||
428 | module_param(rx_copybreak, int, 0); | 429 | module_param(rx_copybreak, int, 0); |
429 | MODULE_PARM_DESC(rx_copybreak, "Copy breakpoint for copy-only-tiny-frames"); | 430 | MODULE_PARM_DESC(rx_copybreak, "Copy breakpoint for copy-only-tiny-frames"); |
430 | module_param(use_dac, int, 0); | 431 | module_param(use_dac, int, 0); |