diff options
| author | Michael Brown | 2010-04-19 21:16:01 +0200 |
|---|---|---|
| committer | Michael Brown | 2010-04-20 00:43:39 +0200 |
| commit | 8406115834d38bb743e01f35bfd36e835532415e (patch) | |
| tree | ee1e3106e2cdc645d911ba5643f8414b21fc4c3e /src/drivers/net/e1000 | |
| parent | [eepro100] Remove link-state checking (diff) | |
| download | ipxe-8406115834d38bb743e01f35bfd36e835532415e.tar.gz ipxe-8406115834d38bb743e01f35bfd36e835532415e.tar.xz ipxe-8406115834d38bb743e01f35bfd36e835532415e.zip | |
[build] Rename gPXE to iPXE
Access to the gpxe.org and etherboot.org domains and associated
resources has been revoked by the registrant of the domain. Work
around this problem by renaming project from gPXE to iPXE, and
updating URLs to match.
Also update README, LOG and COPYRIGHTS to remove obsolete information.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/e1000')
| -rw-r--r-- | src/drivers/net/e1000/e1000_api.h | 14 | ||||
| -rw-r--r-- | src/drivers/net/e1000/e1000_main.c | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/drivers/net/e1000/e1000_api.h b/src/drivers/net/e1000/e1000_api.h index d9f13bf0c..07be1ce07 100644 --- a/src/drivers/net/e1000/e1000_api.h +++ b/src/drivers/net/e1000/e1000_api.h @@ -36,15 +36,15 @@ FILE_LICENCE ( GPL2_OR_LATER ); #include <stdio.h> #include <string.h> #include <unistd.h> -#include <gpxe/io.h> +#include <ipxe/io.h> #include <errno.h> #include <byteswap.h> -#include <gpxe/pci.h> -#include <gpxe/malloc.h> -#include <gpxe/if_ether.h> -#include <gpxe/ethernet.h> -#include <gpxe/iobuf.h> -#include <gpxe/netdevice.h> +#include <ipxe/pci.h> +#include <ipxe/malloc.h> +#include <ipxe/if_ether.h> +#include <ipxe/ethernet.h> +#include <ipxe/iobuf.h> +#include <ipxe/netdevice.h> #include "e1000_hw.h" diff --git a/src/drivers/net/e1000/e1000_main.c b/src/drivers/net/e1000/e1000_main.c index 3421ca1b0..fd2c78b90 100644 --- a/src/drivers/net/e1000/e1000_main.c +++ b/src/drivers/net/e1000/e1000_main.c @@ -541,7 +541,7 @@ void e1000_reset ( struct e1000_adapter *adapter ) e1000_init_manageability ( adapter ); } -/** Functions that implement the gPXE driver API **/ +/** Functions that implement the iPXE driver API **/ /** * e1000_close - Disables a network interface |
