Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 11/23/2005 01:11:23
Module Name:	src
Committed By:	dyoung
Date:		Wed Nov 23 01:11:23 UTC 2005

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

Log Message:
Misc. bug fixes:

1 Reset both IFF_OACTIVE and the transmit watchdog timer in
  appropriate places to avoid both wedging the transmit section
  and spurious transmit timeouts.

2 Reset IFF_ALLMULTI at the top of atw_filter_setup so that the
  NIC will filter the multicast packets we are not interested in
  after we come out of promiscuous mode.

3 In atw_txdrain, count drained transmit descriptors to avoid
  descriptor exhaustion.


To generate a diff of this commit:
cvs rdiff -r1.90 -r1.91 src/sys/dev/ic/atw.c

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