* make meth eht0 on IP32
@ 2005-01-12 20:03 Ilya A. Volynets-Evenbakh
2006-01-16 15:52 ` Martin Michlmayr
0 siblings, 1 reply; 2+ messages in thread
From: Ilya A. Volynets-Evenbakh @ 2005-01-12 20:03 UTC (permalink / raw)
To: linux-mips
meth is built-in ethernet card on O2, and it would make sense for it to be
eth0, even if there is also another network card in PCI slot.
Ilya.
Index: drivers/net/Makefile
===================================================================
RCS file: /home/cvs/linux/drivers/net/Makefile,v
retrieving revision 1.107
diff -u -r1.107 Makefile
--- drivers/net/Makefile 15 Nov 2004 11:49:28 -0000 1.107
+++ drivers/net/Makefile 12 Jan 2005 19:58:47 -0000
@@ -28,6 +28,8 @@
obj-$(CONFIG_MYRI_SBUS) += myri_sbus.o
obj-$(CONFIG_SUNGEM) += sungem.o sungem_phy.o
+obj-$(CONFIG_SGI_O2MACE_ETH) += meth.o
+
obj-$(CONFIG_MACE) += mace.o
obj-$(CONFIG_BMAC) += bmac.o
@@ -125,7 +127,6 @@
obj-$(CONFIG_SUN3LANCE) += sun3lance.o
obj-$(CONFIG_DEFXX) += defxx.o
obj-$(CONFIG_SGISEEQ) += sgiseeq.o
-obj-$(CONFIG_SGI_O2MACE_ETH) += meth.o
obj-$(CONFIG_AT1700) += at1700.o
obj-$(CONFIG_FMV18X) += fmv18x.o
obj-$(CONFIG_EL1) += 3c501.o
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: make meth eht0 on IP32
2005-01-12 20:03 make meth eht0 on IP32 Ilya A. Volynets-Evenbakh
@ 2006-01-16 15:52 ` Martin Michlmayr
0 siblings, 0 replies; 2+ messages in thread
From: Martin Michlmayr @ 2006-01-16 15:52 UTC (permalink / raw)
To: linux-mips
* Ilya A. Volynets-Evenbakh <ilya@total-knowledge.com> [2005-01-12 12:03]:
> meth is built-in ethernet card on O2, and it would make sense for it to be
> eth0, even if there is also another network card in PCI slot.
This sounds like a good idea to me. Can this patch be applied?
> Ilya.
>
> Index: drivers/net/Makefile
> ===================================================================
> RCS file: /home/cvs/linux/drivers/net/Makefile,v
> retrieving revision 1.107
> diff -u -r1.107 Makefile
> --- drivers/net/Makefile 15 Nov 2004 11:49:28 -0000 1.107
> +++ drivers/net/Makefile 12 Jan 2005 19:58:47 -0000
> @@ -28,6 +28,8 @@
> obj-$(CONFIG_MYRI_SBUS) += myri_sbus.o
> obj-$(CONFIG_SUNGEM) += sungem.o sungem_phy.o
>
> +obj-$(CONFIG_SGI_O2MACE_ETH) += meth.o
> +
> obj-$(CONFIG_MACE) += mace.o
> obj-$(CONFIG_BMAC) += bmac.o
>
> @@ -125,7 +127,6 @@
> obj-$(CONFIG_SUN3LANCE) += sun3lance.o
> obj-$(CONFIG_DEFXX) += defxx.o
> obj-$(CONFIG_SGISEEQ) += sgiseeq.o
> -obj-$(CONFIG_SGI_O2MACE_ETH) += meth.o
> obj-$(CONFIG_AT1700) += at1700.o
> obj-$(CONFIG_FMV18X) += fmv18x.o
> obj-$(CONFIG_EL1) += 3c501.o
>
--
Martin Michlmayr
http://www.cyrius.com/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-01-16 15:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-12 20:03 make meth eht0 on IP32 Ilya A. Volynets-Evenbakh
2006-01-16 15:52 ` Martin Michlmayr
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.