summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/drmP.h
diff options
context:
space:
mode:
authorOwain Ainsworth <oga@cvs.openbsd.org>2008-08-17 16:56:15 +0000
committerOwain Ainsworth <oga@cvs.openbsd.org>2008-08-17 16:56:15 +0000
commit7c398eb4b48e74579c900aa088978ef883dcacc6 (patch)
treeb393305d65ee014f43129ceeac007d7e247f4b56 /sys/dev/pci/drm/drmP.h
parent9ec66eae195bcf59572a5017812b821395a08c28 (diff)
kill the stupid pci capability defines, we have our own. Don't wrap
pci_read_capability while i'm at it.
Diffstat (limited to 'sys/dev/pci/drm/drmP.h')
-rw-r--r--sys/dev/pci/drm/drmP.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/dev/pci/drm/drmP.h b/sys/dev/pci/drm/drmP.h
index ee0cd62a24c..c823dbba9d7 100644
--- a/sys/dev/pci/drm/drmP.h
+++ b/sys/dev/pci/drm/drmP.h
@@ -193,15 +193,6 @@ extern int ticks; /* really should be in a header */
extern struct cfdriver drm_cd;
-/* 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;