From owner-cvs-src@FreeBSD.ORG  Thu Sep  1 20:08:25 2005
Return-Path: <owner-cvs-src@FreeBSD.ORG>
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 2C49E16A41F;
	Thu,  1 Sep 2005 20:08:25 +0000 (GMT) (envelope-from imp@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A5DDF43D48;
	Thu,  1 Sep 2005 20:08:24 +0000 (GMT) (envelope-from imp@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 j81K8ORA053005;
	Thu, 1 Sep 2005 20:08:24 GMT (envelope-from imp@repoman.freebsd.org)
Received: (from imp@localhost)
	by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j81K8OXG053004;
	Thu, 1 Sep 2005 20:08:24 GMT (envelope-from imp)
Message-Id: <200509012008.j81K8OXG053004@repoman.freebsd.org>
From: Warner Losh <imp@FreeBSD.org>
Date: Thu, 1 Sep 2005 20:08:24 +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/dev/ed if_ed_pccard.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 01 Sep 2005 20:08:25 -0000

imp         2005-09-01 20:08:24 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed_pccard.c 
  Log:
  At some point in the past, we read the PROM by words.  Now we read
  PROM by bytes.  Adjust the extraction of the MAC address from this data
  to reflect this change.
  
  This gets the AX88x90 based PC Cards MAC address working again (my
  UMAX Ethernet and Linksys EC2T cards now work).
  
  MFC After: 3 days
  
  Revision  Changes    Path
  1.87      +2 -6      src/sys/dev/ed/if_ed_pccard.c