1. 01 1月, 2014 1 次提交
  2. 20 12月, 2013 1 次提交
  3. 07 12月, 2013 1 次提交
  4. 18 10月, 2013 1 次提交
  5. 04 10月, 2013 1 次提交
  6. 20 6月, 2013 1 次提交
  7. 12 6月, 2013 1 次提交
  8. 21 5月, 2013 1 次提交
  9. 17 5月, 2013 1 次提交
  10. 12 5月, 2013 1 次提交
  11. 07 5月, 2013 1 次提交
  12. 01 5月, 2013 1 次提交
  13. 20 4月, 2013 2 次提交
  14. 16 3月, 2013 1 次提交
  15. 22 1月, 2013 1 次提交
    • P
      drivers/net: delete old 8bit ISA 3c501 driver. · de8270ff
      Paul Gortmaker 提交于
      It was amusing that linux was able to make use of this 1980's
      technology on machines long past its intended lifespan, but
      it probably should go now.
      
      To set some context, the 3c501 was designed in the 1980's to be
      used on 8088 PC-XT 8bit ISA machines.  It was built using a large
      number of discrete TTL components and truly looks like a relic
      of the ancient past before large scale integration was common.
      
      But from a functional point of view, the real issue, as stated
      in the (also obsolete) Ethernet-HowTo, is that "...the 3c501 can
      only do one thing at a time -- while you are removing one packet
      from the single-packet buffer it cannot receive another packet,
      nor can it receive a packet while loading a transmit packet."
      
      You know things are not good when the Kconfig help text suggests
      you make a cron job doing a ping every minute.
      
      Hardware that old and crippled is simply not going to be used by
      anyone in a time where 10 year old 100Mbit PCI cards (that are
      still functional) are largely give-away items.
      
      Cc: Alan Cox <alan@linux.intel.com>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      de8270ff
  16. 18 1月, 2013 1 次提交
  17. 09 1月, 2013 1 次提交
  18. 07 1月, 2013 2 次提交
  19. 08 12月, 2012 1 次提交
  20. 06 12月, 2012 1 次提交
  21. 04 12月, 2012 3 次提交
  22. 02 9月, 2012 1 次提交
  23. 11 7月, 2012 1 次提交
  24. 18 5月, 2012 1 次提交
    • P
      drivers/net: delete all code/drivers depending on CONFIG_MCA · a5e371f6
      Paul Gortmaker 提交于
      The support for CONFIG_MCA is being removed, since the 20
      year old hardware simply isn't capable of meeting today's
      software demands on CPU and memory resources.
      
      This commit removes any MCA specific net drivers, and removes
      any MCA specific probe/support code from drivers that were
      doing a dual ISA/MCA role.
      
      Cc: "David S. Miller" <davem@davemloft.net>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Cc: netdev@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      a5e371f6
  25. 30 4月, 2012 1 次提交
  26. 29 3月, 2012 1 次提交
  27. 23 2月, 2012 1 次提交
  28. 15 2月, 2012 1 次提交
  29. 09 2月, 2012 1 次提交
  30. 07 2月, 2012 1 次提交
  31. 01 2月, 2012 1 次提交
  32. 31 1月, 2012 1 次提交
  33. 09 11月, 2011 1 次提交
  34. 19 10月, 2011 1 次提交
  35. 08 10月, 2011 1 次提交
  36. 23 9月, 2011 1 次提交