Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Aug 2005 16:11:59 +0200
From:      alexander <arundel@h3c.de>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Using sysarch specific syscalls in assembly?
Message-ID:  <20050809141159.GA15955@skatecity>
In-Reply-To: <20050809133109.GA15300@skatecity>
References:  <20050808202039.C988B43D48@mx1.FreeBSD.org> <20050809101409.Y73394@fledge.watson.org> <20050809133109.GA15300@skatecity>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue Aug  9 05, alexander wrote:
> 
> Any ideas? Maybe a timing issue?
> 

Ehmm...can anybody explain the following to me?

out dx,al ; -> bus error


	mov ecx,0FFFFFFh
.wait:
	nop
	loop .wait,ecx
	out dx,al ; - > no bus error

I'm clueless. :(



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050809141159.GA15955>