mirror of https://github.com/ipxe/ipxe.git
[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>pull/1/head
parent
5264e965ad
commit
eebe98ea60
|
@ -3,14 +3,15 @@
|
||||||
* Ethernet adapters. Derived from Linux skge driver (v1.13), which was
|
* Ethernet adapters. Derived from Linux skge driver (v1.13), which was
|
||||||
* based on earlier sk98lin, e100 and FreeBSD if_sk drivers.
|
* based on earlier sk98lin, e100 and FreeBSD if_sk drivers.
|
||||||
*
|
*
|
||||||
* This driver intentionally does not support all the features
|
* This driver intentionally does not support all the features of the
|
||||||
* of the original driver such as link fail-over and link management because
|
* original driver such as link fail-over and link management because
|
||||||
* those should be done at higher levels.
|
* those should be done at higher levels.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004, 2005 Stephen Hemminger <shemminger@osdl.org>
|
* Copyright (C) 2004, 2005 Stephen Hemminger <shemminger@osdl.org>
|
||||||
*
|
*
|
||||||
* Modified for gPXE, July 2008 by Michael Decker and in
|
* Modified for gPXE, July 2008 by Michael Decker <mrd999@gmail.com>
|
||||||
* December 2009 by Thomas Miletich <thomas.miletich@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
|
* 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
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in New Issue