.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PCIBIOS_DISABLE_DEVICE" "9" "09 October 2005" "" "" .SH NAME pcibios_disable_device \- disable arch specific PCI resources for device dev .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void pcibios_disable_device (struct pci_dev * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR the PCI device to disable .SH "DESCRIPTION" .PP Disables architecture specific PCI resources for the device. This is the default implementation. Architecture implementations can override this.