Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[netdrvr] ne2k-pci based card does not support bus-mastering.

pci_set_master is unnecessary.

Signed-off-by: komurojun-mbn@nifty.com
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>

authored by

Komuro and committed by
Jeff Garzik
4f075707 b4558ea9

-1
-1
drivers/net/ne2k-pci.c
··· 675 675 pci_set_power_state(pdev, 0); 676 676 pci_restore_state(pdev); 677 677 pci_enable_device(pdev); 678 - pci_set_master(pdev); 679 678 NS8390_init(dev, 1); 680 679 netif_device_attach(dev); 681 680