Commit 966c1038 authored by Dave Jones's avatar Dave Jones

[AGPGART] Print diagnostic info when failing to determine aperture size on VIA systems.

I've seen this happen a few times, and never got to the bottom of it, so hopefully
this will make things a little easier to diagnose what's going on.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 42d8fc5d
......@@ -36,6 +36,7 @@ static int via_fetch_size(void)
return values[i].size;
}
}
printk(KERN_ERR PFX "Unknown aperture size from AGP bridge (0x%x)\n", temp);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment