1. 20 8月, 2006 27 次提交
    • K
      [PATCH] net: Add netconsole support to dm9000 driver · 2fd0e33f
      Kevin Hao 提交于
      Add netconsole support to dm9000 driver.
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Ben Dooks <ben-linux@fluff.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      2fd0e33f
    • A
      [PATCH] s2io build fix · 330ce0de
      Andrew Morton 提交于
      sparc32:
      
      drivers/net/s2io.c:2636: warning: implicit declaration of function 'disable_irq'
      drivers/net/s2io.c:2656: warning: implicit declaration of function 'enable_irq'
      
      Cc: Ananda Raju <Ananda.Raju@neterion.com>
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      330ce0de
    • D
      [PATCH] Update smc91x driver with ARM Versatile board info · 6fd7587b
      Deepak Saxena 提交于
      We need to specify a Versatile-specific SMC_IRQ_FLAGS value or the new
      generic IRQ layer will complain thusly:
      
      No IRQF_TRIGGER set_type function for IRQ 25 (<NULL>)
      Signed-off-by: NDeepak Saxena <dsaxena@plexity.net>
      Cc: Jeff Garzik <jeff@garzik.org>
      Cc: Russell King <rmk@arm.linux.org.uk>
      Cc: Nicolas Pitre <nico@cam.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      6fd7587b
    • L
      [PATCH] Freescale QE UCC gigabit ethernet driver · ce973b14
      Li Yang 提交于
      QE(QUICC Engine) is a new generation communication coprocessor, which can
      be found on some of the latest Freescale PowerQUICC CPUs(e.g.  MPC8360).
      The UCC(Unified Communications Controller) module of QE can work as gigabit
      Ethernet device.  This patch provides driver for the device.
      Signed-off-by: NShlomi Gridish <gridish@freescale.com>
      Signed-off-by: NLi Yang <leoli@freescale.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      ce973b14
    • A
      [PATCH] drivers/net/e1000/: possible cleanups · e4c780b1
      Adrian Bunk 提交于
      - make needlessly global functions static
      - #if 0 the following unused global functions:
        - e1000_hw.c: e1000_mc_addr_list_update()
        - e1000_hw.c: e1000_read_reg_io()
        - e1000_hw.c: e1000_enable_pciex_master()
        - e1000_hw.c: e1000_ife_disable_dynamic_power_down()
        - e1000_hw.c: e1000_ife_enable_dynamic_power_down()
        - e1000_hw.c: e1000_write_ich8_word()
        - e1000_hw.c: e1000_duplex_reversal()
        - e1000_main.c: e1000_io_read()
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Cc: John Ronciak <john.ronciak@intel.com>
      Cc: Jesse Brandeburg <jesse.brandeburg@intel.com>
      Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
      Cc: Auke Kok <auke-jan.h.kok@intel.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      e4c780b1
    • A
      [PATCH] sundance section fix · 3418e469
      Andrew Morton 提交于
      drivers/net/sundance.c:110: error: version causes a section type conflict
      
      I don't understand this error.  It's referred to from both __init and
      __devinit code.  With CONFIG_HOTPLUG=n, version[] is placed in .init.data and
      is referred to from .init.text.
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3418e469
    • A
      [PATCH] fealnx section fix · 90d5aed2
      Andrew Morton 提交于
      With CONFIG_HOTPLUG=n it won't compile:
      
      distcc[25607] ERROR: compile drivers/net/fealnx.c on g5/64 failed
      
      version[] is referred to from both __init code and from __devinit code, so
      move it out of __init altogether.
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      90d5aed2
    • A
      [PATCH] winbond-840 section fix · c9d26c97
      Andrew Morton 提交于
      With CONFIG_HOTPLUG=n it won't compile:
      
      drivers/net/tulip/winbond-840.c:141: error: version causes a section type conflict
      
      (For some reason it gets the same error if marked __initdata.  Give up.)
      
      Cc: Valerie Henson <val_henson@linux.intel.com>
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      c9d26c97
    • A
      [PATCH] seeq8005 section fix · c971ef46
      Andrew Morton 提交于
      WARNING: drivers/net/seeq8005.o - Section mismatch: reference to .init.text:seeq8005_probe from .text between 'init_module' (at offset 0x106) and 'seeq8005_open'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      c971ef46
    • A
      [PATCH] ni65 section fix · 1e13b0d8
      Andrew Morton 提交于
      WARNING: drivers/net/ni65.o - Section mismatch: reference to .init.text:ni65_probe from .text between 'init_module' (at offset 0x54a) and 'ni65_stop_start'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      1e13b0d8
    • A
      [PATCH] wd section fix · 5e5fa01d
      Andrew Morton 提交于
      WARNING: drivers/net/wd.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0xfd) and 'wd_open'
      WARNING: drivers/net/wd.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x14b) and 'wd_open'
      WARNING: drivers/net/wd.o - Section mismatch: reference to .init.data:wd_portlist from .text between 'init_module' (at offset 0x17f) and 'wd_open'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      5e5fa01d
    • A
      [PATCH] smctr section fix · daca7cd7
      Andrew Morton 提交于
      WARNING: drivers/net/tokenring/smctr.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x2ba0) and 'smctr_reset_adapter'
      WARNING: drivers/net/tokenring/smctr.o - Section mismatch: reference to .init.text:smctr_probe from .text between 'init_module' (at offset 0x2bf4) and 'smctr_reset_adapter'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      daca7cd7
    • A
      [PATCH] ibmtr section fix · 6d2cdb4f
      Andrew Morton 提交于
      WARNING: drivers/net/tokenring/ibmtr.o - Section mismatch: reference to .init.data:ibmtr_mem_base from .text between 'ibmtr_probe1' (at offset 0x6e6) and 'ibmtr_probe_card'
      WARNING: drivers/net/tokenring/ibmtr.o - Section mismatch: reference to .init.data:ibmtr_mem_base from .text between 'ibmtr_probe1' (at offset 0x74a) and 'ibmtr_probe_card'
      WARNING: drivers/net/tokenring/ibmtr.o - Section mismatch: reference to .init.data:ibmtr_mem_base from .text between 'ibmtr_probe1' (at offset 0x7fd) and 'ibmtr_probe_card'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      6d2cdb4f
    • A
      [PATCH] ni52 section fix · 19a8664d
      Andrew Morton 提交于
      WARNING: drivers/net/ni52.o - Section mismatch: reference to .init.text:ni52_probe from .text between 'init_module' (at offset 0x997) and 'ni52_close'
      WARNING: drivers/net/ni65.o - Section mismatch: reference to .init.text:ni65_probe from .text between 'init_module' (at offset 0x54a) and 'ni65_stop_start'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      19a8664d
    • A
      [PATCH] lne390 section fix · dab3d02e
      Andrew Morton 提交于
      WARNING: drivers/net/lne390.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x100) and 'lne390_close'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      dab3d02e
    • A
      [PATCH] lance section fix · 3805f0e2
      Andrew Morton 提交于
      WARNING: drivers/net/lance.o - Section mismatch: reference to .init.data:lance_portlist from .text between 'init_module' (at offset 0x8d3) and 'lance_purge_ring'
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3805f0e2
    • A
      [PATCH] eth16i section fix · 58f149fc
      Andrew Morton 提交于
      WARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.data:cardname from .text between 'init_module' (at offset 0x6d2) and 'eth16i_multicast'
      WARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x6ef) and 'eth16i_multicast'
      WARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x702) and 'eth16i_multicast'
      WARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.data:cardname from .text between 'init_module' (at offset 0x70e) and 'eth16i_multicast'
      WARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x71d) and 'eth16i_multicast'
      WARNING: drivers/net/eth16i.o - Section mismatch: reference to .init.data:cardname from .text between 'init_module' (at offset 0x729) and 'eth16i_multicast'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      58f149fc
    • A
      [PATCH] es3210 section fix · 5757f5c6
      Andrew Morton 提交于
      WARNING: drivers/net/es3210.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0xdf) and 'es_close'
      WARNING: drivers/net/es3210.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x100) and 'es_close'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      5757f5c6
    • A
      [PATCH] eexpress section fix · b1176b95
      Andrew Morton 提交于
      WARNING: drivers/net/eexpress.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x6c3) and 'eexp_hw_lasttxstat'
      WARNING: drivers/net/eexpress.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x74f) and 'eexp_hw_lasttxstat'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      b1176b95
    • A
      [PATCH] eepro section fix · 02a3245f
      Andrew Morton 提交于
      WARNING: drivers/net/eepro.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x284) and 'eepro_ethtool_get_drvinfo'
      WARNING: drivers/net/eepro.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x2a7) and 'eepro_ethtool_get_drvinfo'
      WARNING: drivers/net/eepro.o - Section mismatch: reference to .init.data:eepro_portlist from .text between 'init_module' (at offset 0x2b3) and 'eepro_ethtool_get_drvinfo'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      02a3245f
    • A
      [PATCH] e2100 section fix · d543cbb6
      Andrew Morton 提交于
      WARNING: drivers/net/e2100.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0xd9) and 'e21_reset_8390'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      d543cbb6
    • A
      [PATCH] at1700 section fix · 5d930108
      Andrew Morton 提交于
      WARNING: drivers/net/at1700.o - Section mismatch: reference to .init.text:at1700_probe from .text between 'init_module' (at offset 0x75) and 'net_get_stats'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      5d930108
    • A
      [PATCH] cs89x0 section fix · e26c129a
      Andrew Morton 提交于
      WARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.data:version from .text between 'init_module' (at offset 0x13d8) and 'net_get_stats'
      WARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x1634) and 'net_get_stats'
      WARNING: drivers/net/cs89x0.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0x1a1f) and 'net_get_stats'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      e26c129a
    • A
      [PATCH] cops section fix · 5f3bc456
      Andrew Morton 提交于
      WARNING: drivers/net/appletalk/cops.o - Section mismatch: reference to .init.text:cops_probe from .text between 'init_module' (at offset 0xae) and 'cops_rx'
      
      Cc: "David S. Miller" <davem@davemloft.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      5f3bc456
    • A
      [PATCH] ac3200 section fixes · 62a87b80
      Andrew Morton 提交于
      WARNING: drivers/net/ac3200.o - Section mismatch: reference to .init.text: from .text between 'init_module' (at offset 0xf9) and 'ac_close_card'
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      62a87b80
    • A
      [PATCH] 82596 section fixes · 864fe05d
      Andrew Morton 提交于
      WARNING: drivers/net/82596.o - Section mismatch: reference to .init.text:i82596_probe from .text between 'init_module' (at offset 0x141) and 'i596_add_cmd'
      
      Also nail a couple of crazy inlines.
      
      Cc: Jeff Garzik <jeff@garzik.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      864fe05d
    • J
      Merge branch 'master' into upstream-fixes · 41ace186
      Jeff Garzik 提交于
      41ace186
  2. 19 8月, 2006 2 次提交
  3. 18 8月, 2006 11 次提交