.TH "pci_bus_write_config_byte" 9 "pci_bus_write_config_byte" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_bus_write_config_byte \- write a byte to a pci device .SH SYNOPSIS .B "int" pci_bus_write_config_byte .BI "(struct pci_bus *" bus "," .BI "unsigned int " devfn "," .BI "int " where "," .BI "u8 " value ");" .SH ARGUMENTS .IP "bus" 12 pointer to the parent bus of the pci device to read from .IP "devfn" 12 the device / function of the pci device to read from .IP "where" 12 the location on the pci address space to write to .IP "value" 12 the value to write to the pci device .SH "DESCRIPTION" Like \fBpci_write_config_byte\fP but works for pci devices that do not have a pci_dev structure set up yet. Returns 0 on success.