Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] arcmsr: update version and changelog

The fix up from Daniel Drake for replacing GFP_DMA with something
more sensible has gone in here:

commit 69e562c234440fb7410877b5b24f4b29ef8521d1
Author: Daniel Drake <dsd@gentoo.org>
Date: Wed Feb 20 13:29:05 2008 +0000

[SCSI] arcmsr: fix message allocation

add a change log and update the version for this.

Signed-off-by: Nick Cheng <nick.cheng@areca.com.tw>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

authored by

Nick Cheng and committed by
James Bottomley
ba1cb461 57fd2b6c

+7 -1
+6
Documentation/scsi/ChangeLog.arcmsr
··· 109 109 ** 8.replace pci_alloc_consistent()/pci_free_consistent() with kmalloc()/kfree() in arcmsr_iop_message_xfer() 110 110 ** 9. fix the release of dma memory for type B in arcmsr_free_ccb_pool() 111 111 ** 10.fix the arcmsr_polling_hbb_ccbdone() 112 + ** 1.20.00.15 02/27/2008 Erich Chen & Nick Cheng 113 + ** 1.arcmsr_iop_message_xfer() is called from atomic context under the 114 + ** queuecommand scsi_host_template handler. James Bottomley pointed out 115 + ** that the current GFP_KERNEL|GFP_DMA flags are wrong: firstly we are in 116 + ** atomic context, secondly this memory is not used for DMA. 117 + ** Also removed some unneeded casts. Thanks to Daniel Drake <dsd@gentoo.org> 112 118 **************************************************************************
+1 -1
drivers/scsi/arcmsr/arcmsr.h
··· 48 48 /*The limit of outstanding scsi command that firmware can handle*/ 49 49 #define ARCMSR_MAX_OUTSTANDING_CMD 256 50 50 #define ARCMSR_MAX_FREECCB_NUM 320 51 - #define ARCMSR_DRIVER_VERSION "Driver Version 1.20.00.15 2007/12/24" 51 + #define ARCMSR_DRIVER_VERSION "Driver Version 1.20.00.15 2008/02/27" 52 52 #define ARCMSR_SCSI_INITIATOR_ID 255 53 53 #define ARCMSR_MAX_XFER_SECTORS 512 54 54 #define ARCMSR_MAX_XFER_SECTORS_B 4096