Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Mar 2002 14:36:18 -0800 (PST)
From:      Matthew Jacob <mjacob@feral.com>
To:        Thomas Moestl <tmoestl@gmx.net>
Cc:        freebsd-sparc@freebsd.org
Subject:   Re: okay, I'm stuck...
Message-ID:  <Pine.BSF.4.21.0203291435210.43015-100000@beppo>
In-Reply-To: <Pine.BSF.4.21.0203291431230.43015-100000@beppo>

next in thread | previous in thread | raw e-mail | index | archive | help
> isp0: Not RESPONSE in RESPONSE Queue (type 0x0) @ idx 18 (next 19) nlooked 1
> ...
> 
> which means I've probably got something wrong with my sync calls.
> 

Oh, like, duh, uh, forgetting to port the NetBSD/OpenBSD code over, thus
leaving me with:

#if     defined(__alpha__)
#define MEMORYBARRIER(isp, type, offset, size)  alpha_mb()
#elif   defined(__ia64__)
#define MEMORYBARRIER(isp, type, offset, size)  \  
        do { ia64_mf(); ia64_mf_a(); } while (0)
#else
#define MEMORYBARRIER(isp, type, offset, size)
#endif

*oops* 

-matt



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0203291435210.43015-100000>