Subject: Re: New RTL8168 revision(?)
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Dennis den Brok <d.den.brok@uni-bonn.de>
List: tech-kern
Date: 03/18/2007 03:49:45
Ah, yes, sorry. And you're right, IPv6 seems not to work yet. That  
"pci_mem_find: void region" below quite certainly belongs to re(4), also  
(before your patch, there were three such lines).


re0 at pci2 dev 0 function 0pci_mem_find: void region
: RealTek 8168B/8111B PCIe Gigabit Ethernet (rev. 0x01)
re0: interrupting at ioapic0 pin 18 (irq 10)
re0: Unknown revision (0x38400000)
re0: Ethernet address 00:e0:f4:16:cc:e2
re0: using 256 tx descriptors
rgephy0 at re0 phy 7: RTL8169S/8110S 1000BASE-T media interface, rev. 2
rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT,  
1000baseT-FDX, auto
ioapic0: enabling

(I hope this excerpt suffices)


Am 18.03.2007, 01:26 Uhr, schrieb Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>:

> d.den.brok@uni-bonn.de wrote:
>
>> Your patch works very well, thank you!
>> Could you perhaps request that to be pulled up to netbsd-4?
>
> Before that, could you please post your dmesg,
> which should contain "Unknown revision" line?
>
> I'm afraid more tweaks are also needed for newer 8168
> variants otherwise multicast/IPv6 won't work on them.
> ---
> Izumi Tsutsui