diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-08-30 21:51:53 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2007-08-31 01:40:00 +0200 |
commit | 69b11f44f0a0cfe0806e18dae2f360bc1ed8e005 (patch) | |
tree | 470dcc704aafe11136c3d6f2d1258dcca2129cbc /shared-core/nouveau_drm.h | |
parent | c78e610fa42c8122ed6bc504222ef650f5693d22 (diff) |
nouveau: give nv03 the last cut.
Diffstat (limited to 'shared-core/nouveau_drm.h')
-rw-r--r-- | shared-core/nouveau_drm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shared-core/nouveau_drm.h b/shared-core/nouveau_drm.h index bfc9bd4b..c4f1e9a4 100644 --- a/shared-core/nouveau_drm.h +++ b/shared-core/nouveau_drm.h @@ -119,8 +119,6 @@ struct drm_nouveau_setparam { enum nouveau_card_type { NV_UNKNOWN =0, - NV_01 =1, - NV_03 =3, NV_04 =4, NV_05 =5, NV_10 =10, |