Subject: hme, IFF_SIMPLEX
To: None <martin@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 08/30/2002 00:07:01
>Modified Files:
>	syssrc/sys/dev/ic: hme.c
>
>Log Message:
>Experimentation shows the hme chip is SIMPLEX if used in full-duplex
>mode, but not otherwise.
>
>This fixes PR 17523.

	isn't it better to make it to always behave as IFF_SIMPLEX, by
	dropping multicast packet from itself?  see smc91cxx.c.

itojun