cvs commit: src/sys/dev/ed if_ed_novell.c if_ed_pccard.c if_edreg.h

Warner Losh imp at FreeBSD.org
Fri Feb 11 06:02:28 GMT 2005


imp         2005-02-11 06:02:27 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed_novell.c if_ed_pccard.c if_edreg.h 
  Log:
  Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types.  These cards really
  are NOVELL NE2000 with just a tiny quirk that's non vendor specific.
  Instead, use the chip_type of DL100XX instead.  This is more inline
  with how the AX88190 support was added, and seems a little cleaner.
  
  Revision  Changes    Path
  1.4       +1 -0      src/sys/dev/ed/if_ed_novell.c
  1.73      +5 -4      src/sys/dev/ed/if_ed_pccard.c
  1.34      +3 -4      src/sys/dev/ed/if_edreg.h


More information about the cvs-src mailing list