K 10 svn:author V 3 jmb K 8 svn:date V 27 1998-05-26T02:28:18.000000Z K 7 svn:log V 319 code was using wrong temporary variable "i", in place of "j". i contains the contents of the EP_W0_CONFIG_CTRL register. i was being used as the array index into an array on the stack. j is initialized to 0 as it should be. PR: kern/6757 Reviewed by: jmb Submitted by: Stephane E. Potvin END