Skip to content

Commit a88394c

Browse files
author
Jeff Kirsher
committed
ewrk3/tulip: Move the DEC - Tulip drivers
Move the DEC - Tulip driver into drivers/net/ethernet/dec/tulip/ and make the necessary Kconfig and Makefile changes. The Digital Equioment (DEC) driver ewrk3 was moved into drivers/net/ethernet/dec/ and the remaining drivers (Tulip) were moved into drivers/net/ethernet/dec/tulip/ CC: Tobias Ringstrom <tori@unhappy.mine.nu> CC: Grant Grundler <grundler@parisc-linux.org> CC: David Davies <davies@maniac.ultranet.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Grant Grundler <grundler@parisc-linux.org>
1 parent 5ff2241 commit a88394c

27 files changed

+56
-30
lines changed

MAINTAINERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
20732073
L: netdev@vger.kernel.org
20742074
S: Orphan
20752075
F: Documentation/networking/dmfe.txt
2076-
F: drivers/net/tulip/dmfe.c
2076+
F: drivers/net/ethernet/tulip/dmfe.c
20772077

20782078
DC390/AM53C974 SCSI driver
20792079
M: Kurt Garloff <garloff@suse.de>
@@ -6514,7 +6514,7 @@ TULIP NETWORK DRIVERS
65146514
M: Grant Grundler <grundler@parisc-linux.org>
65156515
L: netdev@vger.kernel.org
65166516
S: Maintained
6517-
F: drivers/net/tulip/
6517+
F: drivers/net/ethernet/tulip/
65186518

65196519
TUN/TAP driver
65206520
M: Maxim Krasnyansky <maxk@qualcomm.com>

drivers/net/Kconfig

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,6 @@ config DNET
452452
To compile this driver as a module, choose M here: the module
453453
will be called dnet.
454454

455-
source "drivers/net/tulip/Kconfig"
456-
457455
config AT1700
458456
tristate "AT1700/1720 support (EXPERIMENTAL)"
459457
depends on (ISA || MCA_LEGACY) && EXPERIMENTAL
@@ -494,20 +492,6 @@ config NET_ISA
494492
the remaining ISA network card questions. If you say Y, you will be
495493
asked for your specific card in the following questions.
496494

497-
config EWRK3
498-
tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
499-
depends on NET_ISA
500-
select CRC32
501-
---help---
502-
This driver supports the DE203, DE204 and DE205 network (Ethernet)
503-
cards. If this is for you, say Y and read
504-
<file:Documentation/networking/ewrk3.txt> in the kernel source as
505-
well as the Ethernet-HOWTO, available from
506-
<http://www.tldp.org/docs.html#howto>.
507-
508-
To compile this driver as a module, choose M here. The module
509-
will be called ewrk3.
510-
511495
config ETH16I
512496
tristate "ICL EtherTeam 16i/32 support"
513497
depends on NET_ISA

drivers/net/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ obj-$(CONFIG_SGISEEQ) += sgiseeq.o
106106
obj-$(CONFIG_SGI_O2MACE_ETH) += meth.o
107107
obj-$(CONFIG_AT1700) += at1700.o
108108
obj-$(CONFIG_CPMAC) += cpmac.o
109-
obj-$(CONFIG_EWRK3) += ewrk3.o
110109

111110
obj-$(CONFIG_ETH16I) += eth16i.o
112111
obj-$(CONFIG_EQUALIZER) += eql.o
@@ -147,7 +146,6 @@ obj-$(CONFIG_USB_IPHETH) += usb/
147146
obj-$(CONFIG_USB_CDC_PHONET) += usb/
148147

149148
obj-$(CONFIG_WLAN) += wireless/
150-
obj-$(CONFIG_NET_TULIP) += tulip/
151149
obj-$(CONFIG_HAMRADIO) += hamradio/
152150
obj-$(CONFIG_IRDA) += irda/
153151
obj-$(CONFIG_ETRAX_ETHERNET) += cris/

drivers/net/ethernet/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ source "drivers/net/ethernet/broadcom/Kconfig"
1919
source "drivers/net/ethernet/brocade/Kconfig"
2020
source "drivers/net/ethernet/chelsio/Kconfig"
2121
source "drivers/net/ethernet/cisco/Kconfig"
22+
source "drivers/net/ethernet/dec/Kconfig"
2223
source "drivers/net/ethernet/dlink/Kconfig"
2324
source "drivers/net/ethernet/emulex/Kconfig"
2425
source "drivers/net/ethernet/neterion/Kconfig"

drivers/net/ethernet/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ obj-$(CONFIG_NET_VENDOR_BROADCOM) += broadcom/
1111
obj-$(CONFIG_NET_VENDOR_BROCADE) += brocade/
1212
obj-$(CONFIG_NET_VENDOR_CHELSIO) += chelsio/
1313
obj-$(CONFIG_NET_VENDOR_CISCO) += cisco/
14+
obj-$(CONFIG_NET_VENDOR_DEC) += dec/
1415
obj-$(CONFIG_NET_VENDOR_DLINK) += dlink/
1516
obj-$(CONFIG_NET_VENDOR_EMULEX) += emulex/
1617
obj-$(CONFIG_NET_VENDOR_EXAR) += neterion/

drivers/net/ethernet/dec/Kconfig

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#
2+
# Digital Equipment Inc network device configuration
3+
#
4+
5+
config NET_VENDOR_DEC
6+
bool "Digital Equipment devices"
7+
depends on PCI || EISA || CARDBUS
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 DEC cards. If you say Y, you will be asked for
16+
your specific card in the following questions.
17+
18+
if NET_VENDOR_DEC
19+
20+
config EWRK3
21+
tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
22+
depends on ISA
23+
select CRC32
24+
---help---
25+
This driver supports the DE203, DE204 and DE205 network (Ethernet)
26+
cards. If this is for you, say Y and read
27+
<file:Documentation/networking/ewrk3.txt> in the kernel source as
28+
well as the Ethernet-HOWTO, available from
29+
<http://www.tldp.org/docs.html#howto>.
30+
31+
To compile this driver as a module, choose M here. The module
32+
will be called ewrk3.
33+
34+
source "drivers/net/ethernet/dec/tulip/Kconfig"
35+
36+
endif # NET_VENDOR_DEC

drivers/net/ethernet/dec/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# Makefile for the Digital Equipment Inc. network device drivers.
3+
#
4+
5+
obj-$(CONFIG_EWRK3) += ewrk3.o
6+
obj-$(CONFIG_NET_TULIP) += tulip/
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)