All of lore.kernel.org
 help / color / mirror / Atom feed
From: "nickcheng" <nick.cheng@areca.com.tw>
To: James.Bottomley@SteelEye.com
Cc: linux-scsi@vger.kernel.org, randy.dunlap@oracle.com,
	'Tomas Henzl' <thenzl@redhat.com>,
	viro@ftp.linux.org.uk,
	'Andrew Morton' <akpm@linux-foundation.org>
Subject: [PATCH] scsi: The supplement for the arithmetic of iomem of the Type_B Adapter of arcmsr
Date: Fri, 14 Mar 2008 20:51:17 +0800	[thread overview]
Message-ID: <000201c885d2$1814ecb0$9a00a8c0@Nick> (raw)
In-Reply-To: 

[-- Attachment #1: Type: text/plain, Size: 258 bytes --]

Subject: [PATCH] scsi: The supplement for the arithmetic of iomem of the
Type_B Adapter
Description:
add the description for the change of the arithmetic of iomem of the Type_B
Adapter in ChangeLog.arcmsr 
Signed-off-by: Nick Cheng <nick.cheng@areca.com.tw>

[-- Attachment #2: patch-ChangeLog.arcmsr.txt --]
[-- Type: text/plain, Size: 753 bytes --]

--- ChangeLog.arcmsr.old	2008-03-14 20:15:07.000000000 +0800
+++ ChangeLog.arcmsr.new	2008-03-14 20:02:12.000000000 +0800
@@ -115,4 +115,8 @@
 **						that the current GFP_KERNEL|GFP_DMA flags are wrong: firstly we are in
 **						atomic context, secondly this memory is not used for DMA.
 **						Also removed some unneeded casts. Thanks to Daniel Drake <dsd@gentoo.org>
+**						2.The Type B Adapter teardown does iounmap on pointers subtracted by a
+**						constant offset.  Since the offset is in bytes, we need the pointers to
+**						be of type void * not uint32_t * so the subtraction is done in the
+**						correct units and we iounmap the correct area.
 **************************************************************************

             reply	other threads:[~2008-03-14 12:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-14 12:51 nickcheng [this message]
2008-03-14 20:03 ` [PATCH] scsi: The supplement for the arithmetic of iomem of the Type_B Adapter of arcmsr Andrew Morton
2008-03-14 20:26 ` James Bottomley
2008-03-17  2:08   ` [PATCH] scsi: The supplement for the arithmetic of iomem ofthe " nickcheng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000201c885d2$1814ecb0$9a00a8c0@Nick' \
    --to=nick.cheng@areca.com.tw \
    --cc=James.Bottomley@SteelEye.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=randy.dunlap@oracle.com \
    --cc=thenzl@redhat.com \
    --cc=viro@ftp.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.