diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-11-16 15:02:25 +0100 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-11-16 15:02:47 +0100 |
commit | 307fc3c92c85ded23de414b0d1a3d48f934c666d (patch) | |
tree | 20c53ddf410afbfa2dae65af76f0b463f778326b | |
parent | f2c8d39a0f99dab9d69d927214c8c66aabb70c5c (diff) |
nouveau: also mention the number of succcessfully copied bios bytes.
-rw-r--r-- | shared-core/nouveau_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/nouveau_state.c b/shared-core/nouveau_state.c index 3638a054..7c9503e8 100644 --- a/shared-core/nouveau_state.c +++ b/shared-core/nouveau_state.c @@ -323,7 +323,7 @@ nouveau_card_init(struct drm_device *dev) int i; for(i=0;i<size;i+=4) NV_WI32(i, bios[i/4]); - DRM_INFO("OF bios successfully copied\n"); + DRM_INFO("OF bios successfully copied (%d bytes)\n",size); } else DRM_INFO("Unable to get the OF bios\n"); |