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/rtl818x | |
| 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/rtl818x')
| -rw-r--r-- | src/drivers/net/rtl818x/rtl8180.c | 2 | ||||
| -rw-r--r-- | src/drivers/net/rtl818x/rtl8180_grf5101.c | 6 | ||||
| -rw-r--r-- | src/drivers/net/rtl818x/rtl8180_max2820.c | 6 | ||||
| -rw-r--r-- | src/drivers/net/rtl818x/rtl8180_sa2400.c | 6 | ||||
| -rw-r--r-- | src/drivers/net/rtl818x/rtl8185.c | 2 | ||||
| -rw-r--r-- | src/drivers/net/rtl818x/rtl8185_rtl8225.c | 6 | ||||
| -rw-r--r-- | src/drivers/net/rtl818x/rtl818x.c | 14 | ||||
| -rw-r--r-- | src/drivers/net/rtl818x/rtl818x.h | 6 |
8 files changed, 24 insertions, 24 deletions
diff --git a/src/drivers/net/rtl818x/rtl8180.c b/src/drivers/net/rtl818x/rtl8180.c index 472ea207a..8851d1bfb 100644 --- a/src/drivers/net/rtl818x/rtl8180.c +++ b/src/drivers/net/rtl818x/rtl8180.c @@ -2,7 +2,7 @@ FILE_LICENCE(GPL2_OR_LATER); -#include <gpxe/pci.h> +#include <ipxe/pci.h> REQUIRE_OBJECT(rtl818x); REQUIRE_OBJECT(rtl8180_grf5101); diff --git a/src/drivers/net/rtl818x/rtl8180_grf5101.c b/src/drivers/net/rtl818x/rtl8180_grf5101.c index 036a4f8a3..2b995030c 100644 --- a/src/drivers/net/rtl818x/rtl8180_grf5101.c +++ b/src/drivers/net/rtl818x/rtl8180_grf5101.c @@ -3,7 +3,7 @@ * * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> * - * Modified slightly for gPXE, June 2009 by Joshua Oreman. + * Modified slightly for iPXE, June 2009 by Joshua Oreman. * * Code from the BSD driver and the rtl8181 project have been * very useful to understand certain things @@ -21,8 +21,8 @@ */ #include <unistd.h> -#include <gpxe/pci.h> -#include <gpxe/net80211.h> +#include <ipxe/pci.h> +#include <ipxe/net80211.h> #include "rtl818x.h" diff --git a/src/drivers/net/rtl818x/rtl8180_max2820.c b/src/drivers/net/rtl818x/rtl8180_max2820.c index 7c9495f93..ab380fcc7 100644 --- a/src/drivers/net/rtl818x/rtl8180_max2820.c +++ b/src/drivers/net/rtl818x/rtl8180_max2820.c @@ -3,7 +3,7 @@ * * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> * - * Modified slightly for gPXE, June 2009 by Joshua Oreman. + * Modified slightly for iPXE, June 2009 by Joshua Oreman. * * Code from the BSD driver and the rtl8181 project have been * very useful to understand certain things @@ -21,8 +21,8 @@ */ #include <unistd.h> -#include <gpxe/pci.h> -#include <gpxe/net80211.h> +#include <ipxe/pci.h> +#include <ipxe/net80211.h> #include "rtl818x.h" diff --git a/src/drivers/net/rtl818x/rtl8180_sa2400.c b/src/drivers/net/rtl818x/rtl8180_sa2400.c index bcfd397af..9bd62bed8 100644 --- a/src/drivers/net/rtl818x/rtl8180_sa2400.c +++ b/src/drivers/net/rtl818x/rtl8180_sa2400.c @@ -3,7 +3,7 @@ * * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> * - * Modified slightly for gPXE, June 2009 by Joshua Oreman. + * Modified slightly for iPXE, June 2009 by Joshua Oreman. * * Code from the BSD driver and the rtl8181 project have been * very useful to understand certain things @@ -21,8 +21,8 @@ */ #include <unistd.h> -#include <gpxe/pci.h> -#include <gpxe/net80211.h> +#include <ipxe/pci.h> +#include <ipxe/net80211.h> #include "rtl818x.h" diff --git a/src/drivers/net/rtl818x/rtl8185.c b/src/drivers/net/rtl818x/rtl8185.c index bfa5ab5ce..fd27e5c8c 100644 --- a/src/drivers/net/rtl818x/rtl8185.c +++ b/src/drivers/net/rtl818x/rtl8185.c @@ -2,7 +2,7 @@ FILE_LICENCE(GPL2_OR_LATER); -#include <gpxe/pci.h> +#include <ipxe/pci.h> REQUIRE_OBJECT(rtl818x); REQUIRE_OBJECT(rtl8185_rtl8225); diff --git a/src/drivers/net/rtl818x/rtl8185_rtl8225.c b/src/drivers/net/rtl818x/rtl8185_rtl8225.c index b3fc186c5..50cc84add 100644 --- a/src/drivers/net/rtl818x/rtl8185_rtl8225.c +++ b/src/drivers/net/rtl818x/rtl8185_rtl8225.c @@ -4,7 +4,7 @@ * Copyright 2007 Michael Wu <flamingice@sourmilk.net> * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> * - * Modified slightly for gPXE, June 2009 by Joshua Oreman + * Modified slightly for iPXE, June 2009 by Joshua Oreman * * Based on the r8180 driver, which is: * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. @@ -17,8 +17,8 @@ */ #include <unistd.h> -#include <gpxe/pci.h> -#include <gpxe/net80211.h> +#include <ipxe/pci.h> +#include <ipxe/net80211.h> #include "rtl818x.h" diff --git a/src/drivers/net/rtl818x/rtl818x.c b/src/drivers/net/rtl818x/rtl818x.c index 7c7ca488a..f9a46a2f9 100644 --- a/src/drivers/net/rtl818x/rtl818x.c +++ b/src/drivers/net/rtl818x/rtl818x.c @@ -5,7 +5,7 @@ * Copyright 2007 Michael Wu <flamingice@sourmilk.net> * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> * - * Modified for gPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net> + * Modified for iPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net> * * Based on the r8180 driver, which is: * Copyright 2004-2005 Andrea Merello <andreamrl@tiscali.it>, et al. @@ -24,12 +24,12 @@ FILE_LICENCE(GPL2_ONLY); #include <stdio.h> #include <unistd.h> #include <byteswap.h> -#include <gpxe/iobuf.h> -#include <gpxe/malloc.h> -#include <gpxe/pci.h> -#include <gpxe/net80211.h> -#include <gpxe/netdevice.h> -#include <gpxe/threewire.h> +#include <ipxe/iobuf.h> +#include <ipxe/malloc.h> +#include <ipxe/pci.h> +#include <ipxe/net80211.h> +#include <ipxe/netdevice.h> +#include <ipxe/threewire.h> #include "rtl818x.h" diff --git a/src/drivers/net/rtl818x/rtl818x.h b/src/drivers/net/rtl818x/rtl818x.h index 15821fa9b..4e57d0bd3 100644 --- a/src/drivers/net/rtl818x/rtl818x.h +++ b/src/drivers/net/rtl818x/rtl818x.h @@ -4,7 +4,7 @@ * Copyright 2007 Michael Wu <flamingice@sourmilk.net> * Copyright 2007 Andrea Merello <andreamrl@tiscali.it> * - * Modified for gPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net> + * Modified for iPXE, June 2009, by Joshua Oreman <oremanj@rwcr.net> * * Based on the r8187 driver, which is: * Copyright 2005 Andrea Merello <andreamrl@tiscali.it>, et al. @@ -17,8 +17,8 @@ #ifndef RTL818X_H #define RTL818X_H -#include <gpxe/spi_bit.h> -#include <gpxe/tables.h> +#include <ipxe/spi_bit.h> +#include <ipxe/tables.h> FILE_LICENCE(GPL2_ONLY); |
