mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-03 21:01:50 +00:00
pch_gbe dreiver: chang author
This driver's AUTHOR was changed to "Toshiharu Okada" from "Masayuki Ohtake". I update the Kconfig, renamed "Topcliff" to "EG20T". Signed-off-by: Toshiharu Okada <toshiharu-linux@dsn.okisemi.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d830418e40
commit
a1dcfcb7f2
2 changed files with 6 additions and 6 deletions
|
@ -2543,10 +2543,10 @@ config PCH_GBE
|
||||||
depends on PCI
|
depends on PCI
|
||||||
select MII
|
select MII
|
||||||
---help---
|
---help---
|
||||||
This is a gigabit ethernet driver for Topcliff PCH.
|
This is a gigabit ethernet driver for EG20T PCH.
|
||||||
Topcliff PCH is the platform controller hub that is used in Intel's
|
EG20T PCH is the platform controller hub that is used in Intel's
|
||||||
general embedded platform.
|
general embedded platform.
|
||||||
Topcliff PCH has Gigabit Ethernet interface.
|
EG20T PCH has Gigabit Ethernet interface.
|
||||||
Using this interface, it is able to access system devices connected
|
Using this interface, it is able to access system devices connected
|
||||||
to Gigabit Ethernet.
|
to Gigabit Ethernet.
|
||||||
This driver enables Gigabit Ethernet function.
|
This driver enables Gigabit Ethernet function.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 1999 - 2010 Intel Corporation.
|
* Copyright (C) 1999 - 2010 Intel Corporation.
|
||||||
* Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD.
|
* Copyright (C) 2010 OKI SEMICONDUCTOR CO., LTD.
|
||||||
*
|
*
|
||||||
* This code was derived from the Intel e1000e Linux driver.
|
* This code was derived from the Intel e1000e Linux driver.
|
||||||
*
|
*
|
||||||
|
@ -2464,8 +2464,8 @@ static void __exit pch_gbe_exit_module(void)
|
||||||
module_init(pch_gbe_init_module);
|
module_init(pch_gbe_init_module);
|
||||||
module_exit(pch_gbe_exit_module);
|
module_exit(pch_gbe_exit_module);
|
||||||
|
|
||||||
MODULE_DESCRIPTION("OKI semiconductor PCH Gigabit ethernet Driver");
|
MODULE_DESCRIPTION("EG20T PCH Gigabit ethernet Driver");
|
||||||
MODULE_AUTHOR("OKI semiconductor, <masa-korg@dsn.okisemi.com>");
|
MODULE_AUTHOR("OKI SEMICONDUCTOR, <toshiharu-linux@dsn.okisemi.com>");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_VERSION(DRV_VERSION);
|
MODULE_VERSION(DRV_VERSION);
|
||||||
MODULE_DEVICE_TABLE(pci, pch_gbe_pcidev_id);
|
MODULE_DEVICE_TABLE(pci, pch_gbe_pcidev_id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue