| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * drivers/net/ethernet/ibm/emac/phy.h |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 12 | 13 | * February 2003 |
|---|
| 13 | 14 | * |
|---|
| 14 | 15 | * Minor additions by Eugene Surovegin <ebs@ebshome.net>, 2004 |
|---|
| 15 | | - * |
|---|
| 16 | | - * This program is free software; you can redistribute it and/or modify it |
|---|
| 17 | | - * under the terms of the GNU General Public License as published by the |
|---|
| 18 | | - * Free Software Foundation; either version 2 of the License, or (at your |
|---|
| 19 | | - * option) any later version. |
|---|
| 20 | 16 | * |
|---|
| 21 | 17 | * This file basically duplicates sungem_phy.{c,h} with different PHYs |
|---|
| 22 | 18 | * supported. I'm looking into merging that in a single mii layer more |
|---|