[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1183238694.9055.10.camel@blaa>
Date: Sat, 30 Jun 2007 22:24:53 +0100
From: Mark McLoughlin <markmc@...hat.com>
To: "Kok, Auke" <auke-jan.h.kok@...el.com>
Cc: Jason Lunz <lunz@...lexsecurity.com>,
e1000-devel@...ts.sourceforge.net, netdev@...r.kernel.org,
Jeff Garzik <jeff@...zik.org>
Subject: Re: e1000: backport ich9 support from 7.5.5 ?
Hi Auke,
On Fri, 2007-06-29 at 12:51 -0700, Kok, Auke wrote:
> Jason Lunz wrote:
> > On Fri, Jun 29, 2007 at 06:29:18PM +0100, Mark McLoughlin wrote:
> >> I understand there is some delay in getting e1000-7.5.5 into the
> >> upstream kernel given the major re-working of the chipset specific
> >> parts.
> >>
> >> I wonder would it be feasible in the meantime to backport the ich9
> >> support and push it upstream?
> >
> > seconded - this driver reorg has been holding back support for the
> > newest e1000 hardware since at least 2.6.20, and I haven't seen any
> > indication that the 7.5.5 e1000 driver will even be added to 2.6.23.
>
> I disagree, we should not break the current e1000 driver in the kernel while
> there is a new driver coming up that introduces ich9 support without breaking
> (the old e1000) support for all other devices. This is why we want to drop a new
> version of the e1000 driver upstream instead, and put all newer devices in that
> driver.
Clearly some major changes are happening around e1000, but the point
I'm making is that ich9 support, in particular, doesn't need to be held
hostage to these longer term changes. I think the backport shows that:
- ich9 differs only very slightly from ich8, which is already
supported upstream. The patch largely consists of:
- if (hw->mac_type == e1000_ich8lan)
+ if (hw->mac_type == e1000_ich8lan || hw->mac_type == e1000_ich9lan)
- adding ich9 support is very unlikely to affect support for any
other chipsets
Thanks,
Mark.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists