Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/04/1999 18:35:42
Module Name: syssrc
Committed By: thorpej
Date: Thu Aug 5 01:35:42 UTC 1999
Modified Files:
syssrc/sys/dev/ic: i82557.c i82557var.h
Log Message:
Since we have to go through fxp_init() to properly handle IFF_ALLMULTI
anyway, take advantage of this and greatly simplify the programming
of the multicast filter. This solves the last reported "device timeout"
problem with this driver.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/dev/ic/i82557.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/i82557var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.