svn commit: r297849 - head/sys/mips/include

Stanislav Galabov sgalabov at FreeBSD.org
Tue Apr 12 07:18:50 UTC 2016


Author: sgalabov
Date: Tue Apr 12 07:18:48 2016
New Revision: 297849
URL: https://svnweb.freebsd.org/changeset/base/297849

Log:
  Define PCI_RES_BUS for MIPS.
  
  This is done as part of the work on D5908, but as a separate commit.
  
  Approved by:	adrian (mentor)
  Sponsored by:	Smartcom - Bulgaria AD

Modified:
  head/sys/mips/include/resource.h

Modified: head/sys/mips/include/resource.h
==============================================================================
--- head/sys/mips/include/resource.h	Tue Apr 12 06:56:35 2016	(r297848)
+++ head/sys/mips/include/resource.h	Tue Apr 12 07:18:48 2016	(r297849)
@@ -42,5 +42,8 @@
 #define	SYS_RES_DRQ	2	/* isa dma lines */
 #define	SYS_RES_MEMORY	3	/* i/o memory */
 #define	SYS_RES_IOPORT	4	/* i/o ports */
+#ifdef NEW_PCIB
+#define	PCI_RES_BUS	5
+#endif
 
 #endif /* !_MACHINE_RESOURCE_H_ */


More information about the svn-src-head mailing list