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 * - * Modified for gPXE, July 2008 by Michael Decker and in - * December 2009 by Thomas Miletich + * Modified for gPXE, July 2008 by Michael Decker + * Tested and Modified in December 2009 by + * Thomas Miletich * * 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