diff options
author | Robert Noland <rnoland@2hip.net> | 2009-03-05 00:46:32 -0600 |
---|---|---|
committer | Robert Noland <rnoland@2hip.net> | 2009-03-05 00:46:32 -0600 |
commit | 0a227a3361054f06da4bba34d02c8dadcd448e9a (patch) | |
tree | 5cf8be0070ccb8b984e00ba506aa86f42d180c30 /bsd-core | |
parent | 222dc6582e7afad0cd397452a0c4bcea23efeb04 (diff) |
FreeBSD: Garbage collect entries from pcireg.h since we now include it.
Diffstat (limited to 'bsd-core')
-rw-r--r-- | bsd-core/drmP.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h index a8227c29..b99b04ef 100644 --- a/bsd-core/drmP.h +++ b/bsd-core/drmP.h @@ -208,15 +208,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; |