Submitter | Sylvain 'ythier' Hitier |
---|---|
Date | 2011-03-01 21:47:33 |
Message ID | <20110301214733.GD15194@begonia> |
Download | mbox | patch |
Permalink | /patch/2723/ |
State | Accepted |
Headers | show |
Comments
Sylvain 'ythier' Hitier <sylvain.hitier@gmail.com> writes: > (Please keep me in CC, I'm not subscribed to the list) > > After reading r6421. > > Signed-off-by: Sylvain "ythier" Hitier <sylvain.hitier@gmail.com> > > Index: src/mainboard/asus/m2v/devicetree.cb > =================================================================== > --- src/mainboard/asus/m2v/devicetree.cb (revision 6421) > +++ src/mainboard/asus/m2v/devicetree.cb (working copy) > @@ -5,7 +5,7 @@ > 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 > Index: src/mainboard/gigabyte/ma78gm/devicetree.cb > =================================================================== > --- src/mainboard/gigabyte/ma78gm/devicetree.cb (revision 6421) > +++ src/mainboard/gigabyte/ma78gm/devicetree.cb (working copy) > @@ -6,7 +6,7 @@ > 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 > Index: src/mainboard/roda/rk886ex/devicetree.cb > =================================================================== > --- src/mainboard/roda/rk886ex/devicetree.cb (revision 6421) > +++ src/mainboard/roda/rk886ex/devicetree.cb (working copy) > @@ -28,7 +28,7 @@ > 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 > > Regards, > Sylvain "ythier" Hitier > > -- > Free hugs for Free Software Fellows! > Living in a Debian package => http://en.wikipedia.org/wiki/Apt,_Vaucluse r6425. Thanks, Sven.
Patch
Index: src/mainboard/asus/m2v/devicetree.cb =================================================================== --- src/mainboard/asus/m2v/devicetree.cb (revision 6421) +++ src/mainboard/asus/m2v/devicetree.cb (working copy) @@ -5,7 +5,7 @@ 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 Index: src/mainboard/gigabyte/ma78gm/devicetree.cb =================================================================== --- src/mainboard/gigabyte/ma78gm/devicetree.cb (revision 6421) +++ src/mainboard/gigabyte/ma78gm/devicetree.cb (working copy) @@ -6,7 +6,7 @@ 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 Index: src/mainboard/roda/rk886ex/devicetree.cb =================================================================== --- src/mainboard/roda/rk886ex/devicetree.cb (revision 6421) +++ src/mainboard/roda/rk886ex/devicetree.cb (working copy) @@ -28,7 +28,7 @@ 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
(Please keep me in CC, I'm not subscribed to the list) After reading r6421. Signed-off-by: Sylvain "ythier" Hitier <sylvain.hitier@gmail.com> Regards, Sylvain "ythier" Hitier