|
@@ -3,14 +3,15 @@
|
3
|
3
|
* Ethernet adapters. Derived from Linux skge driver (v1.13), which was
|
4
|
4
|
* based on earlier sk98lin, e100 and FreeBSD if_sk drivers.
|
5
|
5
|
*
|
6
|
|
- * This driver intentionally does not support all the features
|
7
|
|
- * of the original driver such as link fail-over and link management because
|
|
6
|
+ * This driver intentionally does not support all the features of the
|
|
7
|
+ * original driver such as link fail-over and link management because
|
8
|
8
|
* those should be done at higher levels.
|
9
|
9
|
*
|
10
|
10
|
* Copyright (C) 2004, 2005 Stephen Hemminger <shemminger@osdl.org>
|
11
|
11
|
*
|
12
|
|
- * Modified for gPXE, July 2008 by Michael Decker and in
|
13
|
|
- * December 2009 by Thomas Miletich <thomas.miletich@gmail.com>
|
|
12
|
+ * Modified for gPXE, July 2008 by Michael Decker <mrd999@gmail.com>
|
|
13
|
+ * Tested and Modified in December 2009 by
|
|
14
|
+ * Thomas Miletich <thomas.miletich@gmail.com>
|
14
|
15
|
*
|
15
|
16
|
* This program is free software; you can redistribute it and/or modify
|
16
|
17
|
* it under the terms of the GNU General Public License as published by
|