Subject: Re: 82541 GI support
To: Mipam <mipam@ibb.net>
From: Harry Waddell <waddell@caravan.com>
List: netbsd-help
Date: 08/03/2004 10:13:15
On Tue, 3 Aug 2004 10:09:42 +0200 (MEST)
Mipam <mipam@ibb.net> wrote:
> Hi,
>
> I bought two intel 82541 GI NIC's, but i noticed 1.6 doesnt support them.
> Are they supported in current or will they be supported in 2.0?
>
> In dmesg this shows up for the two cards.
>
> Intel product 0x1076 (ethernet network) at pci0 dev 10 function 0 not
> configured
> Intel product 0x1076 (ethernet network) at pci0 dev 13 function 0 not
> configured
>
> Bye,
>
> Mipam.
from the source, it looks like it should, but I haven't tested it:
morocco.waddell> grep PCI_PRODUCT_INTEL_82541GI *
if_wm.c: { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82541GI,
if_wm.c: { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82541GI_MOBILE,
pcidevs.h:#define PCI_PRODUCT_INTEL_82541GI 0x1076 /*
i82541GI Gigabit Ethernet */ pcidevs.h:#define
PCI_PRODUCT_INTEL_82541GI_MOBILE 0x1077 /* i82541GI Mobile
Gigabit Ethernet */ pcidevs_data.h: PCI_VENDOR_INTEL,
PCI_PRODUCT_INTEL_82541GI, pcidevs_data.h: PCI_VENDOR_INTEL,
PCI_PRODUCT_INTEL_82541GI_MOBILE,
--
Harry Waddell
Caravan Electronic Publishing
-----------