From 76eddc4fc108500d4f6e9954fc9fb26a8ac8d7b5 Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Sat, 28 Aug 2004 19:41:45 +0000 Subject: [PATCH] small cosmetic fix. Cool! PLL readouts are actually OK, which probably means we can now ascertain if those older cards with noise (bandwidth) trouble are indeed running on too low speeds... git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8689 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/accelerants/nvidia/engine/nv_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/add-ons/accelerants/nvidia/engine/nv_info.c b/src/add-ons/accelerants/nvidia/engine/nv_info.c index 20e7be8b7b..d4695e4545 100644 --- a/src/add-ons/accelerants/nvidia/engine/nv_info.c +++ b/src/add-ons/accelerants/nvidia/engine/nv_info.c @@ -240,7 +240,7 @@ static status_t exec_type1_script(uint8* rom, uint16 adress, int16* size) data = *((uint16*)(&(rom[adress]))); adress += 2; data2 = *((uint16*)(&(rom[data]))); - LOG(8,("cmd 'calculate indirect and set PLL 32bit REG $%08x for %fMHz'\n", + LOG(8,("cmd 'calculate indirect and set PLL 32bit REG $%08x for %.3fMHz'\n", reg, ((float)data2))); if (exec) { @@ -483,7 +483,7 @@ static status_t exec_type1_script(uint8* rom, uint16 adress, int16* size) adress += 4; data = *((uint16*)(&(rom[adress]))); adress += 2; - LOG(8,("cmd 'calculate and set PLL 32bit REG $%08x for %fMHz'\n", reg, (data / 100.0))); + LOG(8,("cmd 'calculate and set PLL 32bit REG $%08x for %.3fMHz'\n", reg, (data / 100.0))); if (exec) { //fixme: setup core and RAM PLL calc routine(s), now (mis)using DAC's...