1. 28 Apr, 2008 38 commits
  2. 27 Apr, 2008 2 commits
    • Linus Torvalds's avatar
      Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 · 064922a8
      Linus Torvalds authored
      * git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (40 commits)
        [SCSI] jazz_esp, sgiwd93, sni_53c710, sun3x_esp: fix platform driver hotplug/coldplug
        [SCSI] aic7xxx: add const
        [SCSI] aic7xxx: add static
        [SCSI] aic7xxx: Update _shipped files
        [SCSI] aic7xxx: teach aicasm to not emit unused debug code/data
        [SCSI] qla2xxx: Update version number to 8.02.01-k2.
        [SCSI] qla2xxx: Correct regression in relogin code.
        [SCSI] qla2xxx: Correct misc. endian and byte-ordering issues.
        [SCSI] qla2xxx: make qla2x00_issue_iocb_timeout() static
        [SCSI] qla2xxx: qla_os.c, make 2 functions static
        [SCSI] qla2xxx: Re-register FDMI information after a LIP.
        [SCSI] qla2xxx: Correct SRB usage-after-completion/free issues.
        [SCSI] qla2xxx: Correct ISP84XX verify-chip response handling.
        [SCSI] qla2xxx: Wakeup DPC thread to process any deferred-work requests.
        [SCSI] qla2xxx: Collapse RISC-RAM retrieval code during a firmware-dump.
        [SCSI] m68k: new mac_esp scsi driver
        [SCSI] zfcp: Add some statistics provided by the FCP adapter to the sysfs
        [SCSI] zfcp: Print some messages only during ERP
        [SCSI] zfcp: Wait for free SBAL during exchange config
        [SCSI] scsi_transport_fc: fc_user_scan correction
        ...
      064922a8
    • Kay Sievers's avatar
      [SCSI] jazz_esp, sgiwd93, sni_53c710, sun3x_esp: fix platform driver hotplug/coldplug · ecc1241e
      Kay Sievers authored
      Since
      
      commit 43cc71ee
      Author: Kay Sievers <kay.sievers@vrfy.org>
      Date:   Sat Aug 18 04:40:39 2007 +0200
      
          platform: prefix MODALIAS with "platform:"
      
      the platform modalias is prefixed with "platform:". Add MODULE_ALIAS()
      to the hotpluggable SCSI platform drivers, to re-enable auto loading.
      
      [dbrownell@users.sourceforge.net: more drivers, registration fixes]
      [akpm@linux-foundation.org: fix sgiwd93.c]
      Signed-off-by: default avatarKay Sievers <kay.sievers@vrfy.org>
      Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarJames Bottomley <James.Bottomley@HansenPartnership.com>
      ecc1241e