summaryrefslogtreecommitdiffstats
path: root/qemu/roms/ipxe/src/drivers/net/cs89x0.txt
diff options
context:
space:
mode:
authorRajithaY <rajithax.yerrumsetty@intel.com>2017-04-25 03:31:15 -0700
committerRajitha Yerrumchetty <rajithax.yerrumsetty@intel.com>2017-05-22 06:48:08 +0000
commitbb756eebdac6fd24e8919e2c43f7d2c8c4091f59 (patch)
treeca11e03542edf2d8f631efeca5e1626d211107e3 /qemu/roms/ipxe/src/drivers/net/cs89x0.txt
parenta14b48d18a9ed03ec191cf16b162206998a895ce (diff)
Adding qemu as a submodule of KVMFORNFV
This Patch includes the changes to add qemu as a submodule to kvmfornfv repo and make use of the updated latest qemu for the execution of all testcase Change-Id: I1280af507a857675c7f81d30c95255635667bdd7 Signed-off-by:RajithaY<rajithax.yerrumsetty@intel.com>
Diffstat (limited to 'qemu/roms/ipxe/src/drivers/net/cs89x0.txt')
-rw-r--r--qemu/roms/ipxe/src/drivers/net/cs89x0.txt45
1 files changed, 0 insertions, 45 deletions
diff --git a/qemu/roms/ipxe/src/drivers/net/cs89x0.txt b/qemu/roms/ipxe/src/drivers/net/cs89x0.txt
deleted file mode 100644
index 72b7df28b..000000000
--- a/qemu/roms/ipxe/src/drivers/net/cs89x0.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-/**
- Per an email message from Russ Nelson <nelson@crynwr.com> on
- 18 March 2008 the files cs89x0.[ch] are now licensed under GPL
- Version 2.
-
- From: Russ Nelson <nelson@crynwr.com>
- Date: Tue, 18 Mar 2008 12:42:00 -0400
- Subject: Re: [Etherboot-developers] cs89x0 driver in etherboot
- -- quote from email
- As copyright holder, if I say it doesn't conflict with the GPL,
- then it doesn't conflict with the GPL.
-
- However, there's no point in causing people's brains to overheat,
- so yes, I grant permission for the code to be relicensed under the
- GPLv2. Please make sure that this change in licensing makes its
- way upstream. -russ
- -- quote from email
-**/
-
-Permission is granted to distribute the enclosed cs89x0.[ch] driver
-only in conjunction with the Etherboot package. The code is
-ordinarily distributed under the GPL.
-
-Russ Nelson, January 2000
-
-CREDITS
-
-I want to thank
-
- Mike Cruse <mcruse@cti-ltd.com>
- for providing an evaluation NIC and for sponsoring the
- development of this driver.
-
- Randall Sears <sears@crystal.cirrus.com>
- Deva Bodas <bodas@crystal.cirrus.com>
- Andreas Kraemer <akraemer@crystal.cirrus.com>
- Wolfgang Krause <100303.2673@compuserve.com>
- for excellent technical support and for providing the required
- programming information. I appreciate Crystal Semiconductor's
- commitment towards free software.
-
- Russell Nelson <nelson@crynwr.com>
- for writing the Linux device driver for the CS89x0
- chipset. Russel's code is very well designed and simplified my
- job a lot.