diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/README.html b/src/add-ons/kernel/drivers/graphics/nvidia/README.html index 31e878da76..971cea3cfd 100644 --- a/src/add-ons/kernel/drivers/graphics/nvidia/README.html +++ b/src/add-ons/kernel/drivers/graphics/nvidia/README.html @@ -44,7 +44,9 @@ You use this software at your own risk! Although I don't expect it to damage you

@@ -186,6 +188,6 @@ With the pgm_panel true setting, the driver will fix your panel

Rudolf Cornelissen. -

(Page last updated on February 13, 2005)

+

(Page last updated on February 17, 2005)

diff --git a/src/add-ons/kernel/drivers/graphics/nvidia/driver.c b/src/add-ons/kernel/drivers/graphics/nvidia/driver.c index 7d8728e075..0bdf15ff12 100644 --- a/src/add-ons/kernel/drivers/graphics/nvidia/driver.c +++ b/src/add-ons/kernel/drivers/graphics/nvidia/driver.c @@ -606,6 +606,10 @@ static status_t map_device(device_info *di) /* get ROM memory mapped base adress - this is defined in the PCI standard */ tmpUlong = get_pci(PCI_rom_base, 4); + //fixme?: if (!tmpUlong) try to map the ROM ourselves. Confirmed a PCIe system not + //having the ROM mapped on PCI and PCIe cards. Falling back to fetching from ISA + //legacy space will get us into trouble if we aren't the primary graphics card!! + //(as legacy space always has the primary card's ROM 'mapped'!) if (tmpUlong) { /* ROM was assigned an adress, so enable ROM decoding - see PCI standard */