diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-06-10 18:49:32 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-06-10 22:32:45 -0700 |
commit | 36eb96854b34bee6b65a2b2d4df25f53b47194e4 (patch) | |
tree | 16c8d7b38d443307e6278a1d8acd2ea2aec8f626 /src/g80_type.h | |
parent | 23ca1b0d4324ae65a0c2a39cc877d318063988b1 (diff) |
New chip support.
Part of the G80DispPreInit change suggested by <shenyn321@hotmail.com>.
Diffstat (limited to 'src/g80_type.h')
-rw-r--r-- | src/g80_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/g80_type.h b/src/g80_type.h index 0cebae7..9bb07a4 100644 --- a/src/g80_type.h +++ b/src/g80_type.h @@ -7,7 +7,7 @@ #include <xf86Crtc.h> #include <xf86int10.h> -#define G80_NUM_I2C_PORTS 6 +#define G80_NUM_I2C_PORTS 10 typedef enum Head { HEAD0 = 0, |