.TH "pci_enable_device_bars" 9 "pci_enable_device_bars" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_enable_device_bars \- Initialize some of a device for use .SH SYNOPSIS .B "int" pci_enable_device_bars .BI "(struct pci_dev *" dev "," .BI "int " bars ");" .SH ARGUMENTS .IP "dev" 12 PCI device to be initialized .IP "bars" 12 bitmask of BAR's that must be configured .SH "DESCRIPTION" Initialize device before it's used by a driver. Ask low-level code to enable selected I/O and memory resources. Wake up the device if it was suspended. Beware, this function can fail.