Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/27/1999 12:13:01
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Aug 27 19:13:01 UTC 1999

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

Log Message:
- Include the RXE (receive error) interrupt in the interrupt enable mask,
  and consider it to be like an RCC (receive copy complete).  The RCC
  code path has always checked for bad received packets.
- Trim the CRC length off the recived packet length; the EPIC/100 always
  includes the CRC in the packet.
- Improve fatal error reporting.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/dev/ic/smc83c170.c

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