All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Jones <pjones@redhat.com>
To: ultralinux@vger.kernel.org
Subject: SCSI stuff...
Date: Tue, 16 Mar 1999 09:05:40 +0000	[thread overview]
Message-ID: <marc-linux-ultrasparc-92157751902398@msgid-missing> (raw)

To get SCSI to compile on sparc64 as a module appears to need this patch:

--- include/asm-sparc64/softirq.old	Tue Mar 16 03:52:55 1999
+++ include/asm-sparc64/softirq.h	Tue Mar 16 03:51:09 1999
@@ -44,7 +44,7 @@
 extern inline void remove_bh(int nr)
 {
 	bh_mask &= ~(1 << nr);
-	membar("StoreStore");
+	membar("#StoreStore");
 	bh_base[nr] = NULL;
 }
 
--- drivers/scsi/scsi.old	Tue Mar 16 03:33:51 1999
+++ drivers/scsi/scsi.c	Tue Mar 16 03:45:32 1999
@@ -3297,7 +3296,7 @@
 
     /* One bit per sector to indicate free/busy */
     size = (dma_sectors / SECTORS_PER_PAGE)*sizeof(FreeSectorBitmap);
-    dma_malloc_freelist = (unsigned char *) scsi_init_malloc(size, GFP_ATOMIC);
+    dma_malloc_freelist = (FreeSectorBitmap *) scsi_init_malloc(size, GFP_ATOMIC);
     memset(dma_malloc_freelist, 0, size);
 
     /* One pointer per page for the page list */
 
 -- Peter, staying up far too late as usual.

Computers have already beaten communists at chess.  The next thing you
know, they'll be beating humans.
		-- Dale

             reply	other threads:[~1999-03-16  9:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-03-16  9:05 Peter Jones [this message]
1999-03-16 11:42 ` SCSI stuff David Miller

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=marc-linux-ultrasparc-92157751902398@msgid-missing \
    --to=pjones@redhat.com \
    --cc=ultralinux@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 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.