Subject: Re: 82541 GI support
To: Harry Waddell <waddell@caravan.com>
From: Mipam <mipam@ibb.net>
List: netbsd-help
Date: 08/04/2004 10:24:47
On Tue, 3 Aug 2004, Harry Waddell wrote:

> 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,

I installed netbsd-current on another disk in the machine and the cards 
are seen fine indeed. :-) ip4csum tcp/udp4csum enabled, seems to work 
fine. :-) Double happy with this, cause this machine does not serve as 
gateway for my demon dsl connection. Beta or not, it works fine.
Any driver enchancement testing needed? I'm happy to try.
Bye,

Mipam.