*#ident "$Revision: 1.2 $"
*
* tl - ThunderLAN ethernet driver
*
*FLAG	PREFIX	SOFT	#DEV	DEPENDENCIES
c	if_gfe	44	-	bsd,io

+thread_class	network
$$$

int	gfe_rv_list_cnt = 46;
int	gfe_xm_list_cnt = 46;

/* force configuration on PHY or autonegotiate it */
int     gfe_cfg[2] = {-1, -1};
/*
  -1  - autonegotiate
   0  - no force, no autonegotiate
   1  - force 100BaseT, Half Duplex
   2  - force 10BaseT, Half Duplex
*/

/* number of 10 usec cycles to wait for PHY autonegotiation or reset 
 * 0 says use default of 500, which empirically works. Values over 500000 are 
 * ignored and default to 500.
 */
int	gfe_phywait = 0;
