Manual merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev...
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 18 Jun 2005 18:42:35 +0000 (11:42 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 18 Jun 2005 18:42:35 +0000 (11:42 -0700)
This is a fixed-up version of the broken "upstream-2.6.13" branch, where
I re-did the manual merge of drivers/net/r8169.c by hand, and made sure
the history is all good.

1  2 
drivers/net/r8169.c

@@@ -415,12 -435,16 +435,16 @@@ struct rtl8169_private 
        struct work_struct task;
  };
  
 -MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@oss.sgi.com>");
 +MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@vger.kernel.org>");
  MODULE_DESCRIPTION("RealTek RTL-8169 Gigabit Ethernet driver");
  module_param_array(media, int, &num_media, 0);
+ MODULE_PARM_DESC(media, "force phy operation. Deprecated by ethtool (8).");
  module_param(rx_copybreak, int, 0);
+ MODULE_PARM_DESC(rx_copybreak, "Copy breakpoint for copy-only-tiny-frames");
  module_param(use_dac, int, 0);
  MODULE_PARM_DESC(use_dac, "Enable PCI DAC. Unsafe on 32 bit PCI slot.");
+ module_param_named(debug, debug.msg_enable, int, 0);
+ MODULE_PARM_DESC(debug, "Debug verbosity level (0=none, ..., 16=all)");
  MODULE_LICENSE("GPL");
  MODULE_VERSION(RTL8169_VERSION);