.TH "pci_insert_device" 9 "pci_insert_device" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME pci_insert_device \- insert a hotplug device .SH SYNOPSIS .B "void" pci_insert_device .BI "(struct pci_dev *" dev "," .BI "struct pci_bus *" bus ");" .SH ARGUMENTS .IP "dev" 12 the device to insert .IP "bus" 12 where to insert it .SH "DESCRIPTION" Add a new device to the device lists and notify userspace (/sbin/hotplug).