# pciconf -lv|grep vgapci
should show you the device ID. Then we can check weather it is listed in src/sys/dev/drm/drm_pciids.h. If not we should create a patch and if you test it successfully, write a PR to get this into the base system.vgapci0@pci0:0:2:0: class=0x030000 card=0x73831462 chip=0x29c28086 rev=0x10 hdr=0x00
vgapci1@pci0:0:2:1: class=0x038000 card=0x73831462 chip=0x29c38086 rev=0x10 hdr=0x00
randux said:here is the output of pciconf:
Code:vgapci0@pci0:0:2:0: class=0x030000 card=0x73831462 chip=0x29c28086 rev=0x10 hdr=0x00 vgapci1@pci0:0:2:1: class=0x038000 card=0x73831462 chip=0x29c38086 rev=0x10 hdr=0x00
richardpl said:I think this is known problem which have been properly addressed on 7 STABLE.