Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/28/2005 00:01:53
Module Name:	src
Committed By:	christos
Date:		Fri Oct 28 00:01:53 UTC 2005

Modified Files:
	src/sys/dev/ic: gem.c

Log Message:
From FreeBSD:
- make a few functions static
- introduce gem_bitwait() to factor out some of the register wait code.
- add gem_stop() in attach
- some DEBUG should be GEM_DEBUG
- handle underrun, packet too long, and overflow errors by resetting the chip
- add handler in ioctl for add/del multi
- fix typo
Also:
- add a shadow sc_if_flags member so that we don't reset the chip if we
  don't need to.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 src/sys/dev/ic/gem.c

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