diff options
| author | Dave Jones <davej@suse.de> | 2002-05-08 21:45:00 -0700 |
|---|---|---|
| committer | Dave Jones <davej@suse.de> | 2002-05-08 21:45:00 -0700 |
| commit | fea2ac0cbc75fe5ad8d9801bf994d7fbfa9dd16c (patch) | |
| tree | ea64b6544a1c8b022792496831323c523041627c /include/linux/agp_backend.h | |
| parent | c88adf2f86f49eb43e53f458d8da49546408a0da (diff) | |
[PATCH] HP ZX1 AGP/DRM support.
From 2.4
Diffstat (limited to 'include/linux/agp_backend.h')
| -rw-r--r-- | include/linux/agp_backend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/agp_backend.h b/include/linux/agp_backend.h index e7800593155c..c1fb2ad9fcb4 100644 --- a/include/linux/agp_backend.h +++ b/include/linux/agp_backend.h @@ -75,7 +75,8 @@ enum chipset_type { ALI_GENERIC, SVWRKS_HE, SVWRKS_LE, - SVWRKS_GENERIC + SVWRKS_GENERIC, + HP_ZX1, }; typedef struct _agp_version { |
