svn commit: r186300 - head/sys/dev/drm

Robert Noland rnoland at FreeBSD.org
Thu Dec 18 22:01:46 UTC 2008


Author: rnoland
Date: Thu Dec 18 22:01:46 2008
New Revision: 186300
URL: http://svn.freebsd.org/changeset/base/186300

Log:
  Garbage collect entries from pcireg.h since we now include it.
  
  Approved by:	kib@
  MFC after:	2 weeks

Modified:
  head/sys/dev/drm/drmP.h

Modified: head/sys/dev/drm/drmP.h
==============================================================================
--- head/sys/dev/drm/drmP.h	Thu Dec 18 21:58:57 2008	(r186299)
+++ head/sys/dev/drm/drmP.h	Thu Dec 18 22:01:46 2008	(r186300)
@@ -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;


More information about the svn-src-head mailing list