mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
ebus: set addressing to 2 address cells and 1 size cells
Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko@gmail.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com> git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@781 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
committed by
Blue Swirl
parent
37f9164937
commit
97948480c5
@@ -354,7 +354,7 @@ static const pci_dev_t miscbrg_devices[] = {
|
|||||||
{
|
{
|
||||||
PCI_VENDOR_ID_SUN, PCI_DEVICE_ID_SUN_EBUS, NULL,
|
PCI_VENDOR_ID_SUN, PCI_DEVICE_ID_SUN_EBUS, NULL,
|
||||||
"ebus", "ebus", "pci108e,1000\0pciclass,068000\0",
|
"ebus", "ebus", "pci108e,1000\0pciclass,068000\0",
|
||||||
3, 2, 1,
|
2, 1, 1,
|
||||||
ebus_config_cb, NULL,
|
ebus_config_cb, NULL,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user