Author: andrew
Date: Thu May 19 14:00:18 2016
New Revision: 300206
URL: https://svnweb.freebsd.org/changeset/base/300206

Log:
  Define PCI_RES_BUS for NEW_PCIB
  
  Obtained from:        ABT Systems Ltd
  Sponsored by: The FreeBSD Foundation

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

Modified: head/sys/arm64/include/resource.h
==============================================================================
--- head/sys/arm64/include/resource.h   Thu May 19 13:52:12 2016        
(r300205)
+++ head/sys/arm64/include/resource.h   Thu May 19 14:00:18 2016        
(r300206)
@@ -42,5 +42,8 @@
 #define        SYS_RES_MEMORY  3       /* i/o memory */
 #define        SYS_RES_IOPORT  4       /* i/o ports */
 #define        SYS_RES_GPIO    5       /* general purpose i/o */
+#ifdef NEW_PCIB
+#define        PCI_RES_BUS     6       /* PCI bus numbers */
+#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