summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/3c90x.c
diff options
context:
space:
mode:
authorMichael Brown2005-04-14 16:44:33 +0200
committerMichael Brown2005-04-14 16:44:33 +0200
commit963dbefb5148e707017fb27dc73dc4ffa8c1ca8f (patch)
treeae9379cd8d51e42423e0462655d60f60a5e15325 /src/drivers/net/3c90x.c
parentUpdated to new device API. (diff)
downloadipxe-963dbefb5148e707017fb27dc73dc4ffa8c1ca8f.tar.gz
ipxe-963dbefb5148e707017fb27dc73dc4ffa8c1ca8f.tar.xz
ipxe-963dbefb5148e707017fb27dc73dc4ffa8c1ca8f.zip
Automatically updated using
perl -pi -0777 -e 's/(_probe\s*\(\s*struct\s+dev.*?)(\s*\)\s*{.*?$)\s*struct pci_device.*?=\s*pci_device \( dev \);$/${1}, struct pci_device *pci${2}/ms' *.c sis900 excluded from update
Diffstat (limited to 'src/drivers/net/3c90x.c')
-rw-r--r--src/drivers/net/3c90x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/3c90x.c b/src/drivers/net/3c90x.c
index 7805bb03..52e6c28e 100644
--- a/src/drivers/net/3c90x.c
+++ b/src/drivers/net/3c90x.c
@@ -690,9 +690,8 @@ static void a3c90x_irq(struct nic *nic __unused, irq_action_t action __unused)
*** initialization. If this routine is called, the pci functions did find the
*** card. We just have to init it here.
***/
-static int a3c90x_probe ( struct dev *dev ) {
+static int a3c90x_probe ( struct dev *dev, struct pci_device *pci ) {
struct nic *nic = nic_device ( dev );
- struct pci_device *pci = pci_device ( dev );
int i, c;
unsigned short eeprom[0x21];
unsigned int cfg;