[OpenBIOS] [PATCH 01/10] ebus: set addressing to 2 address cells and 1 size cells

Igor V. Kovalenko igor.v.kovalenko at gmail.com
Tue May 25 14:37:56 CEST 2010


From: Igor V. Kovalenko <igor.v.kovalenko at gmail.com>

Signed-off-by: Igor V. Kovalenko <igor.v.kovalenko at gmail.com>
---
 drivers/pci_database.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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,
     },
     {




More information about the OpenBIOS mailing list