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

Warner Losh imp at FreeBSD.org
Wed Feb 9 06:03:37 GMT 2005


imp         2005-02-09 06:03:36 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed_pccard.c 
  Log:
  o Remove duplicate LINKSYS ETHERFAST entry.
  o The COMBO_ECARD comes in many flavors, it seems, so probe both the DL10019
    and the AX88x90 on it.  Since this seems to work with no ill effects, maybe
    the probing should happen more generally rather than being table driven.
    Need to think more about this.
  o Remove PCM100 because it is duplicative (the ETHERFAST is the pcm100 and
    apparently has the same IDs).  It was here for NetBSD because they match
    up an expected MAC address OID, but since we don't bother with that, we
    don't need to be so finely discriminating.
  o Minor style nit.
  
  Revision  Changes    Path
  1.72      +3 -4      src/sys/dev/ed/if_ed_pccard.c


More information about the cvs-all mailing list