Hi, If I have two identical network cards on my machine and I unregister the driver of one of them (say eth0) using the call "pci_unregister_driver(pdev->driver)" where pdev is the 'pci_dev' structure for eth0, does the device 'eth1' i.e. the other one gets effected by this. Regards, daljeet. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: effect of pci_unregister_driver mdaljeet
- Re: effect of pci_unregister_driver Jeff Garzik