ewrk3/tulip: Move the DEC - Tulip drivers
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 20 May 2011 14:15:19 +0000 (07:15 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 12 Aug 2011 07:21:25 +0000 (00:21 -0700)
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>
27 files changed:
MAINTAINERS
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/ethernet/Kconfig
drivers/net/ethernet/Makefile
drivers/net/ethernet/dec/Kconfig [new file with mode: 0644]
drivers/net/ethernet/dec/Makefile [new file with mode: 0644]
drivers/net/ethernet/dec/ewrk3.c [moved from drivers/net/ewrk3.c with 100% similarity]
drivers/net/ethernet/dec/ewrk3.h [moved from drivers/net/ewrk3.h with 100% similarity]
drivers/net/ethernet/dec/tulip/21142.c [moved from drivers/net/tulip/21142.c with 100% similarity]
drivers/net/ethernet/dec/tulip/Kconfig [moved from drivers/net/tulip/Kconfig with 96% similarity]
drivers/net/ethernet/dec/tulip/Makefile [moved from drivers/net/tulip/Makefile with 100% similarity]
drivers/net/ethernet/dec/tulip/de2104x.c [moved from drivers/net/tulip/de2104x.c with 100% similarity]
drivers/net/ethernet/dec/tulip/de4x5.c [moved from drivers/net/tulip/de4x5.c with 100% similarity]
drivers/net/ethernet/dec/tulip/de4x5.h [moved from drivers/net/tulip/de4x5.h with 100% similarity]
drivers/net/ethernet/dec/tulip/dmfe.c [moved from drivers/net/tulip/dmfe.c with 100% similarity]
drivers/net/ethernet/dec/tulip/eeprom.c [moved from drivers/net/tulip/eeprom.c with 100% similarity]
drivers/net/ethernet/dec/tulip/interrupt.c [moved from drivers/net/tulip/interrupt.c with 100% similarity]
drivers/net/ethernet/dec/tulip/media.c [moved from drivers/net/tulip/media.c with 100% similarity]
drivers/net/ethernet/dec/tulip/pnic.c [moved from drivers/net/tulip/pnic.c with 100% similarity]
drivers/net/ethernet/dec/tulip/pnic2.c [moved from drivers/net/tulip/pnic2.c with 100% similarity]
drivers/net/ethernet/dec/tulip/timer.c [moved from drivers/net/tulip/timer.c with 100% similarity]
drivers/net/ethernet/dec/tulip/tulip.h [moved from drivers/net/tulip/tulip.h with 100% similarity]
drivers/net/ethernet/dec/tulip/tulip_core.c [moved from drivers/net/tulip/tulip_core.c with 100% similarity]
drivers/net/ethernet/dec/tulip/uli526x.c [moved from drivers/net/tulip/uli526x.c with 100% similarity]
drivers/net/ethernet/dec/tulip/winbond-840.c [moved from drivers/net/tulip/winbond-840.c with 100% similarity]
drivers/net/ethernet/dec/tulip/xircom_cb.c [moved from drivers/net/tulip/xircom_cb.c with 100% similarity]

index 26fa497..fbafbb6 100644 (file)
@@ -2073,7 +2073,7 @@ DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
 L:     netdev@vger.kernel.org
 S:     Orphan
 F:     Documentation/networking/dmfe.txt
-F:     drivers/net/tulip/dmfe.c
+F:     drivers/net/ethernet/tulip/dmfe.c
 
 DC390/AM53C974 SCSI driver
 M:     Kurt Garloff <garloff@suse.de>
@@ -6514,7 +6514,7 @@ TULIP NETWORK DRIVERS
 M:     Grant Grundler <grundler@parisc-linux.org>
 L:     netdev@vger.kernel.org
 S:     Maintained
-F:     drivers/net/tulip/
+F:     drivers/net/ethernet/tulip/
 
 TUN/TAP driver
 M:     Maxim Krasnyansky <maxk@qualcomm.com>
index c8779c1..0cb136c 100644 (file)
@@ -452,8 +452,6 @@ config DNET
          To compile this driver as a module, choose M here: the module
          will be called dnet.
 
-source "drivers/net/tulip/Kconfig"
-
 config AT1700
        tristate "AT1700/1720 support (EXPERIMENTAL)"
        depends on (ISA || MCA_LEGACY) && EXPERIMENTAL
@@ -494,20 +492,6 @@ config NET_ISA
          the remaining ISA network card questions. If you say Y, you will be
          asked for your specific card in the following questions.
 
-config EWRK3
-       tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
-       depends on NET_ISA
-       select CRC32
-       ---help---
-         This driver supports the DE203, DE204 and DE205 network (Ethernet)
-         cards. If this is for you, say Y and read
-         <file:Documentation/networking/ewrk3.txt> in the kernel source as
-         well as the Ethernet-HOWTO, available from
-         <http://www.tldp.org/docs.html#howto>.
-
-         To compile this driver as a module, choose M here. The module
-         will be called ewrk3.
-
 config ETH16I
        tristate "ICL EtherTeam 16i/32 support"
        depends on NET_ISA
index db888b0..8a56733 100644 (file)
@@ -106,7 +106,6 @@ obj-$(CONFIG_SGISEEQ) += sgiseeq.o
 obj-$(CONFIG_SGI_O2MACE_ETH) += meth.o
 obj-$(CONFIG_AT1700) += at1700.o
 obj-$(CONFIG_CPMAC) += cpmac.o
-obj-$(CONFIG_EWRK3) += ewrk3.o
 
 obj-$(CONFIG_ETH16I) += eth16i.o
 obj-$(CONFIG_EQUALIZER) += eql.o
@@ -147,7 +146,6 @@ obj-$(CONFIG_USB_IPHETH)        += usb/
 obj-$(CONFIG_USB_CDC_PHONET)   += usb/
 
 obj-$(CONFIG_WLAN) += wireless/
-obj-$(CONFIG_NET_TULIP) += tulip/
 obj-$(CONFIG_HAMRADIO) += hamradio/
 obj-$(CONFIG_IRDA) += irda/
 obj-$(CONFIG_ETRAX_ETHERNET) += cris/
index 9410f20..ed42850 100644 (file)
@@ -19,6 +19,7 @@ source "drivers/net/ethernet/broadcom/Kconfig"
 source "drivers/net/ethernet/brocade/Kconfig"
 source "drivers/net/ethernet/chelsio/Kconfig"
 source "drivers/net/ethernet/cisco/Kconfig"
+source "drivers/net/ethernet/dec/Kconfig"
 source "drivers/net/ethernet/dlink/Kconfig"
 source "drivers/net/ethernet/emulex/Kconfig"
 source "drivers/net/ethernet/neterion/Kconfig"
index 5d89fd9..3de8249 100644 (file)
@@ -11,6 +11,7 @@ obj-$(CONFIG_NET_VENDOR_BROADCOM) += broadcom/
 obj-$(CONFIG_NET_VENDOR_BROCADE) += brocade/
 obj-$(CONFIG_NET_VENDOR_CHELSIO) += chelsio/
 obj-$(CONFIG_NET_VENDOR_CISCO) += cisco/
+obj-$(CONFIG_NET_VENDOR_DEC) += dec/
 obj-$(CONFIG_NET_VENDOR_DLINK) += dlink/
 obj-$(CONFIG_NET_VENDOR_EMULEX) += emulex/
 obj-$(CONFIG_NET_VENDOR_EXAR) += neterion/
diff --git a/drivers/net/ethernet/dec/Kconfig b/drivers/net/ethernet/dec/Kconfig
new file mode 100644 (file)
index 0000000..40e8df9
--- /dev/null
@@ -0,0 +1,36 @@
+#
+# Digital Equipment Inc network device configuration
+#
+
+config NET_VENDOR_DEC
+       bool "Digital Equipment devices"
+       depends on PCI || EISA || CARDBUS
+       ---help---
+         If you have a network (Ethernet) card belonging to this class, say Y
+         and read the Ethernet-HOWTO, available from
+         <http://www.tldp.org/docs.html#howto>.
+
+         Note that the answer to this question doesn't directly affect the
+         kernel: saying N will just cause the configurator to skip all
+         the questions about DEC cards. If you say Y, you will be asked for
+         your specific card in the following questions.
+
+if NET_VENDOR_DEC
+
+config EWRK3
+       tristate "EtherWORKS 3 (DE203, DE204, DE205) support"
+       depends on ISA
+       select CRC32
+       ---help---
+         This driver supports the DE203, DE204 and DE205 network (Ethernet)
+         cards. If this is for you, say Y and read
+         <file:Documentation/networking/ewrk3.txt> in the kernel source as
+         well as the Ethernet-HOWTO, available from
+         <http://www.tldp.org/docs.html#howto>.
+
+         To compile this driver as a module, choose M here. The module
+         will be called ewrk3.
+
+source "drivers/net/ethernet/dec/tulip/Kconfig"
+
+endif # NET_VENDOR_DEC
diff --git a/drivers/net/ethernet/dec/Makefile b/drivers/net/ethernet/dec/Makefile
new file mode 100644 (file)
index 0000000..1b01ed8
--- /dev/null
@@ -0,0 +1,6 @@
+#
+# Makefile for the Digital Equipment Inc. network device drivers.
+#
+
+obj-$(CONFIG_EWRK3) += ewrk3.o
+obj-$(CONFIG_NET_TULIP) += tulip/
similarity index 96%
rename from drivers/net/tulip/Kconfig
rename to drivers/net/ethernet/dec/tulip/Kconfig
index 1f8d4a8..f6af772 100644 (file)
@@ -2,10 +2,10 @@
 # Tulip family network device configuration
 #
 
-menuconfig NET_TULIP
-       bool "\"Tulip\" family network device support"
-       depends on PCI || EISA || CARDBUS
-       help
+config NET_TULIP
+       bool "DEC - Tulip devices"
+       depends on (PCI || EISA || CARDBUS)
+       ---help---
          This selects the "Tulip" family of EISA/PCI network cards.
 
 if NET_TULIP
@@ -32,7 +32,7 @@ config DE2104X_DSL
        depends on DE2104X
        range 0 31
        default 0
-       help
+       ---help---
          Setting this value allows to align ring buffer descriptors into their
          own cache lines. Value of 4 corresponds to the typical 32 byte line
          (the descriptor is 16 bytes). This is necessary on systems that lack
@@ -59,7 +59,7 @@ config TULIP
 config TULIP_MWI
        bool "New bus configuration (EXPERIMENTAL)"
        depends on TULIP && EXPERIMENTAL
-       help
+       ---help---
          This configures your Tulip card specifically for the card and
          system cache line size type you are using.
 
@@ -70,7 +70,7 @@ config TULIP_MWI
 config TULIP_MMIO
        bool "Use PCI shared mem for NIC registers"
        depends on TULIP
-       help
+       ---help---
          Use PCI shared memory for the NIC registers, rather than going through
          the Tulip's PIO (programmed I/O ports).  Faster, but could produce
          obscure bugs if your mainboard has memory controller timing issues.
@@ -79,7 +79,7 @@ config TULIP_MMIO
 config TULIP_NAPI
        bool "Use RX polling (NAPI)"
        depends on TULIP
-       help
+       ---help---
          NAPI is a new driver API designed to reduce CPU and interrupt load
          when the driver is receiving lots of packets from the card. It is
          still somewhat experimental and thus not yet enabled by default.
@@ -107,7 +107,7 @@ config TULIP_DM910X
 
 config DE4X5
        tristate "Generic DECchip & DIGITAL EtherWORKS PCI/EISA"
-       depends on PCI || EISA
+       depends on (PCI || EISA)
        select CRC32
        ---help---
          This is support for the DIGITAL series of PCI/EISA Ethernet cards.
@@ -126,7 +126,7 @@ config WINBOND_840
        depends on PCI
        select CRC32
        select MII
-       help
+       ---help---
          This driver is for the Winbond W89c840 chip.  It also works with 
          the TX9882 chip on the Compex RL100-ATX board.
          More specific information and updates are available from