]> git.baikalelectronics.ru Git - kernel.git/commit
drm/bochs: add Bochs PCI ID for Simics model
authorH. Peter Anvin (Intel) <hpa@zytor.com>
Fri, 10 Sep 2021 01:06:55 +0000 (18:06 -0700)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 15 Sep 2021 06:21:32 +0000 (08:21 +0200)
commita0a7cd0589960f681de56baee076aab595a89032
tree8fb8f01bb7904378494e5b80c652c97b5af47e93
parentac76d540bc8adc6f91613b7371d984e3ca1177d9
drm/bochs: add Bochs PCI ID for Simics model

Current (and older) Simics models for the Bochs VGA used the wrong PCI
vendor ID (0x4321 instead of 0x1234).  Although this can hopefully be
fixed in the future, it is a problem for users of the current version,
not the least because to update the device ID the BIOS has to be
rebuilt in order to see BIOS output.

Add support for the 4321:1111 device number in addition to the
1234:1111 one.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20210910010655.2356245-1-hpa@zytor.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
drivers/gpu/drm/tiny/bochs.c