aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c90x.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-04-16 17:30:37 +0000
committerMichael Brown <mcb30@etherboot.org>2005-04-16 17:30:37 +0000
commit5ca20abf95377ee23a3b4f7f4e36b25cd78ee5fa (patch)
treea4623925d399549f734e92b0be6e098a5b43609d /src/drivers/net/3c90x.c
parentb7c55c3951d824b8289b20078ebce5945d4a2ae2 (diff)
downloadipxe-5ca20abf95377ee23a3b4f7f4e36b25cd78ee5fa.tar.gz
Place the call to adjust_pci_device() back in the individual drivers,
since we probably shouldn't be doing this to arbitrary devices during a PCI bus scan...
Diffstat (limited to 'src/drivers/net/3c90x.c')
-rw-r--r--src/drivers/net/3c90x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/net/3c90x.c b/src/drivers/net/3c90x.c
index 3993ea64..b3aa76bf 100644
--- a/src/drivers/net/3c90x.c
+++ b/src/drivers/net/3c90x.c
@@ -703,6 +703,8 @@ static int a3c90x_probe ( struct dev *dev, struct pci_device *pci ) {
if (pci->ioaddr == 0)
return 0;
+ adjust_pci_device(pci);
+
nic->ioaddr = pci->ioaddr;
nic->irqno = 0;