* E-Plex 8-port mez. Ethernet board
*
*#ident "$Revision: 1.5 $"
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
cs	if_ep	-	-	bsd

+thread_class	network
$$$

/* board TCP & UDP checksums
 *	0=disabled.
 *	1=compute checksum on the board for received frames but not
 *		transmitted frames.
 *	2=compute checksum on the board for transmitted frames but not
 *		received frames.
 *	3=compute checksums for both transmitted and receive frames.
 */
int ep_cksum = 0;

/* force low latency
 *	0==normal latency, maximum throughput.
 *	1=reduced latency, but also reduced throughput.
 */
int ep_low_latency = 0;

/* limit board resetting
 *	Reset the board no more often than this in seconds.  0=default.
 */
int ep_reset_limit = 0;
