1. 31 7月, 2005 1 次提交
    • F
      [PATCH] sis190: resurrection · 890e8d0a
      Francois Romieu 提交于
      Raise the sis190 driver from the dead
      
      The driver handles the integrated network device found on SiS 965L
      chipset. It follows the classical (non-napi) interrupt-driven model
      and provides minimal ethtool support.
      
      The code comes from a heavy cleanup/rewrite of the original code
      which was removed from the kernel on 14/04/2004. Since the r8169
      driver does not work too bad and there will probably be (at least)
      a few months of improvements/testing/fixing, I made the code as
      close as possible to the r8169 one.
      
      Pascal Chapperon <pascal.chapperon@wanadoo.fr> deserves some special
      credit for testing and bug-catching. Many thanks to Lars Vahlenberg
      as well.
      Signed-off-by: NFrancois Romieu <romieu@fr.zoreil.com>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      890e8d0a
  2. 28 7月, 2005 2 次提交
  3. 20 7月, 2005 1 次提交
  4. 19 7月, 2005 1 次提交
  5. 12 7月, 2005 1 次提交
    • S
      [NET]: add a top-level Networking menu to *config · d5950b43
      Sam Ravnborg 提交于
      Create a new top-level menu named "Networking" thus moving
      net related options and protocol selection way from the drivers
      menu and up on the top-level where they belong.
      
      To implement this all architectures has to source "net/Kconfig" before
      drivers/*/Kconfig in their Kconfig file. This change has been
      implemented for all architectures.
      
      Device drivers for ordinary NIC's are still to be found
      in the Device Drivers section, but Bluetooth, IrDA and ax25
      are located with their corresponding menu entries under the new
      networking menu item.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d5950b43
  6. 27 6月, 2005 2 次提交
  7. 27 5月, 2005 1 次提交
  8. 16 5月, 2005 2 次提交
    • S
      [PATCH] DM9000 network driver · a1365275
      Sascha Hauer 提交于
      This patch adds support for the davicom dm9000 network driver.  The dm9000
      is found on some embedded arm boards such as the pimx1 or the scb9328.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      
      diff -puN /dev/null drivers/net/dm9000.c
      a1365275
    • A
      [PATCH] SIS900 must select MII · 6da0f685
      Adrian Bunk 提交于
      This patch fixes the following compile error caused by bk-netdev:
      
      <--  snip  -->
      
      ...
        LD      .tmp_vmlinux1
      drivers/built-in.o(.text+0x98528): In function `sis900_get_settings':
      : undefined reference to `mii_ethtool_gset'
      drivers/built-in.o(.text+0x98538): In function `sis900_set_settings':
      : undefined reference to `mii_ethtool_sset'
      drivers/built-in.o(.text+0x98517): In function `sis900_get_link':
      : undefined reference to `mii_link_ok'
      drivers/built-in.o(.text+0x98547): In function `sis900_nway_reset':
      : undefined reference to `mii_nway_restart'
      make: *** [.tmp_vmlinux1] Error 1
      
      <--  snip  -->
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Signed-off-by: NDaniele Venzano <venza@brownhat.org>
      6da0f685
  9. 13 5月, 2005 2 次提交
  10. 04 5月, 2005 1 次提交
  11. 17 4月, 2005 2 次提交