diff options
author | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-08-11 15:16:44 +0800 |
---|---|---|
committer | Zhenyu Wang <zhenyu.z.wang@intel.com> | 2008-08-11 15:16:44 +0800 |
commit | d592eabc806b752053ade3c18e9dd8e0f39b45a3 (patch) | |
tree | 950d618476ef73f839c57c4a2c6e5d1773e8d393 /src/i810_reg.h | |
parent | d0018a96064ee0adfe87c2d50c341bf7d2e45eb0 (diff) |
Fix possible spurious interrupts in hotplug detect on 4 series chip
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index 4b9ce9bd..7739a1cb 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -2822,4 +2822,6 @@ typedef enum { #define DPFC_STATUS2 0x3214 #define DPFC_FENCE_YOFF 0x3218 +#define PEG_BAND_GAP_DATA 0x14d68 + #endif /* _I810_REG_H */ |