*#ident "$Revision: 1.6 $"
*
* if_mtr - SGI driver for Madge tokenring adapter.
* 
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
cdN	if_mtr	-	-	bsd

+thread_class	network
$$$

/* 
 * For loadable version of driver only.
 */

/*
 *	Number of the adapter has been recognized and 
 *	successfully initialized by the driver.
 */
int	if_mtr_cnt = 0;

/*
 *	Prevent to be loaded and claim the adapters multiple times.
 */
int 	if_mtr_loaded = 0;

#if     defined(IP22)
uint_t  eisa_preempt = 22;
uint_t  eisa_quiet   = 10;
#endif
#if     defined(IP26) || defined(IP28)
uint_t  eisa_preempt = 18;
uint_t  eisa_quiet   = 18;
#endif

#if     defined(IP22) || defined(IP26) || defined(IP28)
void	**if_mtr_sub_addrs;		/* debugging hook */
#endif	/* defined(IP22) || defined(IP26) || defined(IP28) */
