Commit fd0e0aca authored by Margit Schubert-While's avatar Margit Schubert-While Committed by Stephen Hemminger

[PATCH] prism54 use set_pci_mwi()

2004-06-28 Margit Schubert-While <margitsw@t-online.de>

* Use set_pci_mwi()
parent e68ef85f
...@@ -321,6 +321,9 @@ prism54_probe(struct pci_dev *pdev, const struct pci_device_id *id) ...@@ -321,6 +321,9 @@ prism54_probe(struct pci_dev *pdev, const struct pci_device_id *id)
DEBUG(SHOW_TRACING, "%s: pci_set_master(pdev)\n", DRV_NAME); DEBUG(SHOW_TRACING, "%s: pci_set_master(pdev)\n", DRV_NAME);
pci_set_master(pdev); pci_set_master(pdev);
/* enable MWI */
pci_set_mwi(pdev);
/* setup the network device interface and its structure */ /* setup the network device interface and its structure */
if (!(ndev = islpci_setup(pdev))) { if (!(ndev = islpci_setup(pdev))) {
/* error configuring the driver as a network device */ /* error configuring the driver as a network device */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment