You can use the ExpMgrIOWriteByte function to write a byte to an address in PCI I/O space.
OSErr ExpMgrIOWriteByte (
RegEntryIDPtr node,
LogicalAddress ioAddr,
UInt8 value);
The ExpMgrIOWriteByte function writes the value of value to the I/O address for device node node determined by address ioAddr.