summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/sundance.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/sundance.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/sundance.c')
-rw-r--r--src/drivers/net/sundance.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/drivers/net/sundance.c b/src/drivers/net/sundance.c
index 45271f51..bc207206 100644
--- a/src/drivers/net/sundance.c
+++ b/src/drivers/net/sundance.c
@@ -583,9 +583,8 @@ static struct pci_driver sundance_driver;
/**************************************************************************
PROBE - Look for an adapter, this routine's visible to the outside
***************************************************************************/
-static int sundance_probe ( struct dev *dev ) {
+static int sundance_probe ( struct dev *dev, struct pci_device *pci ) {
struct nic *nic = nic_device ( dev );
- struct pci_device *pci = pci_device ( dev );
u8 ee_data[EEPROM_SIZE];
u16 mii_ctl;
int i;