Jeff Garzik wrote:
Auke Kok wrote:
quoted
From: Tomohiro Kusumi <redacted>
Most e1000 devices do not need ioport access to function properly.
This is desirable for a few massive homed systems where ioport
resources become constrained.
This patch is based on the code from Tomohiro Kusumi, heavily
modified to fit PCI API changes and e1000 driver changes.
Signed-off-by: Tomohiro Kusumi <redacted>
Signed-off-by: Auke Kok <redacted>
I don't think you need pci_select_bars()? It should just be
pci_enable_device_mem() in both paths AFAICS...
honestly I don't know :) - I'll look into it. if that's the case then the patch
will change significantly.
thanks,
Auke