summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/chipset.cb
blob: 25c2f113bd608f5c6603c00748814268c0025c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
chip northbridge/via/cx700

	device domain 0 on

		device pci 00.0 alias host_ctrl	on  end
		device pci 00.1 alias host_err	on  end
		device pci 00.2 alias host_if	on  end
		device pci 00.3 alias dram_ctrl	on  end
		device pci 00.4 alias pm_ctrl	on  end
		device pci 00.7 alias north_end	on  end
		device pci 01.0 alias north_pci	off
			device pci 00.0 alias vga off end
		end

		device pci 0f.0 alias ata	off end
		device pci 10.0 alias uhci0	off end
		device pci 10.1 alias uhci1	off end
		device pci 10.2 alias uhci2	off end
		device pci 10.4 alias ehci	off end
		device pci 11.0 alias lpc	on  end
		device pci 11.6 alias mc97	off end
		device pci 11.7 alias south_end	on  end
		device pci 13.0 alias pcie	off
			device pci 01.0 alias hda off end
		end
		device pci 13.1 alias south_pci	off end

	end

end