30 Jan, 2009

1 commit


25 Jun, 2008

1 commit

  • Three basic changes to the comments at the top of each file:
    1) remove stale "Maintained by" line...I prefer people look in MAINTAINERS.
    2) Drop reference to stale sf.net/tulip website (I didn't see anything
    of value there)
    3) Point people at bugzilla.kernel.org to submit bugs...will always
    get tracked regardless of who the maintainer is.

    Signed-off-by: Grant Grundler
    Acked-by-stale-maintainer: Jeff Garzik
    Signed-off-by: Jeff Garzik

    Grant Grundler
     

03 May, 2007

1 commit

  • I noticed that many source files include while they do
    not appear to need it. Here is an attempt to clean it all up.

    In order to find all possibly affected files, I searched for all
    files including but without any other occurence of "pci"
    or "PCI". I removed the include statement from all of these, then I
    compiled an allmodconfig kernel on both i386 and x86_64 and fixed the
    false positives manually.

    My tests covered 66% of the affected files, so there could be false
    positives remaining. Untested files are:

    arch/alpha/kernel/err_common.c
    arch/alpha/kernel/err_ev6.c
    arch/alpha/kernel/err_ev7.c
    arch/ia64/sn/kernel/huberror.c
    arch/ia64/sn/kernel/xpnet.c
    arch/m68knommu/kernel/dma.c
    arch/mips/lib/iomap.c
    arch/powerpc/platforms/pseries/ras.c
    arch/ppc/8260_io/enet.c
    arch/ppc/8260_io/fcc_enet.c
    arch/ppc/8xx_io/enet.c
    arch/ppc/syslib/ppc4xx_sgdma.c
    arch/sh64/mach-cayman/iomap.c
    arch/xtensa/kernel/xtensa_ksyms.c
    arch/xtensa/platform-iss/setup.c
    drivers/i2c/busses/i2c-at91.c
    drivers/i2c/busses/i2c-mpc.c
    drivers/media/video/saa711x.c
    drivers/misc/hdpuftrs/hdpu_cpustate.c
    drivers/misc/hdpuftrs/hdpu_nexus.c
    drivers/net/au1000_eth.c
    drivers/net/fec_8xx/fec_main.c
    drivers/net/fec_8xx/fec_mii.c
    drivers/net/fs_enet/fs_enet-main.c
    drivers/net/fs_enet/mac-fcc.c
    drivers/net/fs_enet/mac-fec.c
    drivers/net/fs_enet/mac-scc.c
    drivers/net/fs_enet/mii-bitbang.c
    drivers/net/fs_enet/mii-fec.c
    drivers/net/ibm_emac/ibm_emac_core.c
    drivers/net/lasi_82596.c
    drivers/parisc/hppb.c
    drivers/sbus/sbus.c
    drivers/video/g364fb.c
    drivers/video/platinumfb.c
    drivers/video/stifb.c
    drivers/video/valkyriefb.c
    include/asm-arm/arch-ixp4xx/dma.h
    sound/oss/au1550_ac97.c

    I would welcome test reports for these files. I am fine with removing
    the untested files from the patch if the general opinion is that these
    changes aren't safe. The tested part would still be nice to have.

    Note that this patch depends on another header fixup patch I submitted
    to LKML yesterday:
    [PATCH] scatterlist.h needs types.h
    http://lkml.org/lkml/2007/3/01/141

    Signed-off-by: Jean Delvare
    Cc: Badari Pulavarty
    Signed-off-by: Greg Kroah-Hartman

    Jean Delvare
     

22 Nov, 2006

1 commit


11 Sep, 2006

2 commits

  • Move tulip_select_media() processing to a workqueue, instead of
    delaying in interrupt context, edited by Kyle McMartin to use kevent
    thread, instead of creating its own workqueue.

    Signed-off-by: Kyle McMartin
    Signed-off-by: Valerie Henson
    Signed-off-by: Jeff Garzik

    Francois Romieu
     
  • Signed-off-by: Valerie Henson
    Signed-off-by: Jeff Garzik

    MAINTAINERS | 4 ++--
    drivers/net/tulip/21142.c | 2 +-
    drivers/net/tulip/eeprom.c | 2 +-
    drivers/net/tulip/interrupt.c | 2 +-
    drivers/net/tulip/media.c | 2 +-
    drivers/net/tulip/pnic.c | 2 +-
    drivers/net/tulip/pnic2.c | 2 +-
    drivers/net/tulip/timer.c | 2 +-
    drivers/net/tulip/tulip_core.c | 2 +-
    9 files changed, 10 insertions(+), 10 deletions(-)

    Valerie Henson
     

04 Oct, 2005

1 commit

  • The patch below is necessary to allow my Digital DS21143 Tulip rev 48
    ethernet interface to work in a 10Mbit Half Duplex network. Without
    it, the driver keeps retrying other modes in an endless loop. It seems
    like someone already had the same problem with a rev 65 board :)

    Signed-off-by: Philippe De Muyter
    Signed-off-by: Jeff Garzik

    Philippe De Muyter
     

17 Apr, 2005

1 commit

  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds