From 97948480c59bf7b8de01aeb874d9587b745317b1 Mon Sep 17 00:00:00 2001 From: "Igor V. Kovalenko" Date: Thu, 27 May 2010 20:11:53 +0000 Subject: [PATCH] ebus: set addressing to 2 address cells and 1 size cells Signed-off-by: Igor V. Kovalenko Signed-off-by: Blue Swirl git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@781 f158a5a8-5612-0410-a976-696ce0be7e32 --- drivers/pci_database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pci_database.c b/drivers/pci_database.c index ddff8f0..ac47621 100644 --- a/drivers/pci_database.c +++ b/drivers/pci_database.c @@ -354,7 +354,7 @@ static const pci_dev_t miscbrg_devices[] = { { PCI_VENDOR_ID_SUN, PCI_DEVICE_ID_SUN_EBUS, NULL, "ebus", "ebus", "pci108e,1000\0pciclass,068000\0", - 3, 2, 1, + 2, 1, 1, ebus_config_cb, NULL, }, {