sync with OpenBSD -current
This commit is contained in:
parent
0f90c06c31
commit
9bb6d42f92
16 changed files with 119 additions and 114 deletions
|
@ -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 },
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue