summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-11-03 05:11:04 +0000
committerEric Anholt <anholt@freebsd.org>2003-11-03 05:11:04 +0000
commit84dfe702e27e0ef22801f8fe366120bea90adf4f (patch)
tree4f7773cba404fb24bf40c3f22144bad1e3c41851
parent3f7279cb8ec1d4e65028df955ae17b8081940b4f (diff)
Add i852/i855 PCI ID. Also fix whitespace in the other ID definitions.savage-2-0-0-fork
-rw-r--r--linux/i830.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/i830.h b/linux/i830.h
index c0f092ed..0d9e2059 100644
--- a/linux/i830.h
+++ b/linux/i830.h
@@ -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