Fix some subsystemid statements in r6421
Signed-off-by: Sylvain "ythier" Hitier <sylvain.hitier@gmail.com> Acked-by: Sven Schnelle <svens@stackframe.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6425 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
5325a48340
commit
82419413b1
|
@ -5,7 +5,7 @@ chip northbridge/amd/amdk8/root_complex # Root complex
|
|||
end
|
||||
end
|
||||
device pci_domain 0 on # PCI domain
|
||||
subsystemid 0x143 0 inherit
|
||||
subsystemid 0x1043 0 inherit
|
||||
chip northbridge/amd/amdk8 # mc0
|
||||
device pci 18.0 on # Northbridge
|
||||
# Devices on link 0, link 0 == LDT 0
|
||||
|
|
|
@ -6,7 +6,7 @@ chip northbridge/amd/amdfam10/root_complex
|
|||
end
|
||||
end
|
||||
device pci_domain 0 on
|
||||
subsystemid 0x3060 0x1022 inherit
|
||||
subsystemid 0x1022 0x3060 inherit
|
||||
chip northbridge/amd/amdfam10
|
||||
device pci 18.0 on # northbridge
|
||||
chip southbridge/amd/rs780
|
||||
|
|
|
@ -28,7 +28,7 @@ chip northbridge/intel/i945
|
|||
end
|
||||
|
||||
device pci_domain 0 on
|
||||
subsystemid 0x4352 0x0686 inherit
|
||||
subsystemid 0x4352 0x6886 inherit
|
||||
device pci 00.0 on end # host bridge
|
||||
# auto detection:
|
||||
#device pci 01.0 off end # i945 PCIe root port
|
||||
|
|
Loading…
Reference in New Issue