summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1993-09-29 22:15:53 +0000
committerdg <dg@FreeBSD.org>1993-09-29 22:15:53 +0000
commit9129d383e0b62ffe174dff764d22fd237eeb215e (patch)
treeba1737c3086715d73758eafe14e26d242ae13074 /sys/dev/ed
parentb88b0732c031250ab790d6523339cbb7a0f024fc (diff)
downloadFreeBSD-src-9129d383e0b62ffe174dff764d22fd237eeb215e.zip
FreeBSD-src-9129d383e0b62ffe174dff764d22fd237eeb215e.tar.gz
* Revision 2.3 93/09/29 15:10:16 davidg
* credit Charles Hannum
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 47eca4e..7fdb618 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -12,15 +12,23 @@
* Currently supports the Western Digital/SMC 8003 and 8013 series,
* the 3Com 3c503, the NE1000 and NE2000, and a variety of similar
* clones.
+ *
+ * Thanks to Charles Hannum for proving to me with example code that the
+ * NE1000/2000 support could be added with minimal impact. Without
+ * this, I wouldn't have proceeded in this direction.
+ *
*/
/*
- * $Id: if_ed.c,v 2.2 93/09/29 13:23:25 davidg Exp Locker: davidg $
+ * $Id: if_ed.c,v 2.3 93/09/29 15:10:16 davidg Exp Locker: davidg $
*/
/*
* Modification history
*
+ * Revision 2.3 93/09/29 15:10:16 davidg
+ * credit Charles Hannum
+ *
* Revision 2.2 93/09/29 13:23:25 davidg
* added no multi-buffer override for 3c503
*
OpenPOWER on IntegriCloud