From owner-freebsd-current@FreeBSD.ORG Thu Oct 27 21:27:33 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 56B1B16A41F; Thu, 27 Oct 2005 21:27:33 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A1E443D66; Thu, 27 Oct 2005 21:27:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j9RLPa49045967; Thu, 27 Oct 2005 15:25:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 27 Oct 2005 15:25:37 -0600 (MDT) Message-Id: <20051027.152537.107215203.imp@bsdimp.com> To: blackend@freebsd.org From: "M. Warner Losh" In-Reply-To: <20051027124756.GA943@gothic.blackend.org> References: <20051026.213007.38907217.imp@bsdimp.com> <200510270841.57297.thierry@herbelot.com> <20051027124756.GA943@gothic.blackend.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Thu, 27 Oct 2005 15:25:36 -0600 (MDT) Cc: freebsd-current@freebsd.org, 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 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 21:27:33 -0000 In message: <20051027124756.GA943@gothic.blackend.org> Marc Fonvieille writes: : On Thu, Oct 27, 2005 at 08:41:55AM +0200, Thierry Herbelot wrote: : [...] : > : > 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 : > : : I think I own one of these cards. : Under 4.11-STABLE, I get: : : ed0: port 0xd400-0xd41f irq 12 at device 9.0 on pci0 : ed0: address 52:54:00:eb:96:47, type NE2000 (16 bit) : : ed0@pci0:9:0: class=0x020000 card=0x00000000 chip=0x802910ec rev=0x00 hdr=0x00 : vendor = 'Realtek Semiconductor' : device = 'RTL8029 NE2000 compatible Ethernet' : class = network : subclass = ethernet In the 8019 I have on the SBC, as far as I can tell, the values are in the actual ROM image that's returned. 52:54:4c is RTL, so the above is RT. As soon as I work it out, I'll be exporting this ROM data to userland via a sysctl. Warner