Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/08/2001 02:05:52
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Jun  7 23:05:52 UTC 2001

Modified Files:
	syssrc/sys/arch/sgimips/hpc: if_sq.c sqvar.h

Log Message:
- Differentiate beteen the 8003 and 80c03 (the 80c03 has some additional
  features).
- Implement crude multicast support -- enable reception of all multicast
  frames if we have any addresses on the multicast list.  TODO: use the
  64-bit hash table on the 80c03.
- Implement promiscuous mode.

IPv6 doesn't quite work yet -- DAD finds a duplicate for the
link-local.  The 8003 hears its own transmissions, but IFF_SIMPLEX
is not set, so I'm a little confused.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sgimips/hpc/if_sq.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/sgimips/hpc/sqvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.