diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2003-12-08 16:33:08 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2003-12-08 16:33:08 +0000 |
commit | 64006ef86b329183599b06da7705bb0b294a1c1a (patch) | |
tree | f13ef4121b80b2b19fac4ed99838a3408686e992 | |
parent | 6e56c39371a551af1e05e53231162e0fc42c6ce0 (diff) |
Add i865 pci idtrunk-20031209newmesa-0-0-1-20031209-merge
-rw-r--r-- | linux/i830.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/i830.h b/linux/i830.h index 0d9e2059..93570c92 100644 --- a/linux/i830.h +++ b/linux/i830.h @@ -81,6 +81,7 @@ {0x8086, 0x3577, 0, "Intel i830M GMCH"}, \ {0x8086, 0x2562, 0, "Intel i845G GMCH"}, \ {0x8086, 0x3582, 0, "Intel i852GM/i855GM GMCH"}, \ + {0x8086, 0x2572, 0, "Intel i865G GMCH"}, \ {0, 0, 0, NULL} #define __HAVE_COUNTERS 4 |