From: Andrey Panin <pazke@donpac.ru>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.8.1-mm3, fix qla1280 build on visws
Date: Fri, 20 Aug 2004 15:47:46 +0400 [thread overview]
Message-ID: <20040820114746.GC794@pazke> (raw)
In-Reply-To: <20040820031919.413d0a95.akpm@osdl.org>
[-- Attachment #1.1: Type: text/plain, Size: 273 bytes --]
Hello,
attached patch fixes qla1280 SCSI driver build failure on visws
due to undefined RD_REG_WORD_dmasync() macro.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke@donpac.ru | PGP key: wwwkeys.pgp.net
[-- Attachment #1.2: patch-qla1280-visws --]
[-- Type: text/plain, Size: 792 bytes --]
diff -urpNX /usr/share/dontdiff -U 6 linux-2.6.8.1-mm3.vanilla/drivers/scsi/qla1280.h linux-2.6.8.1-mm3/drivers/scsi/qla1280.h
--- linux-2.6.8.1-mm3.vanilla/drivers/scsi/qla1280.h 2004-08-20 14:45:17.000000000 +0400
+++ linux-2.6.8.1-mm3/drivers/scsi/qla1280.h 2004-08-20 14:56:20.000000000 +0400
@@ -59,12 +59,13 @@
#if MEMORY_MAPPED_IO
#define RD_REG_WORD(addr) readw_relaxed(addr)
#define RD_REG_WORD_dmasync(addr) readw(addr)
#define WRT_REG_WORD(addr, data) writew(data, addr)
#else /* MEMORY_MAPPED_IO */
#define RD_REG_WORD(addr) inw((unsigned long)addr)
+#define RD_REG_WORD_dmasync(addr) RD_REG_WORD(addr)
#define WRT_REG_WORD(addr, data) outw(data, (unsigned long)addr)
#endif /* MEMORY_MAPPED_IO */
/*
* Host adapter default definitions.
*/
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2004-08-20 11:48 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-20 10:19 2.6.8.1-mm3 Andrew Morton
2004-08-20 11:25 ` [PATCH] 2.6.8.1-mm3, fix visws kernel build Andrey Panin
2004-08-20 11:46 ` 2.6.8.1-mm3 Russell King
2004-08-20 11:47 ` Andrey Panin [this message]
2004-08-20 15:44 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 16:57 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 17:08 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 18:55 ` 2.6.8.1-mm3 Andrew Morton
2004-08-20 19:56 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 20:02 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-20 23:31 ` 2.6.8.1-mm3 Anton Blanchard
2004-08-21 0:03 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-21 7:04 ` 2.6.8.1-mm3 Martin J. Bligh
2004-08-21 15:22 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-21 19:59 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-21 20:24 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-21 20:35 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-23 9:02 ` 2.6.8.1-mm3 David Mosberger
2004-08-23 16:27 ` 2.6.8.1-mm3 wli
2004-08-23 18:18 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-24 7:24 ` 2.6.8.1-mm3 David Mosberger
2004-08-20 18:04 ` 2.6.8.1-mm3 lockmeter on 512p w/kernbench Jesse Barnes
2004-09-10 16:25 ` Greg Edwards
2004-08-20 18:46 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-21 1:26 ` 2.6.8.1-mm3 Nick Piggin
2004-08-21 20:05 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-22 1:27 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-22 2:11 ` 2.6.8.1-mm3 Nick Piggin
2004-08-22 15:44 ` 2.6.8.1-mm3 Jesse Barnes
2004-08-20 17:38 ` 2.6.8.1-mm3 (build failture w/ CONFIG_NUMA) mita akinobu
2004-08-20 17:55 ` Jesse Barnes
2004-08-20 18:12 ` 2.6.8.1-mm3 (compile stats) John Cherry
2004-08-21 18:54 ` Herbert Poetzl
2004-08-21 17:37 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-22 13:02 ` 2.6.8.1-mm3 William Lee Irwin III
2004-08-21 18:51 ` 2.6.8.1-mm3 R. J. Wysocki
2004-08-22 4:32 ` 2.6.8.1-mm3 Thomas Davis
2004-08-22 4:48 ` 2.6.8.1-mm3 Andrew Morton
2004-08-22 4:58 ` 2.6.8.1-mm3 Nick Piggin
2004-08-22 6:26 ` 2.6.8.1-mm3 Thomas Davis
2004-08-22 6:51 ` 2.6.8.1-mm3 Pete Zaitcev
2004-08-22 15:11 ` 2.6.8.1-mm3 Bartlomiej Zolnierkiewicz
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=20040820114746.GC794@pazke \
--to=pazke@donpac.ru \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox