summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Miletich2010-01-14 18:23:52 +0100
committerMarty Connor2010-01-14 18:23:52 +0100
commiteebe98ea60cab124e72b57089a61781c9d40a01d (patch)
treed1c4fb59b8dd09ae55075958cddda9641f6368a0
parent[skge] Add driver for skge NICs (diff)
downloadipxe-eebe98ea60cab124e72b57089a61781c9d40a01d.tar.gz
ipxe-eebe98ea60cab124e72b57089a61781c9d40a01d.tar.xz
ipxe-eebe98ea60cab124e72b57089a61781c9d40a01d.zip
[skge] Note correct author of akge driver
The previous [skge] commit should have been recorded as authored by Thomas Miletich <thomas.miletich@gmail.com> I mistakenly committed it improperly after fixing a merge issue. Signed-off-by: Marty Connor <mdc@etherboot.org>
-rwxr-xr-xsrc/drivers/net/skge.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/drivers/net/skge.c b/src/drivers/net/skge.c
index 83c8823d..afe8273e 100755
--- a/src/drivers/net/skge.c
+++ b/src/drivers/net/skge.c
@@ -3,14 +3,15 @@
* Ethernet adapters. Derived from Linux skge driver (v1.13), which was
* based on earlier sk98lin, e100 and FreeBSD if_sk drivers.
*
- * This driver intentionally does not support all the features
- * of the original driver such as link fail-over and link management because
+ * This driver intentionally does not support all the features of the
+ * original driver such as link fail-over and link management because
* those should be done at higher levels.
*
* Copyright (C) 2004, 2005 Stephen Hemminger <shemminger@osdl.org>
*
- * Modified for gPXE, July 2008 by Michael Decker and in
- * December 2009 by Thomas Miletich <thomas.miletich@gmail.com>
+ * Modified for gPXE, July 2008 by Michael Decker <mrd999@gmail.com>
+ * Tested and Modified in December 2009 by
+ * Thomas Miletich <thomas.miletich@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by