1 2 3 | /etc/hotplug/pci.rc /ect/hotplug/pci.Agent /etc/rc.d/init.d/hotplug |
1 2 3 | config HOTPLUG_PCI_PCIE tristate "PCI Express Hotplug driver" depends on HOTPLUG_PCI |
1 2 3 4 5 6 7 8 9 10 | pci_hotplug-objs := pci_hotplug_core.o pciehp-objs := pciehp_core.o \ pciehp_ctrl.o \ pciehp_pci.o \ pciehp_hpc.o ifdef CONFIG_ACPI_BUS pciehp-objs += pciehprm_acpi.o else pciehp-objs += pciehprm_nonacpi.o endif |
1 2 3 4 5 6 7 8 9 10 11 12 | #ifdef CONFIG_HOTPLUG_PCI_PCIE_POLL_EVENT_MODE pciehp_poll_mode = 1; #endif retval = pcie_start_thread(); if (retval) goto error_hpc_init; retval = pciehprm_init(PCI); if (!retval) { retval = pci_register_driver(&pcie_driver); dbg("pci_register_driver = %d\n", retval); info(DRIVER_DESC " version: " DRIVER_VERSION "\n"); } |
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |