Subject: if_iy's use of bus_space_write_{_multi)_2
To: None <tech-kern@netbsd.org>
From: Ignatios Souvatzis <ignatios@cs.uni-bonn.de>
List: tech-kern
Date: 07/20/2000 17:16:27
Hello,

my own driver (sys/dev/isa/if_iy.c) looks fishy to me.

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)

The funny thing is that it works on a little-endian (i386) machine...

Regards,
	Ignatios