http://git.etherboot.org
/
people
/
pcmattman
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d65dd
)
fix args to _disable routine
author
Marty Connor
<mdc@etherboot.org>
Tue, 19 Sep 2006 15:01:16 +0000
(15:01 +0000)
committer
Marty Connor
<mdc@etherboot.org>
Tue, 19 Sep 2006 15:01:16 +0000
(15:01 +0000)
src/arch/i386/drivers/net/undi.c
patch
|
blob
|
history
diff --git
a/src/arch/i386/drivers/net/undi.c
b/src/arch/i386/drivers/net/undi.c
index
f0956e9
..
eac4e71
100644
(file)
--- a/
src/arch/i386/drivers/net/undi.c
+++ b/
src/arch/i386/drivers/net/undi.c
@@
-1331,8
+1331,7
@@
static void undi_transmit(
/**************************************************************************
DISABLE - Turn off ethernet interface
***************************************************************************/
-static void undi_disable ( struct nic *nic __unused,
- struct pci_device *pci __unused ) {
+static void undi_disable ( struct nic *nic __unused ) {
undi_full_shutdown();
free_base_mem_data();
}