Subject: Re: change bus_space_barrier() semantic
To: Michael van Elst <mlelstv@serpens.de>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 01/10/2006 21:47:00
On Tue, Jan 10, 2006 at 08:43:00PM +0000, Michael van Elst wrote:
> Yes, modulo the name. Would save us from changing the drivers
> that assume implicit barriers.

I don't like it. The cross product of behviours, bit-widthes and other
options is already enourmous.

My personal favorite solution is to stick to the documentation, explicitly
state so and start fixing drivers (where they are broken).

Martin