Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 23:10:02 GMT
From:      Paul Webster <paul.g.webster@googlemail.com>
To:        freebsd-usb@FreeBSD.org
Subject:   Re: usb/133712
Message-ID:  <200904132310.n3DNA2YV063284@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR usb/133712; it has been noted by GNATS.

From: Paul Webster <paul.g.webster@googlemail.com>
To: bug-followup@FreeBSD.org, paul.g.webster@googlemail.com
Cc:  
Subject: Re: usb/133712
Date: Mon, 13 Apr 2009 23:03:29 +0000

 errr. no idea what happened there here it is in the body of the email:
 
 --- /usr/src/sys/dev/usb/if_ural.c	2009-04-13 22:47:21.000000000 +0000
 +++ /root/fbsdold/src/sys/dev/usb/if_ural.c	2007-09-17 19:07:24.000000000 +0000
 @@ -1937,11 +1937,6 @@
  	if (sc->rf_rev != RAL_RF_2523) {
  		tmp = sc->rf_regs[RAL_RF1] & ~RAL_RF1_AUTOTUNE;
  		ural_rf_write(sc, RAL_RF1, tmp);
 -		if (sc->rf_rev == RAL_RF_2526) {
 -		/* This stops a race event ending in a kernel panic occuring on
 some adapters */
 -			DPRINTFN(2, ("RAL_RF_2526 workaround: Adding 0.1 second delay.\n"));
 -			DELAY(100000);
 -		}
  	}
 
  	tmp = sc->rf_regs[RAL_RF3] & ~RAL_RF3_AUTOTUNE;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904132310.n3DNA2YV063284>