* FDDIXPress, 6U FDDI board
*
*#ident "$Revision: 1.19 $"
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
cs	if_ipg	-	-	fddi,bsd
$$$


#define MASTER_IPG_MAXBD 4
int ipg_max_board = MASTER_IPG_MAXBD;

/* turn on CMT (defaults in case deamon absent) */
u_char ipg_cmt[MASTER_IPG_MAXBD] = {1,1,1,1};

/* 1=enable board IP checksum, 0=disable, -1=let system choose
 */
int ipg_cksum = -1;

/* 1=enable ring latency measurements */
int ipg_lat_void = 1;

/* override MTU
 *	0=default, 4352.
 *
 *	Set this to 1500 (or less) to permit interoperation between
 *	this host and hosts on an Ethernet connected to this FDDI ring
 *	by bridges that do not IP fragment.  This can reduce normal
 *	FDDI performance by 50%.
 *
 *	This setting should generally not be used to help overloaded
 *	FDDI-ethernet routers.  Instead, subnetsarelocal in master.d/bsd
 *	should be set to 0.
 */
int ipg_mtu = 0;

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


int ipg_prom_mode = 0;		/* special prom. test */
