ether_outb
#define ether_outb(device, offset, value) (*((volatile uint8 *)(device->reg_base + (offset))) = (value)); __eieio()
#define ether_outb(device, offset, value) (*gPCIModInfo->write_io_8)((device->reg_base + (offset)), (value))
void ether_outb(etherpci_private_t *device, uint32 offset, uint8 value) {
void ether_outb(etherpci_private_t *device, uint32 offset, uint8 value) {