Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 06/21/2001 15:49:07
Module Name:	syssrc
Committed By:	onoe
Date:		Thu Jun 21 12:49:06 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: an.c anvar.h

Log Message:
Add support for persistent key.
Fix promiscuous mode, taken from FreeBSD.
Fix to re-enable the card after suspend/resume.
Reflect current operational rate to if_media interface.
Avoid duplicate copy in transmit.
Move most of debug printfs into IFF_DEBUG.
Disable ANCACHE - designed for IPv4 only and no one use it.
Add IFF_ALLMULTI flags, as we don't have multicast filter.
Convert bzero/bcopy to memset/memcpy.
... sorry for jumbo commit.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/ic/an.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/anvar.h

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