1. 31 8月, 2011 10 次提交
  2. 30 8月, 2011 10 次提交
  3. 29 8月, 2011 15 次提交
  4. 28 8月, 2011 1 次提交
  5. 27 8月, 2011 4 次提交
    • J
      drivers/net/ethernet/*: Enabled vendor Kconfig options · 88f07484
      Jeff Kirsher 提交于
      Based on finds for Stephen Rothwell, where current defconfig's
      enable a ethernet driver and it is not compiled due to the newly
      added NET_VENDOR_* component of Kconfig.
      
      This patch enables all the "new" Kconfig options so that current
      defconfig's will continue to compile the expected drivers.  In
      addition, by enabling all the new Kconfig options does not add
      any un-expected options.
      
      CC: Stephen Rothwll <sfc@canb.auug.org.au>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      88f07484
    • J
      drivers/net: Kconfig & Makefile cleanup · 88491d81
      Jeff Kirsher 提交于
      The is does a general cleanup of the drivers/net/ Kconfig and
      Makefile.  This patch create a "core" option and places all
      the networking core drivers into this option (default is yes
      for this option).  In addition, it alphabitizes the Kconfig
      driver options.
      
      As a side cleanup, found that the arcnet, token ring, and PHY
      Kconfig options were a tri-state option and should have been
      a bool option.
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      88491d81
    • J
      com20020_cs: Move the PCMCIA Arcnet driver · 330278cd
      Jeff Kirsher 提交于
      Move the COM20020 PCMICA Arcnet driver into drivers/net/arcnet/ with
      the other Arcnet drivers.  Made the necessary Kconfig and Makefile
      changes as well.
      
      Since this was the "last" PCMCIA driver in drivers/net/pcmcia/, this patch
      also cleans up the references to drivers/net/pcmcia.
      
      CC: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      330278cd
    • J
      ixbmtr_cs: Move the IBM PCMCIA Token Ring driver · c0153225
      Jeff Kirsher 提交于
      Move the IBM PCMCIA Token Ring driver into drivers/net/tokenring/ with
      the other Token Ring drivers.  Made the necessary Kconfig and Makefile
      changes as well.
      
      CC: Mike Phillips <phillim@amtrak.com>
      CC: Burt Silverman <burts@us.ibm.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      c0153225