david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Back out duplication arising from the merge

This commit is contained in:
Michael Brown 2006-03-16 18:56:16 +00:00
parent c4f25b637c
commit d0777627c6
1 changed files with 0 additions and 19 deletions

View File

@ -3385,25 +3385,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
******************************************************************************/