.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) Freescale Semicondutor, Inc. 2006-2009. All rights reserved. |
---|
3 | 4 | * |
---|
.. | .. |
---|
9 | 10 | * Changelog: |
---|
10 | 11 | * Jun 28, 2006 Li Yang <LeoLi@freescale.com> |
---|
11 | 12 | * - Rearrange code and style fixes |
---|
12 | | - * |
---|
13 | | - * This program is free software; you can redistribute it and/or modify it |
---|
14 | | - * under the terms of the GNU General Public License as published by the |
---|
15 | | - * Free Software Foundation; either version 2 of the License, or (at your |
---|
16 | | - * option) any later version. |
---|
17 | 13 | */ |
---|
18 | 14 | #ifndef __UCC_GETH_H__ |
---|
19 | 15 | #define __UCC_GETH_H__ |
---|
.. | .. |
---|
30 | 26 | |
---|
31 | 27 | #define DRV_DESC "QE UCC Gigabit Ethernet Controller" |
---|
32 | 28 | #define DRV_NAME "ucc_geth" |
---|
33 | | -#define DRV_VERSION "1.1" |
---|
34 | 29 | |
---|
35 | 30 | #define NUM_TX_QUEUES 8 |
---|
36 | 31 | #define NUM_RX_QUEUES 8 |
---|