Subject: Re: Cardbus removal and system hang....
To: Ryan Hurst <ryanh@valicert.com>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: current-users
Date: 10/19/2000 12:08:36
>Sugestions are appriciated!

Try adding the  line
	
	(sc->sc_ethercom.ec_if->if_flags & IFF_RUNNING) != 0 ||

to sys/dev/ic/etherxl.c at about line 1093 (i.e., in the if() test
that checks for DVF_ACTIVE).  Rebuild you kernel, and reboot.