mirror of
https://github.com/ipxe/ipxe
synced 2025-12-31 06:49:20 +03:00
[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>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user