Browse Source

[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>
tags/v1.0.0-rc1
Thomas Miletich 14 years ago
parent
commit
eebe98ea60
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      src/drivers/net/skge.c

+ 5
- 4
src/drivers/net/skge.c View File

@@ -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

Loading…
Cancel
Save