1. 20 7月, 2005 1 次提交
  2. 19 7月, 2005 1 次提交
  3. 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
  4. 27 6月, 2005 2 次提交
  5. 27 5月, 2005 1 次提交
  6. 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
  7. 13 5月, 2005 2 次提交
  8. 04 5月, 2005 1 次提交
  9. 17 4月, 2005 2 次提交