summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbieri <luca@luca-barbieri.com>2010-03-29 05:16:22 +0200
committerLuca Barbieri <luca@luca-barbieri.com>2010-03-29 05:16:22 +0200
commit8b9510a9932116ff83a0250a77cde9a491ffdd1e (patch)
treec0eb7f7df9c866904f8fcd031629d21f2001feea
parent63c3e764c9928236b8d6b6daa76ca9fdb159e344 (diff)
fixes
-rw-r--r--nvlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvlib.h b/nvlib.h
index c4ac3cb..30f8824 100644
--- a/nvlib.h
+++ b/nvlib.h
@@ -683,7 +683,7 @@ struct nv_device : public nv_region
size = fc_size * ramin->dev->channels;
- if(ramin->dev->card_type < NV_40)
+ if(ramin->dev->card_type < NV_10)
fc_fifo = 8;
else if(ramin->dev->card_type < NV_50)
fc_fifo = 12;