pci_write_rom (9) Linux Manual Page
pci_write_rom – used to enable access to the PCI ROM display
Synopsis
-
ssize_t pci_write_rom(struct filefilp* , struct kobjectkobj* , struct bin_attributebin_attr* , charbuf* , loff_toff, size_tcount);
Arguments
filp
-
- sysfs file
kobj
- kernel object handle
bin_attr
- struct bin_attribute for this file
buf
- user input
off
- file offset
count
- number of byte in input
Description
writing anything except 0 enables it
