From: Jeff Garzik <jgarzik@pobox.com>
To: Matti Linnanvuori <mattilinn@gmail.com>
Cc: netdev@vger.kernel.org
Subject: Re: [patch v2] net: add Gigabit Ethernet Switch for PCI driver gesp
Date: Sat, 13 Sep 2008 20:28:59 -0400 [thread overview]
Message-ID: <48CC5ACB.6030203@pobox.com> (raw)
In-Reply-To: <ca0148c30808120512re132edercfebbbd4c97fc2dc@mail.gmail.com>
Matti Linnanvuori wrote:
> From: Matti Linnanvuori <matti.linnanvuori@ascom.com>
>
> Add GESP Gigabit Ethernet Switch for PCI driver.
>
> Signed-off-by: Matti Linnanvuori <matti.linnanvuori@ascom.com>
>
> ---
>
> --- linux-2.6.26/drivers/net/gesp/e1000_82540.c 1970-01-01
> 02:00:00.000000000 +0200
> +++ linux-next/drivers/net/gesp/e1000_82540.c 2008-07-21
> 12:19:29.893549294 +0300
> @@ -0,0 +1,685 @@
> +/*******************************************************************************
> +
> + Intel PRO/1000 Linux driver
> + Copyright(c) 1999 - 2008 Intel Corporation.
> +
> + This program is free software; you can redistribute it and/or modify it
> + under the terms and conditions of the GNU General Public License,
> + version 2, as published by the Free Software Foundation.
> +
> + This program is distributed in the hope it will be useful, but WITHOUT
> + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
> + FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
> + more details.
> +
> + You should have received a copy of the GNU General Public License along with
> + this program; if not, write to the Free Software Foundation, Inc.,
> + 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
> +
> + The full GNU General Public License is included in this distribution in
> + the file called "COPYING".
> +
> + Contact Information:
> + Linux NICS <linux.nics@intel.com>
> + e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
> + Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
> +
> +*******************************************************************************/
> +
> +/* e1000_82540
> + * e1000_82545
> + * e1000_82546
> + * e1000_82545_rev_3
> + * e1000_82546_rev_3
> + */
> +
> +#include "e1000_api.h"
> +
> +static s32 e1000_init_phy_params_82540(struct e1000_hw *hw);
> +static s32 e1000_init_nvm_params_82540(struct e1000_hw *hw);
> +static s32 e1000_init_mac_params_82540(struct e1000_hw *hw);
> +static s32 e1000_adjust_serdes_amplitude_82540(struct e1000_hw *hw);
> +static void e1000_clear_hw_cntrs_82540(struct e1000_hw *hw);
> +static s32 e1000_init_hw_82540(struct e1000_hw *hw);
> +static s32 e1000_reset_hw_82540(struct e1000_hw *hw);
> +static s32 e1000_set_phy_mode_82540(struct e1000_hw *hw);
> +static s32 e1000_set_vco_speed_82540(struct e1000_hw *hw);
> +static s32 e1000_setup_copper_link_82540(struct e1000_hw *hw);
> +static s32 e1000_setup_fiber_serdes_link_82540(struct e1000_hw *hw);
> +static void e1000_power_down_phy_copper_82540(struct e1000_hw *hw);
Need a little bit more information here.
How close is this hardware to e1000?
Is this driver really from Intel, as the contact information implies?
Is there documentation on the hardware anywhere?
next prev parent reply other threads:[~2008-09-14 0:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-21 10:25 [patch] net: add Gigabit Ethernet Switch for PCI driver gesp Matti Linnanvuori
2008-08-07 6:27 ` Jeff Garzik
[not found] ` <ca0148c30808120512re132edercfebbbd4c97fc2dc@mail.gmail.com>
2008-09-14 0:28 ` Jeff Garzik [this message]
2008-09-15 20:16 ` [patch v2] " Brandeburg, Jesse
2008-09-29 11:55 ` Matti Linnanvuori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48CC5ACB.6030203@pobox.com \
--to=jgarzik@pobox.com \
--cc=mattilinn@gmail.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).