cvs commit: src/sys/dev/ed ax88x90reg.h dl100xxreg.h if_ed_isa.c if_ed_pccard.c if_ed_pci.c if_ed_rtl80x9.c if_edreg.h if_edvar.h rtl80x9reg.h tc5299jreg.h

Warner Losh imp at FreeBSD.org
Tue Oct 4 22:21:08 PDT 2005


imp         2005-10-05 05:21:08 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed_isa.c if_ed_pccard.c if_ed_pci.c 
                         if_edreg.h if_edvar.h 
  Added files:
    sys/dev/ed           ax88x90reg.h dl100xxreg.h if_ed_rtl80x9.c 
                         rtl80x9reg.h tc5299jreg.h 
  Log:
  MFp4:
          o Add support for Tamarack TC5299J + MII found on SMC 8041TX V.2
            and corega PCCCCTXD
          o Add support for ISA/PCI RTL80[12]9 chips
          o Improve support for the ax88790 based
          o minor code movement
  
  Submitted by: (#2) David Madole
  
  Revision  Changes    Path
  1.1       +38 -0     src/sys/dev/ed/ax88x90reg.h (new)
  1.1       +42 -0     src/sys/dev/ed/dl100xxreg.h (new)
  1.25      +8 -0      src/sys/dev/ed/if_ed_isa.c
  1.105     +179 -34   src/sys/dev/ed/if_ed_pccard.c
  1.47      +6 -2      src/sys/dev/ed/if_ed_pci.c
  1.1       +211 -0    src/sys/dev/ed/if_ed_rtl80x9.c (new)
  1.40      +10 -31    src/sys/dev/ed/if_edreg.h
  1.38      +1 -0      src/sys/dev/ed/if_edvar.h
  1.1       +58 -0     src/sys/dev/ed/rtl80x9reg.h (new)
  1.1       +38 -0     src/sys/dev/ed/tc5299jreg.h (new)


More information about the cvs-all mailing list