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_ */
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to