summaryrefslogtreecommitdiff
path: root/bin/nv_rffunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nv_rffunc.h')
-rw-r--r--bin/nv_rffunc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nv_rffunc.h b/bin/nv_rffunc.h
index fe1d616a0..d14efe2a0 100644
--- a/bin/nv_rffunc.h
+++ b/bin/nv_rffunc.h
@@ -13,7 +13,7 @@ nv_rfb(struct nvif_device *device, u64 offset)
u64 addr = (offset & (PAGE_SIZE - 1));
if (device->info.family < NV_DEVICE_INFO_V0_TNT ||
- device->info.family > NV_DEVICE_INFO_V0_MAXWELL) {
+ device->info.family > NV_DEVICE_INFO_V0_PASCAL) {
printk("unsupported chipset\n");
exit(1);
}