diff options
| author | Dave Jones <davej@codemonkey.org.uk> | 2003-01-02 16:09:40 -0100 |
|---|---|---|
| committer | Dave Jones <davej@tetrachloride.(none)> | 2003-01-02 16:09:40 -0100 |
| commit | cdb2915dc992c8eaf01d52cd808b0ac0b85b4566 (patch) | |
| tree | 0cedd92532be8ae4b6165ae6203c689841a5ab89 /include/linux | |
| parent | baa151e7ab600f7ea1e8aa46ae79807d61c10013 (diff) | |
[AGP] Move the VIA KT400 to its own driver.
Right now its the only VIA AGP 3.0 chipset. At some point in
time it may become via-agp3.c, but until then its cleaner to
seperate this from the VIA AGP 2.0 driver.
The 2.0 driver will still work on a KT400 with a 2.0 compliant graphic
card present. If the 2.0 driver finds the bridge in 3.0 mode, it aborts.
Likewise, the 3.0 driver will abort if the bridge is in 2.0 mode.
Confused yet?
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/agp_backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index e6fa886e8d82..3771ff917895 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -60,6 +60,7 @@ enum chipset_type { VIA_APOLLO_KX133, VIA_APOLLO_KT133, VIA_APOLLO_KT400, + VIA_APOLLO_KT400_3, VIA_APOLLO_PRO_266, VIA_VT8605, SIS_GENERIC, |
