Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2005 08:41:55 +0200
From:      Thierry Herbelot <thierry@herbelot.com>
To:        freebsd-current@freebsd.org
Subject:   Re: error messages with ed(4) and current
Message-ID:  <200510270841.57297.thierry@herbelot.com>
In-Reply-To: <20051026.213007.38907217.imp@bsdimp.com>
References:  <20051026194801.0625816A421@hub.freebsd.org> <200510262206.12508.thierry@herbelot.com> <20051026.213007.38907217.imp@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Thursday 27 October 2005 05:30, M. Warner Losh a écrit :
> In message: <200510262206.12508.thierry@herbelot.com>
>
>             Thierry Herbelot <thierry@herbelot.com> writes:
> : then I've got one more bogus NIC on the same machine (this one PCI-based)
> : : ed1: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
> :         ether 52:54:00:e5:36:06
>
> Can you send me a dmesg for this board?

ed1: <RealTek 8029> port 0x1840-0x185f irq 11 at device 14.0 on pci0
ed1: Ethernet address: 52:54:00:e5:36:06
ed1: type RTL8029 (16 bit)

I have also (in the same machine) :
ed0: <RealTek 8029> port 0x1820-0x183f irq 9 at device 13.0 on pci0
ed0: Ethernet address: 00:4f:49:08:17:72
ed0: type RTL8029 (16 bit)
(with a correct MAC address)

pciconf -lv gives :
ed0@pci0:13:0:  class=0x020000 card=0x00000000 chip=0x802910ec rev=0x00 
hdr=0x00
    vendor   = 'Realtek Semiconductor'
    device   = 'RTL8029 NE2000 compatible Ethernet'
    class    = network
    subclass = ethernet
ed1@pci0:14:0:  class=0x020000 card=0x00000000 chip=0x802910ec rev=0x00 
hdr=0x00
    vendor   = 'Realtek Semiconductor'
    device   = 'RTL8029 NE2000 compatible Ethernet'
    class    = network
    subclass = ethernet

        TfH

PS : This how the two "bogus" boards are detected under OpenBSD 3.6 (same 
problematic MAC addresses) :
...
ne3 at pci0 dev 14 function 0 "Realtek 8029" rev 0x00: irq 11
ne3: address 52:54:00:e5:36:06
...
ne1 at isa0 port 0x300/32 irq 10
ne1: NE2000 (RTL8019) Ethernet
ne1: address 52:54:4c:1b:90:1b




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510270841.57297.thierry>