aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net/cs89x0.txt
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2005-03-08 18:53:11 +0000
committerMichael Brown <mcb30@etherboot.org>2005-03-08 18:53:11 +0000
commit3d6123e69ab879c72ff489afc5bf93ef0b7a94ce (patch)
tree9f3277569153a550fa8d81ebd61bd88f266eb8da /src/drivers/net/cs89x0.txt
downloadipxe-3d6123e69ab879c72ff489afc5bf93ef0b7a94ce.tar.gz
Initial revision
Diffstat (limited to 'src/drivers/net/cs89x0.txt')
-rw-r--r--src/drivers/net/cs89x0.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/drivers/net/cs89x0.txt b/src/drivers/net/cs89x0.txt
new file mode 100644
index 000000000..4927641d8
--- /dev/null
+++ b/src/drivers/net/cs89x0.txt
@@ -0,0 +1,26 @@
+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.