Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Feb 2005 16:44:15 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/ed if_ed_pccard.c
Message-ID:  <200502121644.j1CGiFBF001691@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-02-12 16:44:15 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed_pccard.c 
  Log:
  Improve the mining of MAC address from the card:
  o Add a fallback location for the MAC address.  Most of the early ne2000
    PC Cards were built from the same parts, so most of them have the same
    address in the CIS to grab the MAC from.  Use this address as our
    fallback if we don't find anything better.
  o Add printf, in bootverbose, noting the MAC addresses that we find along
    the way.
  
  # Better sanity checking of the MAC address is needed.  Will have to
  # investigate using/creating a centralized function to do this as a number
  # of other PC Card drivers each have their own ad-hoc tests.
  
  Revision  Changes    Path
  1.76      +36 -7     src/sys/dev/ed/if_ed_pccard.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502121644.j1CGiFBF001691>