summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/pcnet32.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/pcnet32.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/pcnet32.c')
-rw-r--r--src/drivers/net/pcnet32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/pcnet32.c b/src/drivers/net/pcnet32.c
index 900e0db8..e7fde829 100644
--- a/src/drivers/net/pcnet32.c
+++ b/src/drivers/net/pcnet32.c
@@ -666,9 +666,8 @@ static void pcnet32_irq(struct nic *nic __unused, irq_action_t action __unused)
PROBE - Look for an adapter, this routine's visible to the outside
You should omit the last argument struct pci_device * for a non-PCI NIC
***************************************************************************/
-static int pcnet32_probe ( struct dev *dev ) {
+static int pcnet32_probe ( struct dev *dev, struct pci_device *pci ) {
struct nic *nic = nic_device ( dev );
- struct pci_device *pci = pci_device ( dev );
int i, media;
int fdx, mii, fset, dxsuflo, ltint;
int chip_version;