diff options
| author | Michael Brown | 2006-08-15 00:29:51 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-08-15 00:29:51 +0200 |
| commit | 97439cb6ebb49fad9855cc975cc80fb3eb8db13b (patch) | |
| tree | ce5375cd5e3ac7b2fa6109fd2725293db224665f /src/drivers/net/e1000.c | |
| parent | Bug fixes to the HTTP protocol code (diff) | |
| download | ipxe-97439cb6ebb49fad9855cc975cc80fb3eb8db13b.tar.gz ipxe-97439cb6ebb49fad9855cc975cc80fb3eb8db13b.tar.xz ipxe-97439cb6ebb49fad9855cc975cc80fb3eb8db13b.zip | |
Kill off poll_interruptions(); it is lethal when we're acting as a PXE
stack or INT 13 emulator etc.
Diffstat (limited to 'src/drivers/net/e1000.c')
| -rw-r--r-- | src/drivers/net/e1000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/net/e1000.c b/src/drivers/net/e1000.c index d89deb7a8..3ec7991fb 100644 --- a/src/drivers/net/e1000.c +++ b/src/drivers/net/e1000.c @@ -3536,7 +3536,6 @@ e1000_transmit (struct nic *nic, const char *d, /* Destination */ E1000_WRITE_REG (&hw, TDT, tx_tail); while (!(txp->upper.data & E1000_TXD_STAT_DD)) { udelay(10); /* give the nic a chance to write to the register */ - poll_interruptions(); } DEBUGFUNC("send end"); } |
