|
@@ -912,6 +912,9 @@ static struct hv_driver hvfb_drv = {
|
|
.id_table = id_table,
|
|
.id_table = id_table,
|
|
.probe = hvfb_probe,
|
|
.probe = hvfb_probe,
|
|
.remove = hvfb_remove,
|
|
.remove = hvfb_remove,
|
|
|
|
+ .driver = {
|
|
|
|
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
|
|
|
+ },
|
|
};
|
|
};
|
|
|
|
|
|
static int hvfb_pci_stub_probe(struct pci_dev *pdev,
|
|
static int hvfb_pci_stub_probe(struct pci_dev *pdev,
|
|
@@ -929,6 +932,9 @@ static struct pci_driver hvfb_pci_stub_driver = {
|
|
.id_table = pci_stub_id_table,
|
|
.id_table = pci_stub_id_table,
|
|
.probe = hvfb_pci_stub_probe,
|
|
.probe = hvfb_pci_stub_probe,
|
|
.remove = hvfb_pci_stub_remove,
|
|
.remove = hvfb_pci_stub_remove,
|
|
|
|
+ .driver = {
|
|
|
|
+ .probe_type = PROBE_PREFER_ASYNCHRONOUS,
|
|
|
|
+ }
|
|
};
|
|
};
|
|
|
|
|
|
static int __init hvfb_drv_init(void)
|
|
static int __init hvfb_drv_init(void)
|