From 73e1b34a9e1cf0984ed887b8015825ef0cb6640c Mon Sep 17 00:00:00 2001 From: Robert Noland Date: Thu, 18 Dec 2008 22:01:46 +0000 Subject: [PATCH] Garbage collect entries from pcireg.h since we now include it. Approved by: kib@ MFC after: 2 weeks --- sys/dev/drm/drmP.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h index 18fc8b71fd2b..25a3fa88d9ff 100644 --- a/sys/dev/drm/drmP.h +++ b/sys/dev/drm/drmP.h @@ -212,15 +212,6 @@ enum { #define DRM_MTRR_WC MDF_WRITECOMBINE #define jiffies ticks -/* Capabilities taken from src/sys/dev/pci/pcireg.h. */ -#ifndef PCIY_AGP -#define PCIY_AGP 0x02 -#endif - -#ifndef PCIY_EXPRESS -#define PCIY_EXPRESS 0x10 -#endif - typedef unsigned long dma_addr_t; typedef u_int64_t u64; typedef u_int32_t u32;