PERFORCE change 95387 for review

John-Mark Gurney jmg at FreeBSD.org
Sun Apr 16 18:11:06 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95387

Change 95387 by jmg at jmg_arlene on 2006/04/16 18:10:27

	fix type of bus, it's an 8 bit quantity...

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/dev/pci/pcivar.h#5 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/dev/pci/pcivar.h#5 (text+ko) ====

@@ -242,7 +242,7 @@
 #define PCIB_ACCESSOR(var, ivar, type)					 \
     __BUS_ACCESSOR(pcib, var, PCIB, ivar, type)
 
-PCIB_ACCESSOR(bus,		BUS,		uint32_t)
+PCIB_ACCESSOR(bus,		BUS,		uint8_t)
 PCIB_ACCESSOR(domain,		DOMAIN,		uint32_t)
 
 #undef PCIB_ACCESSOR


More information about the p4-projects mailing list