Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Leo Weppelman <leo@netbsd.org>
List: source-changes
Date: 12/10/1998 07:55:28
Module Name:	src
Committed By:	leo
Date:		Thu Dec 10 15:55:27 UTC 1998

Modified Files:
	src/sys/arch/atari/vme: if_le_vme.c
Log Message:
Another patch from 'maximum entropy':
* Add to copyright notice.
* Replace the bad probe that caused your problem in the first place
with a better one.  This probably means we could do away with the
type hints you added, but it won't hurt to leave them.
* Improve performance by not wasting a memory access in the buffer
copy/zero routines.