From owner-cvs-src@FreeBSD.ORG Thu Dec 22 16:18:24 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FEDF16A41F; Thu, 22 Dec 2005 16:18:24 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A098F43D46; Thu, 22 Dec 2005 16:18:23 +0000 (GMT) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBMGINVY024072; Thu, 22 Dec 2005 16:18:23 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBMGINcr024071; Thu, 22 Dec 2005 16:18:23 GMT (envelope-from jhb) Message-Id: <200512221618.jBMGINcr024071@repoman.freebsd.org> From: John Baldwin Date: Thu, 22 Dec 2005 16:18:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pci if_de.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Dec 2005 16:18:24 -0000 jhb 2005-12-22 16:18:23 UTC FreeBSD src repository Modified files: sys/pci if_de.c Log: Use the copy of the card's MAC address saved in tulip_enaddr() in the softc if we need a valid MAC address (for probing the media for example) before ether_ifattach() has been called since IF_LLADDR() is NULL then. Tested by: tisco Revision Changes Path 1.178 +12 -3 src/sys/pci/if_de.c