summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brown2006-03-16 19:56:16 +0100
committerMichael Brown2006-03-16 19:56:16 +0100
commitd0777627c68a24df0d6b13d6c5f4300d8f828afe (patch)
treea0fd96c209ce4666954439062f496de0b0f786d7
parentFix to compile under gpxe (diff)
downloadipxe-d0777627c68a24df0d6b13d6c5f4300d8f828afe.tar.gz
ipxe-d0777627c68a24df0d6b13d6c5f4300d8f828afe.tar.xz
ipxe-d0777627c68a24df0d6b13d6c5f4300d8f828afe.zip
Back out duplication arising from the merge
-rw-r--r--src/drivers/net/e1000.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/drivers/net/e1000.c b/src/drivers/net/e1000.c
index 5eab6823e..2eb6b333a 100644
--- a/src/drivers/net/e1000.c
+++ b/src/drivers/net/e1000.c
@@ -3389,25 +3389,6 @@ e1000_sw_init(struct pci_device *pdev, struct e1000_hw *hw)
* Functions not present in the linux driver
******************************************************************************/
-#if 0
-static uint32_t
-e1000_io_read(struct e1000_hw *hw __unused, uint32_t port)
-{
- return inl(port);
-}
-#endif
-
-static void
-e1000_io_write(struct e1000_hw *hw __unused, uint32_t port, uint32_t value)
-{
- outl(value, port);
-}
-
-
-/******************************************************************************
- * Functions not present in the linux driver
- ******************************************************************************/
-
static void fill_rx (void)
{
struct e1000_rx_desc *rd;