NetBSD/sys/arch/x86
msaitoh fdfbcc0346 Fix some entries:
- Desc 0x55 and 0xb1 are Instruction TLB but not fixed to 4K.
 - Desc 0x5a and 0xc0 are Data TLB but not fixed to 4K.
 - Desc 0x57 and 0x59 are 4K fixed DTLB.
 - Fix string of desc 0xc2 and it's not fixed to 4K.
 - Desc 0xca is 4K fixed L2 shared TLB.
 - Add desc 0xa0.

BUG: A lot of CPUs have multiple CAI_DTLB and/or CAI_DTLB2 entries. Currently
TLB info is indexed in ci_cinfo[CAI_COUNT], so some info is overwritten.

Nowadays CPUs have very complexed TLBs. It's hard to manage with CAI_* index.
We should think to separate TLB info structure from ci_cinfo[CAI_COUNT]
in struct cpu_info.
2014-07-03 17:24:33 +00:00
..
acpi acpi_md_findoverride is only used when NIOAPIC > 0, so don't provide it 2014-05-12 11:51:34 +00:00
conf
include Fix some entries: 2014-07-03 17:24:33 +00:00
isa
pci Use 64-bit DMA, if it is available. 2014-06-19 13:20:28 +00:00
x86 If we're going to use just the name of the dying function as a panic 2014-06-28 21:13:12 +00:00