摘要:
1 struct bus_type pci_bus_type = { 2 .name = "pci", 3 .match = pci_bus_match, 4 .uevent = pci_uevent, 5 .probe = pci_device_probe, 6 .remove = pci_device_remove, 7 .shutdown = pci_device_shutdown, 8 .dev_attrs = pci_dev_attrs, 9 ... 阅读全文
posted @ 2013-12-05 14:40
晓江南
阅读(109)
评论(0)
推荐(1)

浙公网安备 33010602011771号