Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/19/2002 00:58:03
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Apr 18 21:58:03 UTC 2002

Modified Files:
	syssrc/sys/dev/ic: cs89x0.c

Log Message:
* Fix the CS_IS_ENABLED() logic so that it actually evaluates to
  "true" at the appropriate times for non-PCMCIA interfaces.  This
  means that the ENETRESET path in cs_ioctl() now runs, thus fixing
  multicast (and IPv6) on my Shark.  Yay.

* Simplify cs_hash_index(): Rather than taking the bottom 6 bits of
  a big-endian CRC32 and reversing them, just take the top 6 bits of
  a little-endian CRC32.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/cs89x0.c

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