pci_conf_write_byte
pci_conf_write_byte(pc, tag, 0x53, 0x40);
pci_conf_write_byte(pc, tag, 0x52, 0x00);
pci_conf_write_byte(pc, tag, 0x7e, status & ~0x80);
pci_conf_write_byte(pc, tag, 0x77, 1 << 6);
pci_conf_write_byte(pc, tag, 0x78, 1 << 7);
void pci_conf_write_byte(pci_chipset_tag_t, pcitag_t, int, int);
pci_conf_write_byte(pc, tag, 0x53, 0x40);
pci_conf_write_byte(pc, tag, 0x52, 0x00);
pci_conf_write_byte(pc, tag, 0x7e, status & ~0x80);
pci_conf_write_byte(pc, tag, 0x77, 1 << 6);
pci_conf_write_byte(pc, tag, 0x78, 1 << 7);
void pci_conf_write_byte(pci_chipset_tag_t, pcitag_t, int, int);