An error occurred fetching the project authors.
  1. 12 Jul, 2005 1 commit
    • Sam Ravnborg's avatar
      [NET]: add a top-level Networking menu to *config · d5950b43
      Sam Ravnborg authored
      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: default avatarSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      d5950b43
  2. 27 Jun, 2005 1 commit
  3. 26 Jun, 2005 1 commit
  4. 26 May, 2005 1 commit
  5. 15 May, 2005 2 commits
    • Sascha Hauer's avatar
      [PATCH] DM9000 network driver · a1365275
      Sascha Hauer authored
      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: default avatarSascha Hauer <s.hauer@pengutronix.de>
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      
      diff -puN /dev/null drivers/net/dm9000.c
      a1365275
    • Adrian Bunk's avatar
      [PATCH] SIS900 must select MII · 6da0f685
      Adrian Bunk authored
      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: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarDaniele Venzano <venza@brownhat.org>
      6da0f685
  6. 13 May, 2005 2 commits
  7. 04 May, 2005 1 commit
  8. 16 Apr, 2005 2 commits