usb/133712

Paul Webster paul.g.webster at googlemail.com
Mon Apr 13 16:10:03 PDT 2009


The following reply was made to PR usb/133712; it has been noted by GNATS.

From: Paul Webster <paul.g.webster at googlemail.com>
To: bug-followup at FreeBSD.org, paul.g.webster at 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;


More information about the freebsd-usb mailing list