1. 25 Mar, 2006 36 commits
  2. 24 Mar, 2006 4 commits
    • Horms's avatar
      [PATCH] net: ne2k.c won't compile if pci_clone_list is const · b2fd16b4
      Horms authored
      net: ne2k.c won't compile if pci_clone_list is const
      
      f71e1309 which (amongst other things)
      made pci_clone_list in ne2k-pci.c const causes the following compile error.
      This patch reverses that portion of that changeset
      
      drivers/net/ne2k-pci.c:123: error: pci_clone_list causes a section type
      conflict
      
      ~/ gcc --version
      gcc (GCC) 4.0.3 (Debian 4.0.3-1)
      ~/ dpkg gcc-4.0 | grep Version
      Version: 4.0.3-1
      
      Signed-Off-By: Horms <horms@verge.net.au
      
       ne2k-pci.c |    2 +-
       1 file changed, 1 insertion(+), 1 deletion(-)
      
      cee0890cc97247b6a9decd94f5dc0719ac8f0b1b
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      b2fd16b4
    • Andrew Victor's avatar
      [PATCH] AT91RM9200 Ethernet driver · d4b7780e
      Andrew Victor authored
      This patch adds support for the Ethernet controller integrated in the
      Atmel AT91RM9200 SoC processor.
      
      Changes since the previous submission (01/02/2006) are:
        - Make use of the clk.h clock infrastructure.
        - The multicast hash function is not crc32. [Patch by Pedro Perez]
      Signed-off-by: default avatarAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
      d4b7780e
    • Linus Torvalds's avatar
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev · e93252fa
      Linus Torvalds authored
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev:
        [PATCH] libata: Remove dependence on host_set->dev for SAS
        [PATCH] libata: ata_scsi_ioctl cleanup
        [PATCH] libata: ata_scsi_queuecmd cleanup
        [libata] export ata_dev_pair; trim trailing whitespace
        [PATCH] libata: add ata_dev_pair helper
        [PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.
        [PATCH] libata: make ata_set_mode() responsible for failure handling
        [PATCH] libata: use ata_dev_disable() in ata_bus_probe()
        [PATCH] libata: implement ata_dev_disable()
        [PATCH] libata: check if port is disabled after internal command
        [PATCH] libata: make per-dev transfer mode limits per-dev
        [PATCH] libata: add per-dev pio/mwdma/udma_mask
        [PATCH] libata: implement ata_unpack_xfermask()
        [libata] Move some bmdma-specific code to libata-bmdma.c
        [libata sata_uli] kill scr_addr abuse
        [libata sata_nv] eliminate duplicate codepaths with iomap
        [libata sata_nv] cleanups: convert #defines to enums; remove in-file history
        [libata sata_sil24] cleanups: use pci_iomap(), kzalloc()
      e93252fa
    • Andrew Morton's avatar
      [PATCH] fix build error if CONFIG_SYSFS=n · f125b561
      Andrew Morton authored
      uevent_seqnum and uevent_helper are only defined if CONFIG_HOTPLUG=y,
      CONFIG_NET=n.
      
      (I stole this back from Greg's tree - it makes allnoconfig work).
      
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      f125b561