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

Warner Losh imp at FreeBSD.org
Fri Sep 9 17:17:56 PDT 2005


imp         2005-09-10 00:17:55 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed_pccard.c 
    sys/dev/pccard       pccarddevs 
  Log:
  MFp4:
  
  Reduce the size of ed a little by removing some CIS based entries (others
  likely can be removed too):
  o The D-Link DFE-670TXD doesn't need its own entry based on strings.
  o The Xircom CompactCard appears to be a TDK design, so list it there by ID
    and remove the strings.
  
  Increase the size of ed a little:
  o Add support for the Addtron AE-660CT and Addtron AE-660.  This is a very
    generic NE-2000 clone (so generic that its CIS tags say NE-2000 generic
    card!).
  
  Revision  Changes    Path
  1.96      +4 -3      src/sys/dev/ed/if_ed_pccard.c
  1.116     +2 -2      src/sys/dev/pccard/pccarddevs


More information about the cvs-src mailing list