freebsd-src/sys
Garrett Wollman 9350db19e7 Fix Pentium CPU rate diagnosis:
- Don't print out meaningless iCOMP numbers, those are for droids.
	- Use a shorter wait to determine clock rate to avoid deficiencies
	  in DELAY().
	- Use a fixed-point representation with 8 bits of fraction to store
	  the rate and rationalize the variable name.  It would be
	  possible to use even more fraction if it turns out to be
	  worthwhile (I rather doubt it).

The question of source code arrangement remains unaddressed.
1995-11-29 19:57:22 +00:00
..
alpha Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
amd64 Fix Pentium CPU rate diagnosis: 1995-11-29 19:57:22 +00:00
compat/linux Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf A batch of Jim Lowe's patches: 1995-11-29 01:07:59 +00:00
ddb Staticized and '#ifdef notused' stuff we don't use. 1995-11-29 10:25:50 +00:00
dev Don't staticize again (twice). 1995-11-29 17:40:47 +00:00
fs #ifdef out nearly the entire file of conf.c when JREMOD is defined 1995-11-29 12:38:49 +00:00
gnu If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
i386 Fix Pentium CPU rate diagnosis: 1995-11-29 19:57:22 +00:00
isa Fix Pentium CPU rate diagnosis: 1995-11-29 19:57:22 +00:00
isofs/cd9660 Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
kern Disallow LKM manipulations when in seure mode. 1995-11-29 17:45:59 +00:00
libkern Add qsort() to libkern, taken from libc. 1995-11-08 08:40:11 +00:00
miscfs #ifdef out nearly the entire file of conf.c when JREMOD is defined 1995-11-29 12:38:49 +00:00
modules Add Lyndon's man page. 1995-11-28 21:12:06 +00:00
msdosfs Moved declarations for static functions to the correct place (not in a 1995-11-16 11:48:10 +00:00
net If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
netccitt Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
netinet fix #includes & warnings. 1995-11-20 12:28:21 +00:00
netipx Cleaned up prototypes: 1995-11-24 12:25:13 +00:00
netiso Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
netns Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
nfs Completed function declarations, added prototypes and removed redundant 1995-11-21 15:51:39 +00:00
nfsclient Completed function declarations, added prototypes and removed redundant 1995-11-21 15:51:39 +00:00
nfsserver Completed function declarations, added prototypes and removed redundant 1995-11-21 15:51:39 +00:00
pc98/pc98 Completed function declarations and/or added prototypes. 1995-11-21 12:55:26 +00:00
pccard If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
pci missed one.. 1995-11-29 15:31:22 +00:00
powerpc/include Don't define CLK_TCK here. 1995-02-03 21:49:18 +00:00
rpc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
scsi If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
sys If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
tools Second batch of cleanup changes. 1995-10-29 15:33:36 +00:00
ufs Removed bogus __BEGIN_DECS/__END_DECLS. 1995-11-28 07:23:09 +00:00
vm If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00