Subject: Re: am7930 driver revisited...
To: None <eeh@netbsd.org>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-kern
Date: 03/08/1999 11:36:25
In message <Pine.GSO.3.95.990308090923.1417A-100000@jericho>
"Eduardo E. Horvath " writes:

>May as well go directly to bus_space(9), that's what it's there for.
>No point in reimplemnting it for all architectures yet again.

I dont have a sparc to test on.  (the other changes are straighforward
enough that I could verify them with cc -E output :).

Also, afaik, the indirect registers may need to be written as two
separate bytes, and at least the pmax requires some delay between the
byte accesses (which arent required for the ioasic bus in general).
Is tthe w16 hook is necessary there anyway, or do we derive a new
bus in cases like that? urgh.

Anyway, can someone add a bus-space tag to the attach args, make the
obvious substitutions to the patch I posted, and try it on a Sparc?
Or should I give up on this for 1.4?