freebsd-dev/sys/i386
Brian Feldman 6b32f7692f Harmless change to prevent possible problems in the future. I made
sure that i686_mem was only used when
	1. CPUID had MTRR set (this was there before)
	2. the CPU was GenuineIntel (not there)
	3. the CPU is a 686 (also not there)

This should prevent any problems with CPUs that set MTRR but aren't
compatibile with Intel's interface (none that I know of yet.)
1999-06-18 19:24:40 +00:00
..
apm Unifdef VM86 1999-06-01 18:17:50 +00:00
bios Unifdef VM86 1999-06-01 18:17:50 +00:00
boot Back the last change out. 1999-05-25 10:30:52 +00:00
conf Add a kernel config for PC-Card machines. This is part of the 1999-06-17 23:53:20 +00:00
eisa Fix a [start,end] vs [start,count] botch that corrupted the resource 1999-05-24 03:08:46 +00:00
i386 Harmless change to prevent possible problems in the future. I made 1999-06-18 19:24:40 +00:00
ibcs2
include Changed the global `idt' from an array to a pointer so that npx.c 1999-06-18 14:32:21 +00:00
isa Clean up bitrot in interrupt tracing code. 1999-06-16 03:53:52 +00:00
linux
pci Move pcibus (host -> pci bus) probe/attach routines from nexus 1999-05-18 20:48:43 +00:00
svr4 Back out last commit (did I get all of them?) 1999-06-02 15:35:46 +00:00
Makefile