From: Eric K. <ek...@rz...> - 2002-07-13 11:17:24
|
"Royce Mitchell III" <ro...@ev...> wrote: > Appx line 1174 > > Was: > > DPRINT("waited %ld usecs for busy to clear\n", Retries * 10); > > Should be ( I'm guessing ): > > DPRINT("waited %ld usecs for busy to clear\n", RetryCount * 10); Yes, that's a typo. I'll fix it. Eric |