match unknown ATI display devices as amdgpu in fw_update
authorjsg <jsg@openbsd.org>
Tue, 24 Jan 2023 01:40:22 +0000 (01:40 +0000)
committerjsg <jsg@openbsd.org>
Tue, 24 Jan 2023 01:40:22 +0000 (01:40 +0000)
commit9843e5d8ff85323e97725689f9bdc23e66b7d4b8
treee9fa398702533bf5f7d45cf950d0dbb9e1c69e87
parent72ccc03bd11da614f31f7ff76e3f6fce99bc1c79
match unknown ATI display devices as amdgpu in fw_update

For recent devices amdgpu matches via the hardware ip discovery table,
not with a table of pci vendor and product ids.

So amdgpu_devlist.h and pcidevs do not cover all devices that amdgpu
may match.

in dmesg amdgpu with an unknown product takes the form:

ramdisk kernel, bios/mbr:
vga1 at pci12 dev 0 function 0 vendor "ATI", unknown product 0x687f rev 0xc3

ramdisk kernel, efi or non-x86 arch:
vendor "ATI", unknown product 0x687f (class display subclass VGA, rev 0x03) at pci12 dev 0 function 0 not configured

non-ramdisk kernel:
amdgpu0 at pci12 dev 0 function 0 vendor "ATI", unknown product 0x687f rev 0xc3

ok deraadt@ on an earlier version
usr.sbin/fw_update/patterns.c