On Tue, 29 Jan 2008 23:59:37 GMT Linux Kernel Mailing List wrote:

> Gitweb:     
> http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5b10ca19ea4859d3884d10a3eb8495de92089792
> Commit:     5b10ca19ea4859d3884d10a3eb8495de92089792
> Parent:     9e97198dbf318be7958b57900d05b37c7e09ad7c
> Author:     Linus Torvalds <[EMAIL PROTECTED]>
> AuthorDate: Wed Jan 30 09:54:54 2008 +1100
> Committer:  Linus Torvalds <[EMAIL PROTECTED]>
> CommitDate: Wed Jan 30 09:54:54 2008 +1100
> 
>     Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e"
>     
>     The new e1000e driver is apparently not yet suitable for general use, so
>     mark it experimental, and re-instate all the PCI-Express device IDs in
>     the old and stable e1000 driver so that people (namely me) can continue
>     to use a driver that actually works.
>     
>     Auke & co have been appraised of the situation.
>     
>     Cc: Auke Kok <[EMAIL PROTECTED]>
>     Cc: Jeff Garzik <[EMAIL PROTECTED]>
>     Cc: David Miller <[EMAIL PROTECTED]>
>     Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

Andrew was concerned about this when the driver was in -mm.
He asked for a patch that would set E1000E to same value as E1000
and I supplied that.  Auke acked it IIRC.  Other people vetoed it.  :(


> ---
>  drivers/net/Kconfig            |    2 +-
>  drivers/net/e1000/e1000_main.c |   27 +++++++++++++++++++++++++++
>  2 files changed, 28 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
> index af40ff4..5a2d1dd 100644
> --- a/drivers/net/Kconfig
> +++ b/drivers/net/Kconfig
> @@ -1992,7 +1992,7 @@ config E1000_DISABLE_PACKET_SPLIT
>  
>  config E1000E
>       tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
> -     depends on PCI
> +     depends on PCI && EXPERIMENTAL
>       ---help---
>         This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
>         ethernet family of adapters. For PCI or PCI-X e1000 adapters,
> diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c
> index 7f5b2ae..3111af6 100644
> --- a/drivers/net/e1000/e1000_main.c
> +++ b/drivers/net/e1000/e1000_main.c
> @@ -73,6 +73,14 @@ static struct pci_device_id e1000_pci_tbl[] = {
>       INTEL_E1000_ETHERNET_DEVICE(0x1026),
>       INTEL_E1000_ETHERNET_DEVICE(0x1027),
>       INTEL_E1000_ETHERNET_DEVICE(0x1028),
> +     INTEL_E1000_ETHERNET_DEVICE(0x1049),
> +     INTEL_E1000_ETHERNET_DEVICE(0x104A),
> +     INTEL_E1000_ETHERNET_DEVICE(0x104B),
> +     INTEL_E1000_ETHERNET_DEVICE(0x104C),
> +     INTEL_E1000_ETHERNET_DEVICE(0x104D),
> +     INTEL_E1000_ETHERNET_DEVICE(0x105E),
> +     INTEL_E1000_ETHERNET_DEVICE(0x105F),
> +     INTEL_E1000_ETHERNET_DEVICE(0x1060),
>       INTEL_E1000_ETHERNET_DEVICE(0x1075),
>       INTEL_E1000_ETHERNET_DEVICE(0x1076),
>       INTEL_E1000_ETHERNET_DEVICE(0x1077),
> @@ -81,9 +89,28 @@ static struct pci_device_id e1000_pci_tbl[] = {
>       INTEL_E1000_ETHERNET_DEVICE(0x107A),
>       INTEL_E1000_ETHERNET_DEVICE(0x107B),
>       INTEL_E1000_ETHERNET_DEVICE(0x107C),
> +     INTEL_E1000_ETHERNET_DEVICE(0x107D),
> +     INTEL_E1000_ETHERNET_DEVICE(0x107E),
> +     INTEL_E1000_ETHERNET_DEVICE(0x107F),
>       INTEL_E1000_ETHERNET_DEVICE(0x108A),
> +     INTEL_E1000_ETHERNET_DEVICE(0x108B),
> +     INTEL_E1000_ETHERNET_DEVICE(0x108C),
> +     INTEL_E1000_ETHERNET_DEVICE(0x1096),
> +     INTEL_E1000_ETHERNET_DEVICE(0x1098),
>       INTEL_E1000_ETHERNET_DEVICE(0x1099),
> +     INTEL_E1000_ETHERNET_DEVICE(0x109A),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10A4),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10A5),
>       INTEL_E1000_ETHERNET_DEVICE(0x10B5),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10B9),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10BA),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10BB),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10BC),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10C4),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10C5),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10D5),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10D9),
> +     INTEL_E1000_ETHERNET_DEVICE(0x10DA),
>       /* required last entry */
>       {0,}
>  };

---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to