Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2011 18:51:33 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 192543 for review
Message-ID:  <201105031851.p43IpX5B094007@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@192543?ac=10

Change 192543 by jhb@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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105031851.p43IpX5B094007>