freebsd-src/sys/amd64
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
..
amd64 Harmless change to prevent possible problems in the future. I made 1999-06-18 19:24:40 +00:00
conf Kill option FAILSAFE. 1999-06-15 13:14:56 +00:00
include Changed the global `idt' from an array to a pointer so that npx.c 1999-06-18 14:32:21 +00:00
isa remove references to isa_device, it's no longer associated with interrupts. 1999-06-03 20:41:00 +00:00
pci Move pcibus (host -> pci bus) probe/attach routines from nexus 1999-05-18 20:48:43 +00:00
Makefile Update to know about current kernel directory layout. 1999-02-28 22:14:16 +00:00