PERFORCE change 192543 for review
John Baldwin
jhb at FreeBSD.org
Tue May 3 18:51:34 UTC 2011
http://p4web.freebsd.org/@@192543?ac=10
Change 192543 by jhb at jhb_jhbbsd on 2011/05/03 18:50:45
Disable the bus number stuff for now to focus on testing the
hostres stuff.
Affected files ...
.. //depot/projects/pci/sys/amd64/include/resource.h#3 edit
Differences ...
==== //depot/projects/pci/sys/amd64/include/resource.h#3 (text+ko) ====
@@ -41,7 +41,7 @@
#define SYS_RES_MEMORY 3 /* i/o memory */
#define SYS_RES_IOPORT 4 /* i/o ports */
#ifdef NEW_PCIB
-#define PCI_RES_BUS 5 /* PCI bus numbers */
+//#define PCI_RES_BUS 5 /* PCI bus numbers */
#endif
#endif /* !_MACHINE_RESOURCE_H_ */
More information about the p4-projects
mailing list