1. 27 11月, 2009 6 次提交
  2. 19 11月, 2009 1 次提交
  3. 28 10月, 2009 1 次提交
  4. 14 10月, 2009 1 次提交
  5. 04 9月, 2009 1 次提交
  6. 01 9月, 2009 1 次提交
  7. 15 8月, 2009 1 次提交
  8. 24 7月, 2009 3 次提交
  9. 06 7月, 2009 1 次提交
  10. 22 6月, 2009 1 次提交
  11. 18 6月, 2009 1 次提交
  12. 28 5月, 2009 1 次提交
  13. 11 4月, 2009 1 次提交
  14. 14 3月, 2009 1 次提交
  15. 21 1月, 2009 1 次提交
  16. 11 1月, 2009 1 次提交
  17. 21 11月, 2008 1 次提交
  18. 20 11月, 2008 1 次提交
  19. 16 11月, 2008 1 次提交
  20. 04 11月, 2008 1 次提交
  21. 28 10月, 2008 1 次提交
    • S
      via-velocity: use driver string instead of dev->name before register_netdev() · 07b5f6a6
      Sven Hartge 提交于
      This patch corrects a message bug in the via-velocity driver which
      bothered me for some time.
      
      The messages printed during device init look like the following:
      
      [    8.486422] eth%d: set value of parameter Wake On Lan options to 0
                        ^^!
      [    8.487340] eth0: VIA Networking Velocity Family Gigabit Ethernet Adapter
      
      Note the unresolved format string.
      
      dev->name is unavailable before register_netdev, so use
      dev_driver_string(&pdev->dev), which is also consistent with other
      drivers.
      
      "char *devname" parameters had to be converted to "const char *devname" to
      be consistent with dev_driver_string return value.
      Signed-off-by: NSven Hartge <sven@svenhartge.de>
      Signed-off-by: NJeff Garzik <jgarzik@redhat.com>
      07b5f6a6
  22. 14 10月, 2008 1 次提交
  23. 09 10月, 2008 1 次提交
  24. 01 8月, 2008 2 次提交
  25. 11 7月, 2008 4 次提交
  26. 23 5月, 2008 2 次提交
  27. 25 4月, 2008 1 次提交
  28. 26 3月, 2008 1 次提交