From owner-freebsd-current@FreeBSD.ORG Tue Jun 7 05:07:16 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 1846516A458 for ; Tue, 7 Jun 2005 05:07:16 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (berlin-qwest.village.org [168.103.84.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14D6C43D55 for ; Tue, 7 Jun 2005 05:07:14 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j5755JVY090475; Mon, 6 Jun 2005 23:05:20 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 06 Jun 2005 23:06:06 -0600 (MDT) Message-Id: <20050606.230606.29758923.imp@bsdimp.com> To: bms@spc.org From: "M. Warner Losh" In-Reply-To: <20050606133434.GG734@empiric.icir.org> References: <20050606131957.GL41050@obiwan.tataz.chchile.org> <20050606133434.GG734@empiric.icir.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 Cc: freebsd-current@freebsd.org, jeremie@le-hen.org, bana@sitadelle.com Subject: Re: Can't get MAC addr of an ed(4) adapter 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: Tue, 07 Jun 2005 05:07:16 -0000 In message: <20050606133434.GG734@empiric.icir.org> Bruce M Simpson writes: : Clearly something is going wrong when the driver attempts to read the : station address from the onboard PROM. Perhaps something is wrong : with it? It's difficult to tell because the cards are mongrels (NE2000 : clones abound, and the driver tries to be all things to all people). Chances are good I broke it during my ed driver cleanup. Warner