freebsd-src/sys/i386
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
..
apm If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
bios If you're going to mechanically replicate something in 50 files 1995-11-29 14:41:20 +00:00
boot
conf A batch of Jim Lowe's patches: 1995-11-29 01:07:59 +00:00
eisa Don't staticize again (twice). 1995-11-29 17:40:47 +00:00
i386 Fix Pentium CPU rate diagnosis: 1995-11-29 19:57:22 +00:00
ibcs2
include 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
linux Completed function declarations and added prototypes. 1995-11-22 07:43:53 +00:00
pci
scsi
Makefile