diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-09-25 11:37:51 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-12-02 15:37:20 +1000 |
commit | 7aa51ccc51e9a6a4597e8d5e7e698dc7f5920fd7 (patch) | |
tree | 20252539d7755e678c3b275dfdf508aa87a324c6 /nvkm/subdev/bios/pcir.c | |
parent | d07b91eb9b05b1f56f248de0ecbc73c407b2d523 (diff) | |
download | nouveau-7aa51ccc51e9a6a4597e8d5e7e698dc7f5920fd7.tar.gz |
bios: add some more signatures as seen on my gtx660
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'nvkm/subdev/bios/pcir.c')
-rw-r--r-- | nvkm/subdev/bios/pcir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nvkm/subdev/bios/pcir.c b/nvkm/subdev/bios/pcir.c index 7ec2a2ac7..91dae26bc 100644 --- a/nvkm/subdev/bios/pcir.c +++ b/nvkm/subdev/bios/pcir.c @@ -33,6 +33,7 @@ nvbios_pcirTe(struct nouveau_bios *bios, u32 base, u8 *ver, u16 *hdr) data += base; switch (nv_ro32(bios, data + 0x00)) { case 0x52494350: /* PCIR */ + case 0x53494752: /* RGIS */ case 0x5344504e: /* NPDS */ *hdr = nv_ro16(bios, data + 0x0a); *ver = nv_ro08(bios, data + 0x0c); |