From owner-freebsd-current@FreeBSD.ORG Thu Oct 27 06:42:09 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C0D316A41F for ; Thu, 27 Oct 2005 06:42:09 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id B420843D45 for ; Thu, 27 Oct 2005 06:42:08 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by smtp4-g19.free.fr (Postfix) with ESMTP id 685783DC60 for ; Thu, 27 Oct 2005 08:42:07 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id j9R6g3NO030927 for ; Thu, 27 Oct 2005 08:42:05 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Thu, 27 Oct 2005 08:41:55 +0200 User-Agent: KMail/1.8.2 References: <20051026194801.0625816A421@hub.freebsd.org> <200510262206.12508.thierry@herbelot.com> <20051026.213007.38907217.imp@bsdimp.com> In-Reply-To: <20051026.213007.38907217.imp@bsdimp.com> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200510270841.57297.thierry@herbelot.com> Subject: Re: error messages with ed(4) and current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 06:42:09 -0000 Le Thursday 27 October 2005 05:30, M. Warner Losh a écrit : > In message: <200510262206.12508.thierry@herbelot.com> > > Thierry Herbelot writes: > : then I've got one more bogus NIC on the same machine (this one PCI-based) > : : ed1: flags=8802 mtu 1500 > : ether 52:54:00:e5:36:06 > > Can you send me a dmesg for this board? ed1: 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: 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