mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-04-21 18:20:41 +02:00
Add i852/i855 PCI ID. Also fix whitespace in the other ID definitions.
This commit is contained in:
parent
3f7279cb8e
commit
84dfe702e2
1 changed files with 3 additions and 2 deletions
|
|
@ -78,8 +78,9 @@
|
|||
[DRM_IOCTL_NR(DRM_IOCTL_I830_SETPARAM)] = { i830_setparam, 1, 0 }
|
||||
|
||||
#define DRIVER_PCI_IDS \
|
||||
{0x8086, 0x3577, 0, "Intel i830M GMCH"}, \
|
||||
{0x8086, 0x2562, 0, "Intel i845G GMCH"}, \
|
||||
{0x8086, 0x3577, 0, "Intel i830M GMCH"}, \
|
||||
{0x8086, 0x2562, 0, "Intel i845G GMCH"}, \
|
||||
{0x8086, 0x3582, 0, "Intel i852GM/i855GM GMCH"}, \
|
||||
{0, 0, 0, NULL}
|
||||
|
||||
#define __HAVE_COUNTERS 4
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue