Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/25/1999 15:19:16
Module Name:	src
Committed By:	thorpej
Date:		Thu Mar 25 23:19:16 UTC 1999

Modified Files:
	src/sys/dev/ic: mb86960.c mb86960var.h
Log Message:
Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them
ourselves.  Subtract ETHER_CRC_LEN as necessary to get the same values
for these constants as were previously defined locally.