Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jul 2000 15:03:36 -0700
From:      Mike Smith <msmith@freebsd.org>
To:        Andrew Gallatin <gallatin@cs.duke.edu>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: fxp0 hangs on a PC164 using STABLE 
Message-ID:  <200007202203.PAA00712@mass.osd.bsdi.com>
In-Reply-To: Your message of "Thu, 20 Jul 2000 15:11:16 EDT." <200007201911.PAA15726@gale.cs.duke.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> WRT memory barriers on i86 -- I though that writes to device memory space
> were uncachable & flushed the write buffers unless an mtrr was set
> up for the region & it was made cacheable.  I defer to the i86 experts..
> As for flushing writes to main memory for better device communication,
> I have no clue..

The issue here is that the memory in question isn't in device space, it's 
in system physical memory.  Typically you don't want this sort of stuff 
uncached, you just want to impose ordering where it actually matters.

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]




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




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