freebsd-skq/sys
jmb 0a78d0184d 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
..
alpha libtcl expects to see ieeefp.h definitions through this header. 1998-05-13 22:40:42 +00:00
amd64 Use switch instead of if/else chain for 686 model identification. 1998-05-22 22:15:14 +00:00
compat s/nanoruntime/nanouptime/g 1998-05-17 11:53:46 +00:00
compile This commit was manufactured by cvs2svn to create branch 'JB'. 1998-01-10 23:00:07 +00:00
conf Add optional code to change the way that divert and ipfw work together. 1998-05-25 10:37:48 +00:00
contrib Bring up-to-date with Whistle's current version 1998-05-19 23:07:25 +00:00
ddb Redo the previous commit in a more Bruce-friendly fashion. 1998-05-19 18:42:09 +00:00
dev Reviewed by: hasty@freebsd.org 1998-05-24 18:29:20 +00:00
fs Make flushing dirty pages work correctly on filesystems that 1998-05-21 07:47:58 +00:00
geom Slightly more correct initialisation of the new buf struct for soft-updates. 1998-03-09 20:39:26 +00:00
gnu Don't use "ffs" in an ext2fs sleep message string. 1998-05-16 17:47:44 +00:00
i386 code was using wrong temporary variable "i", in place of "j". 1998-05-26 02:28:18 +00:00
isa LoadSoftModem() routine at sio.c does not trap general serial I/Os. 1998-05-20 06:46:58 +00:00
isofs/cd9660 As described by the submitter: 1998-05-06 05:29:41 +00:00
kern Make flushing dirty pages work correctly on filesystems that 1998-05-21 07:47:58 +00:00
libkern Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
miscfs Make flushing dirty pages work correctly on filesystems that 1998-05-21 07:47:58 +00:00
modules Removed reference to obsolete file "README.iBCS2". 1998-05-19 03:31:34 +00:00
msdosfs Fix priority bug in previous commit. 1998-05-18 10:24:26 +00:00
net Backed out last fix and fixed my typo: 1998-05-21 00:33:16 +00:00
netatalk Remove stray debug message. 1998-05-24 03:25:24 +00:00
netinet Add optional code to change the way that divert and ipfw work together. 1998-05-25 10:37:48 +00:00
netipx Don't depend on "implicit int". 1998-05-01 18:30:02 +00:00
netkey Really make this compile.. 1998-04-06 05:11:42 +00:00
netnatm Staticize. 1998-02-09 06:11:36 +00:00
netns This commit was manufactured by cvs2svn to create branch 'JB'. 1998-01-10 23:00:07 +00:00
nfs Convert a couple of large allocations to use zones rather than malloc 1998-05-24 14:41:56 +00:00
nfsclient Convert a couple of large allocations to use zones rather than malloc 1998-05-24 14:41:56 +00:00
nfsserver Convert a couple of large allocations to use zones rather than malloc 1998-05-24 14:41:56 +00:00
pc98 Fixed missing semicolon and added space before semicolon. 1998-05-25 09:57:34 +00:00
pccard Include pc98.h instead of isa.h when PC98 is defined. 1998-05-05 13:21:08 +00:00
pci Reviewed by: hasty@freebsd.org 1998-05-24 18:29:20 +00:00
posix4 1. Add new defs for mins and maxs for the POSIX flavor priorities. They 1998-05-19 21:11:53 +00:00
powerpc/include Disallow reading the current kernel stack. Only the user structure and 1998-05-19 00:00:14 +00:00
rpc This commit was manufactured by cvs2svn to create branch 'JB'. 1998-01-10 23:00:07 +00:00
scsi Reformat some comments to not overflow 80 chars. 1998-05-24 04:52:31 +00:00
sys Add GDB support for ELF shared libs. 1998-05-23 15:17:53 +00:00
tools This commit was manufactured by cvs2svn to create branch 'JB'. 1998-01-10 23:00:07 +00:00
ufs Ensure that there is enough information here, so that people can use 1998-05-19 23:18:37 +00:00
vm Support a 16K first level cache for 512K 2nd level. Also, add support 1998-05-24 04:25:27 +00:00
Makefile Test for the existance of ${MACHINE}/boot before trying to build it. 1998-02-20 07:37:08 +00:00