* Re: Note: Atheros ethernet part of compat-wireless too [not found] ` <4B686056.7090405@canonical.com> @ 2010-02-10 18:16 ` Luis R. Rodriguez 2010-02-11 2:22 ` Luis R. Rodriguez 0 siblings, 1 reply; 3+ messages in thread From: Luis R. Rodriguez @ 2010-02-10 18:16 UTC (permalink / raw) To: Tony Espy; +Cc: Ubuntu Kernel Team, netdev On Tue, Feb 2, 2010 at 9:26 AM, Tony Espy <espy@canonical.com> wrote: > Luis R. Rodriguez wrote: >> >> I wanted to let you know I threw in the Atheros ethernet drivers as >> part of compat-wireless. > > Luis -- > > Does this include support for the Atheros AR8152 PCI-E fast ethernet > adapter? Also, what's the lead time for this to land in a "stable" release? Figured I'd give you the heads up that the AR8152 is not supported upstream yet. I just got a tarball of the driver that supports this and AR8151. Here's our current upstream support status table: Driver Model-name vendor:device Type atl1c AR8131 1969:1063 Gigabit Ethernet atl1c AR8132 1969:1062 Fast Ethernet atl1 L1 1969:1048 Gigabit Ethernet atl2 L2 1969:2048 Fast Ethernet atl1e AR8121/AR8113/AR8114 1969:1026 Gigabit/Fast Ethernet(driver check one internal register to see if support gigabit) atl1c AR8151(v1.0) 1969:1073 Gigabit Ethernet(not support in kernel yet) atl1c AR8152(v1.1) 1969:2060 Fast Ethernet(not support in kernel yet) atl1c AR8152(v2.0) 1969:2062 Fast Ethernet(not support in kernel yet) I just updated the PCI ID database accordingly. The driver patches for atl1c might be easy, will take a quick look. FWIW the tarball I will be looking at in a few moments is http://kernel.org/pub/linux/kernel/people/mcgrof/ethernet/AR81Family-linux-v1.0.1.6.tar.bz2 Luis ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Note: Atheros ethernet part of compat-wireless too 2010-02-10 18:16 ` Note: Atheros ethernet part of compat-wireless too Luis R. Rodriguez @ 2010-02-11 2:22 ` Luis R. Rodriguez 2010-02-12 1:09 ` Luis R. Rodriguez 0 siblings, 1 reply; 3+ messages in thread From: Luis R. Rodriguez @ 2010-02-11 2:22 UTC (permalink / raw) To: Tony Espy; +Cc: Ubuntu Kernel Team, netdev On Wed, Feb 10, 2010 at 10:16 AM, Luis R. Rodriguez <mcgrof@gmail.com> wrote: > On Tue, Feb 2, 2010 at 9:26 AM, Tony Espy <espy@canonical.com> wrote: >> Luis R. Rodriguez wrote: >>> >>> I wanted to let you know I threw in the Atheros ethernet drivers as >>> part of compat-wireless. >> >> Luis -- >> >> Does this include support for the Atheros AR8152 PCI-E fast ethernet >> adapter? Also, what's the lead time for this to land in a "stable" release? > > Figured I'd give you the heads up that the AR8152 is not supported > upstream yet. I just got a tarball of the driver that supports this > and AR8151. Here's our current upstream support status table: > > Driver Model-name vendor:device Type > atl1c AR8131 1969:1063 Gigabit Ethernet > atl1c AR8132 1969:1062 Fast Ethernet > atl1 L1 1969:1048 Gigabit Ethernet > atl2 L2 1969:2048 Fast Ethernet > atl1e AR8121/AR8113/AR8114 1969:1026 Gigabit/Fast Ethernet(driver > check one internal register to > see if support gigabit) > atl1c AR8151(v1.0) 1969:1073 Gigabit Ethernet(not support > in kernel yet) > atl1c AR8152(v1.1) 1969:2060 Fast Ethernet(not support > in kernel yet) > atl1c AR8152(v2.0) 1969:2062 Fast Ethernet(not support > in kernel yet) > > I just updated the PCI ID database accordingly. The driver patches for > atl1c might be easy, will take a quick look. FWIW the tarball I will > be looking at in a few moments is > > http://kernel.org/pub/linux/kernel/people/mcgrof/ethernet/AR81Family-linux-v1.0.1.6.tar.bz2 OK I got some patch now, will send an RFT. Luis ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Note: Atheros ethernet part of compat-wireless too 2010-02-11 2:22 ` Luis R. Rodriguez @ 2010-02-12 1:09 ` Luis R. Rodriguez 0 siblings, 0 replies; 3+ messages in thread From: Luis R. Rodriguez @ 2010-02-12 1:09 UTC (permalink / raw) To: Tony Espy; +Cc: netdev, Ubuntu Kernel Team On Wed, Feb 10, 2010 at 6:22 PM, Luis R. Rodriguez <mcgrof@gmail.com> wrote: > On Wed, Feb 10, 2010 at 10:16 AM, Luis R. Rodriguez <mcgrof@gmail.com> wrote: >> On Tue, Feb 2, 2010 at 9:26 AM, Tony Espy <espy@canonical.com> wrote: >>> Luis R. Rodriguez wrote: >>>> >>>> I wanted to let you know I threw in the Atheros ethernet drivers as >>>> part of compat-wireless. >>> >>> Luis -- >>> >>> Does this include support for the Atheros AR8152 PCI-E fast ethernet >>> adapter? Also, what's the lead time for this to land in a "stable" release? >> >> Figured I'd give you the heads up that the AR8152 is not supported >> upstream yet. I just got a tarball of the driver that supports this >> and AR8151. Here's our current upstream support status table: >> >> Driver Model-name vendor:device Type >> atl1c AR8131 1969:1063 Gigabit Ethernet >> atl1c AR8132 1969:1062 Fast Ethernet >> atl1 L1 1969:1048 Gigabit Ethernet >> atl2 L2 1969:2048 Fast Ethernet >> atl1e AR8121/AR8113/AR8114 1969:1026 Gigabit/Fast Ethernet(driver >> check one internal register to >> see if support gigabit) >> atl1c AR8151(v1.0) 1969:1073 Gigabit Ethernet(not support >> in kernel yet) >> atl1c AR8152(v1.1) 1969:2060 Fast Ethernet(not support >> in kernel yet) >> atl1c AR8152(v2.0) 1969:2062 Fast Ethernet(not support >> in kernel yet) >> >> I just updated the PCI ID database accordingly. The driver patches for >> atl1c might be easy, will take a quick look. FWIW the tarball I will >> be looking at in a few moments is >> >> http://kernel.org/pub/linux/kernel/people/mcgrof/ethernet/AR81Family-linux-v1.0.1.6.tar.bz2 > > OK I got some patch now, will send an RFT. This worked for me, so compat-wireless-2.6.34 should get AR8152 PCI-E fast ethernet support as well, assuming of course my patch gets into 2.6.34. Luis -- kernel-team mailing list kernel-team@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/kernel-team ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-12 1:09 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <43e72e891002020915x572a11fcg57f0b9caf7ed08ea@mail.gmail.com> [not found] ` <4B686056.7090405@canonical.com> 2010-02-10 18:16 ` Note: Atheros ethernet part of compat-wireless too Luis R. Rodriguez 2010-02-11 2:22 ` Luis R. Rodriguez 2010-02-12 1:09 ` Luis R. Rodriguez
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).