Skip to content

Commit

Permalink
[netdrvr] ne2k-pci based card does not support bus-mastering.
Browse files Browse the repository at this point in the history
pci_set_master is unnecessary.

Signed-off-by: komurojun-mbn@nifty.com
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
  • Loading branch information
Komuro authored and Jeff Garzik committed Oct 28, 2005
1 parent b4558ea commit 4f07570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/net/ne2k-pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ static int ne2k_pci_resume (struct pci_dev *pdev)
pci_set_power_state(pdev, 0);
pci_restore_state(pdev);
pci_enable_device(pdev);
pci_set_master(pdev);
NS8390_init(dev, 1);
netif_device_attach(dev);

Expand Down

0 comments on commit 4f07570

Please sign in to comment.