Date: Mon, 25 May 1998 19:28:20 -0700 (PDT) From: "Jonathan M. Bresler" <jmb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa if_zp.c Message-ID: <199805260228.TAA06115@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmb 1998/05/25 19:28:20 PDT Modified files: sys/i386/isa if_zp.c Log: 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 <sepotvin@videotron.ca> Revision Changes Path 1.47 +2 -2 src/sys/i386/isa/if_zp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805260228.TAA06115>