cvs commit: src/sys/dev/ed if_ed_pccard.c

Warner Losh imp at FreeBSD.org
Mon Sep 26 11:27:14 PDT 2005


imp         2005-09-26 18:27:14 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed_pccard.c 
  Log:
  Emit a warning when a card matches multiple entries in our table.  A
  number of cards have been discovered to be matching on the strings of
  the cis rather than manufacturer/product id for cards we already had a
  prod id for.  This is a result of getting the list from the NetBSD
  driver which also includes the OID for the cards where such a
  distinction mattered (since it was tested against the MAC address we
  got from the card).  Since we do not try to match OIDs, we do not need
  the extra entries and they just waste space.
  
  I'm guessing that some of the dlink entires (DE-660, DE-660+) and many
  of the corega cards may fall into this boat and can safely be removed.
  
  Revision  Changes    Path
  1.104     +35 -2     src/sys/dev/ed/if_ed_pccard.c


More information about the cvs-src mailing list