Subject: Re: kern/10580: tlp driver doesn't receive on Netgear FX310ta without
To: None <and@genesyslab.com>
From: Krister Walfridsson <cato@df.lth.se>
List: netbsd-bugs
Date: 07/14/2000 12:07:50
On Thu, 13 Jul 2000 and@genesyslab.com wrote:
> >Description:
> card probed correctly (i don't have dmesg but will provide on request)
>
> tlp0 at pci0 dev 9 function 0: Lite-On 82C169 Ethernet, pass 2.0
> tlp0: interrupting at irq 11
>
> trying to access network fails untill tcpdump started,
> with tcpdump card starts working, after stopping tcpdump
> card stops working and nothing helps after that
FWIW, I had the same problem with my card
tlp0 at pci0 dev 20 function 0: Lite-On 82C169 Ethernet, pass 2.0
tlp0: interrupting at irq 10
tlp0: Ethernet address 00:a0:cc:42:1b:2d
ukphy0 at tlp0 phy 1: Generic IEEE 802.3u media interface
ukphy0: BCM5201 10/100 media interface (OUI 0x001018, model 0x0021), rev. 2
ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
but that was solved by the change
cvs rdiff -r1.69 -r1.70 syssrc/sys/dev/ic/tulip.c
/Krister