Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/riastradh-drm2]: src/sys/external/bsd/drm2/dist/include/drm Ifdef out un...
details: https://anonhg.NetBSD.org/src/rev/37f3ef8c5c70
branches: riastradh-drm2
changeset: 788109:37f3ef8c5c70
user: riastradh <riastradh%NetBSD.org@localhost>
date: Wed Jul 24 02:16:56 2013 +0000
description:
Ifdef out unused and now uninitialized fields of drm_agp_head.
diffstat:
sys/external/bsd/drm2/dist/include/drm/drmP.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r 48ef7bbe6e92 -r 37f3ef8c5c70 sys/external/bsd/drm2/dist/include/drm/drmP.h
--- a/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:16:40 2013 +0000
+++ b/sys/external/bsd/drm2/dist/include/drm/drmP.h Wed Jul 24 02:16:56 2013 +0000
@@ -580,8 +580,10 @@
int acquired; /**< whether the AGP device has been acquired */
unsigned long base;
int agp_mtrr;
+#ifndef __NetBSD__
int cant_use_aperture;
unsigned long page_mask;
+#endif
};
/**
Home |
Main Index |
Thread Index |
Old Index