Author: stepan Date: 2008-08-01 15:08:33 +0200 (Fri, 01 Aug 2008) New Revision: 3460
Modified: trunk/coreboot-v2/src/devices/device.c Log: a heuristics is something different
Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/coreboot-v2/src/devices/device.c =================================================================== --- trunk/coreboot-v2/src/devices/device.c 2008-08-01 12:53:04 UTC (rev 3459) +++ trunk/coreboot-v2/src/devices/device.c 2008-08-01 13:08:33 UTC (rev 3460) @@ -325,7 +325,7 @@ if (bridge->limit > resource->limit) { bridge->limit = resource->limit; } -#warning This heuristics should be replaced by real devices with fixed resources. +#warning This heuristic should be replaced by real devices with fixed resources. /* Artificially deny limits between DEVICE_MEM_HIGH and 0xffffffff */ if ((bridge->limit > DEVICE_MEM_HIGH) && (bridge->limit <= 0xffffffff)) { bridge->limit = DEVICE_MEM_HIGH;