FreeBSD: Garbage collect entries from pcireg.h since we now include it.

main
Robert Noland 2009-03-05 00:46:32 -06:00
parent 222dc6582e
commit 0a227a3361
1 changed files with 0 additions and 9 deletions

View File

@ -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;