* Interphase 3211 Falcon FDDI driver
*
*#ident "$Revision: 1.16 $"
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
-	if_imf	-	-	fddi,bsd
$$$

#include "sys/if_imf.h"			/* get the maximum number of boards */


/* for each board, 0=SAS, 1=DM_DAS */
u_char imf_type[IMF_MAXBD] = {1,1,1,1};

/* for each board, 1=use reall CMT or PC signaling to join the ring */
#ifdef IP6
u_char imf_cmt[IMF_MAXBD] = {0,1,1,1,};
#else
u_char imf_cmt[IMF_MAXBD] = {1,1,1,1,};
#endif

/* fake a "real" FDDI address */
u_char imf_kludge_addr = 1;
