blob: 78d099a4a23f6e6eb4cf1967dbc038cadad09306 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
chip northbridge/amd/gx2
device cpu_cluster 0 on
chip cpu/amd/geode_gx2
device lapic 0 on end
end
end
device domain 0 on
device pci 0.0 on end
chip southbridge/amd/cs5535
register "setupflash" = "0"
device pci 12.0 on
device pci 12.1 off end # SMI
device pci 12.2 on end # IDE
device pci 12.3 off end # Audio
device pci 12.4 off end # VGA
end
end
end
end
|