svn commit: r300206 - head/sys/arm64/include
Andrew Turner
andrew at FreeBSD.org
Thu May 19 14:00:19 UTC 2016
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_ */
More information about the svn-src-all
mailing list