j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: Sun Feb 7 21:25:30 2010 New Revision: 675 URL: http://tracker.coreboot.org/trac/openbios/changeset/675
Log: Fix wrong device_type for non-PCI bridge devices, like EBUS
Signed-off-by: Blue Swirl blauwirbel@gmail.com
Modified: trunk/openbios-devel/drivers/pci_database.c
Modified: trunk/openbios-devel/drivers/pci_database.c ============================================================================== --- trunk/openbios-devel/drivers/pci_database.c Wed Feb 3 18:54:14 2010 (r674) +++ trunk/openbios-devel/drivers/pci_database.c Sun Feb 7 21:25:30 2010 (r675) @@ -362,7 +362,7 @@ static const pci_subclass_t bridg_subclass[] = { { PCI_SUBCLASS_BRIDGE_HOST, "PCI host bridge", - NULL, hbrg_devices, NULL, + "pci", hbrg_devices, NULL, NULL, NULL, }, { @@ -382,7 +382,7 @@ }, { PCI_SUBCLASS_BRIDGE_PCI, "PCI-to-PCI bridge", - NULL, PCIbrg_devices, NULL, + "pci", PCIbrg_devices, NULL, NULL, NULL, }, { @@ -1040,7 +1040,7 @@ /* 0x05 */ { "memory controller", "memory-controller", mem_subclass, }, /* 0x06 */ - { "PCI bridge", "pci", bridg_subclass, }, + { "PCI bridge", NULL, bridg_subclass, }, /* 0x07 */ { "communication device", NULL, comm_subclass,}, /* 0x08 */