sync with OpenBSD -current

This commit is contained in:
purplerain 2024-02-29 19:28:41 +00:00
parent 0f90c06c31
commit 9bb6d42f92
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
16 changed files with 119 additions and 114 deletions

View file

@ -301,6 +301,8 @@ static const struct pci_matchid i915_devices[] = {
{ 0x8086, 0x46d0 },
{ 0x8086, 0x46d1 },
{ 0x8086, 0x46d2 },
{ 0x8086, 0x46d3 },
{ 0x8086, 0x46d4 },
{ 0x8086, 0xa780 },
{ 0x8086, 0xa781 },
{ 0x8086, 0xa782 },

View file

@ -672,7 +672,9 @@
#define INTEL_ADLN_IDS(info) \
INTEL_VGA_DEVICE(0x46D0, info), \
INTEL_VGA_DEVICE(0x46D1, info), \
INTEL_VGA_DEVICE(0x46D2, info)
INTEL_VGA_DEVICE(0x46D2, info), \
INTEL_VGA_DEVICE(0x46D3, info), \
INTEL_VGA_DEVICE(0x46D4, info)
/* RPL-S */
#define INTEL_RPLS_IDS(info) \