Subject: Re: Intel 82543 gig interface
To: None <netbsd-users@NetBSD.org>
From: Avijit Pathania <foulplay@foulplay.org>
List: netbsd-users
Date: 07/22/2003 18:00:05
>
>
>>
>>
>> That won't help.  if_wmreg.h has a bug which prevents the Phy being 
>> found.  The bug has been fixed in -current.
>>
> Thank you. You have hit it on the nail. Updating/patching if_wm.c and 
> if_wmreg.h from the cvs tree, recompile worked.
>
> wm0 at pci1 dev 11 function 0: Intel i82543GC 1000BASE-T Ethernet, rev. 2
> wm0: interrupting at irq 9
> wm0: Ethernet address 00:03:47:e1:38:ff
> makphy0 at wm0 phy 1: Marvell 88E1000 Gigabit PHY, rev. 4
> makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 
> 1000baseT-FDX, auto
>
>
Apologize for replying to my own post, but I spoke to soon. Even though, 
I now have a physical device attached I am not getting a status line 
from the ifconfig output.

Are there any other files that need be brought in from the current?

wm0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        capabilities=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
        enabled=0<>
        address: 00:03:47:e1:38:ff
        media: Ethernet autoselect (none)
        inet 10.0.5.1 netmask 0xffffff00 broadcast 10.0.5.255
        inet6 fe80::203:47ff:fee1:38ff%wm0 prefixlen 64 scopeid 0x1
fxp0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
        address: 00:d0:b7:b8:80:18
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active
        inet 192.168.1.1 netmask 0xffffff00 broadcast 192.168.1.255
        inet6 fe80::2d0:b7ff:feb8:8018%fxp0 prefixlen 64 scopeid 0x   

Thanks