freebsd-skq/sys/i386
Jonathan M. Bresler 29c98bc624 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>
1998-05-26 02:28:18 +00:00
..
apm Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
bios Eradicate the variable "time" from the kernel, using various measures. 1998-03-30 09:56:58 +00:00
boot Add two new functions, get{micro|nano}time. 1998-03-26 20:54:05 +00:00
conf Move __FreeBSD_version from src/sys/conf/newvers.sh to 1998-05-21 19:21:46 +00:00
eisa Include "eisa.h" and only provide code if NEISA > 0. 1998-05-17 20:31:50 +00:00
i386 Use switch instead of if/else chain for 686 model identification. 1998-05-22 22:15:14 +00:00
ibcs2 Translate T_PROTFLT to SIGSEGV instead of SIGBUS when running under 1998-04-28 18:15:08 +00:00
include Add CPU_PII to the list. 1998-05-22 00:03:23 +00:00
isa code was using wrong temporary variable "i", in place of "j". 1998-05-26 02:28:18 +00:00
linux s/nanoruntime/nanouptime/g 1998-05-17 11:53:46 +00:00
pci
scsi Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
Makefile