diff options
| author | Michael Brown | 2005-04-14 16:44:33 +0200 |
|---|---|---|
| committer | Michael Brown | 2005-04-14 16:44:33 +0200 |
| commit | 963dbefb5148e707017fb27dc73dc4ffa8c1ca8f (patch) | |
| tree | ae9379cd8d51e42423e0462655d60f60a5e15325 /src/drivers/net/3c90x.c | |
| parent | Updated to new device API. (diff) | |
| download | ipxe-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.c | 3 |
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; |
