mirror of
https://github.com/SCST-project/scst.git
synced 2026-09-18 22:14:16 +00:00
Synchronize with Feral CVS repository:
- Allow ISP_FC_GETDINFO callers to get target mode entries. - Remove stray '`' from define and PPC is now working again. - Fix a typo which had us loading 2322 f/w into a 2300. Oops. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@278 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: isp_linux.h,v 1.150 2008/01/13 21:18:01 mjacob Exp $ */
|
||||
/* $Id: isp_linux.h,v 1.151 2008/01/14 17:28:09 mjacob Exp $ */
|
||||
/*
|
||||
* Copyright (c) 1997-2007 by Matthew Jacob
|
||||
* All rights reserved.
|
||||
@@ -447,7 +447,7 @@ struct isposinfo {
|
||||
#define MAXISPREQUEST(isp) ((IS_FC(isp) || IS_ULTRA2(isp))? 1024 : 256)
|
||||
|
||||
#if defined(__powerpc__)
|
||||
#define`MEMORYBARRIER(isp, type, offset, size) __asm__ __volatile__("eieio" ::: "memory")
|
||||
#define MEMORYBARRIER(isp, type, offset, size) __asm__ __volatile__("eieio" ::: "memory")
|
||||
#else
|
||||
# ifdef mb
|
||||
# define MEMORYBARRIER(isp, type, offset, size) mb()
|
||||
|
||||
Reference in New Issue
Block a user