Skip to content

Commit 531c4f8

Browse files
author
Jeff Kirsher
committed
acenic: Move the Alteon driver
Based on feedback from Alan Cox, the acenic driver moved to drivers/net/ethernet/alteon/ and made the necessary Kconfig and Makefile changes. CC: Jes Sorensen <[email protected]> CC: Alan Cox <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent cdd80bd commit 531c4f8

File tree

9 files changed

+55
-29
lines changed

9 files changed

+55
-29
lines changed

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ ACENIC DRIVER
213213
M: Jes Sorensen <[email protected]>
214214
215215
S: Maintained
216-
F: drivers/net/ethernet/3com/acenic*
216+
F: drivers/net/ethernet/alteon/acenic*
217217

218218
ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
219219
M: Peter Feuerer <[email protected]>

drivers/net/ethernet/3com/Kconfig

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -117,31 +117,4 @@ config TYPHOON
117117
To compile this driver as a module, choose M here. The module
118118
will be called typhoon.
119119

120-
config ACENIC
121-
tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
122-
depends on PCI
123-
---help---
124-
Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
125-
GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet
126-
adapter. The driver allows for using the Jumbo Frame option (9000
127-
bytes/frame) however it requires that your switches can handle this
128-
as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
129-
line.
130-
131-
To compile this driver as a module, choose M here: the
132-
module will be called acenic.
133-
134-
config ACENIC_OMIT_TIGON_I
135-
bool "Omit support for old Tigon I based AceNICs"
136-
depends on ACENIC
137-
---help---
138-
Say Y here if you only have Tigon II based AceNICs and want to leave
139-
out support for the older Tigon I based cards which are no longer
140-
being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B
141-
version)). This will reduce the size of the driver object by
142-
app. 100KB. If you are not sure whether your card is a Tigon I or a
143-
Tigon II, say N here.
144-
145-
The safe and default value for this is N.
146-
147120
endif # NET_VENDOR_3COM

drivers/net/ethernet/3com/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ obj-$(CONFIG_3C515) += 3c515.o
88
obj-$(CONFIG_PCMCIA_3C589) += 3c589_cs.o
99
obj-$(CONFIG_PCMCIA_3C574) += 3c574_cs.o
1010
obj-$(CONFIG_VORTEX) += 3c59x.o
11-
obj-$(CONFIG_ACENIC) += acenic.o
1211
obj-$(CONFIG_TYPHOON) += typhoon.o

drivers/net/ethernet/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ if ETHERNET
1414
source "drivers/net/ethernet/3com/Kconfig"
1515
source "drivers/net/ethernet/adaptec/Kconfig"
1616
source "drivers/net/ethernet/aeroflex/Kconfig"
17+
source "drivers/net/ethernet/alteon/Kconfig"
1718
source "drivers/net/ethernet/amd/Kconfig"
1819
source "drivers/net/ethernet/apple/Kconfig"
1920
source "drivers/net/ethernet/atheros/Kconfig"

drivers/net/ethernet/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ obj-$(CONFIG_NET_VENDOR_3COM) += 3com/
66
obj-$(CONFIG_NET_VENDOR_8390) += 8390/
77
obj-$(CONFIG_NET_VENDOR_ADAPTEC) += adaptec/
88
obj-$(CONFIG_GRETH) += aeroflex/
9+
obj-$(CONFIG_NET_VENDOR_ALTEON) += alteon/
910
obj-$(CONFIG_NET_VENDOR_AMD) += amd/
1011
obj-$(CONFIG_NET_VENDOR_APPLE) += apple/
1112
obj-$(CONFIG_NET_VENDOR_ATHEROS) += atheros/

drivers/net/ethernet/alteon/Kconfig

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
#
2+
# Alteon network device configuration
3+
#
4+
5+
config NET_VENDOR_ALTEON
6+
bool "Alteon devices"
7+
depends on PCI
8+
---help---
9+
If you have a network (Ethernet) card belonging to this class, say Y
10+
and read the Ethernet-HOWTO, available from
11+
<http://www.tldp.org/docs.html#howto>.
12+
13+
Note that the answer to this question doesn't directly affect the
14+
kernel: saying N will just cause the configurator to skip all
15+
the questions about Alteon cards. If you say Y, you will be asked for
16+
your specific card in the following questions.
17+
18+
if NET_VENDOR_ALTEON
19+
20+
config ACENIC
21+
tristate "Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support"
22+
depends on PCI
23+
---help---
24+
Say Y here if you have an Alteon AceNIC, 3Com 3C985(B), NetGear
25+
GA620, SGI Gigabit or Farallon PN9000-SX PCI Gigabit Ethernet
26+
adapter. The driver allows for using the Jumbo Frame option (9000
27+
bytes/frame) however it requires that your switches can handle this
28+
as well. To enable Jumbo Frames, add `mtu 9000' to your ifconfig
29+
line.
30+
31+
To compile this driver as a module, choose M here: the
32+
module will be called acenic.
33+
34+
config ACENIC_OMIT_TIGON_I
35+
bool "Omit support for old Tigon I based AceNICs"
36+
depends on ACENIC
37+
---help---
38+
Say Y here if you only have Tigon II based AceNICs and want to leave
39+
out support for the older Tigon I based cards which are no longer
40+
being sold (ie. the original Alteon AceNIC and 3Com 3C985 (non B
41+
version)). This will reduce the size of the driver object by
42+
app. 100KB. If you are not sure whether your card is a Tigon I or a
43+
Tigon II, say N here.
44+
45+
The safe and default value for this is N.
46+
47+
endif # NET_VENDOR_ALTEON

drivers/net/ethernet/alteon/Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#
2+
# Makefile for the Alteon network device drivers.
3+
#
4+
5+
obj-$(CONFIG_ACENIC) += acenic.o

0 commit comments

Comments
 (0)