Subject: Re: if_iy's use of bus_space_write_{_multi)_2
To: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 07/20/2000 09:58:33
On Thu, Jul 20, 2000 at 05:16:27PM +0200, Ignatios Souvatzis wrote:
> When writing network packet data, and the multicast setup stuff, shouldn't
> I use the _stream_ version of said access methods? (see functions
> iy_mc_setup, iystart, and iyget)
Yes, you should.
> The funny thing is that it works on a little-endian (i386) machine...
Of course it does; the chip is Intel, and thus little-endian (no swapping
necessary).
--
-- Jason R. Thorpe <thorpej@zembu.com>