cvs commit: src/sys/dev/ed ax88x90reg.h dl100xxreg.h if_ed.c if_ed_pccard.c if_ed_pci.c if_ed_rtl80x9.c if_edreg.h if_edvar.h rtl80x9reg.h tc5299jreg.h src/sys/conf files src/sys/modules/ed Makefile

Warner Losh imp at FreeBSD.org
Sat Oct 8 11:00:42 PDT 2005


imp         2005-10-08 18:00:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/dev/ed           if_ed.c if_ed_pccard.c if_ed_pci.c 
                         if_edreg.h if_edvar.h 
    sys/conf             files 
    sys/modules/ed       Makefile 
  Added files:           (Branch: RELENG_6)
    sys/dev/ed           ax88x90reg.h dl100xxreg.h if_ed_rtl80x9.c 
                         rtl80x9reg.h tc5299jreg.h 
  Log:
  MFC: Bring in support for new PC Card chipset (TC5299J) and old
  ISA/PCI chipset (RTL8019 and RTL8029).  Eliminate ED_NO_MIIBUS option.
  You are now required to have miibus if you have pccard in your kernel
  (but not required if you don't!).  Split out register definitions for
  possible future subsetting.
  
  Approved by: re@ (scottl)
  
  Revision    Changes    Path
  1.1031.2.8  +1 -0      src/sys/conf/files
  1.1.2.1     +38 -0     src/sys/dev/ed/ax88x90reg.h (new)
  1.1.2.1     +42 -0     src/sys/dev/ed/dl100xxreg.h (new)
  1.254.2.4   +11 -92    src/sys/dev/ed/if_ed.c
  1.84.2.2    +342 -66   src/sys/dev/ed/if_ed_pccard.c
  1.43.2.2    +6 -2      src/sys/dev/ed/if_ed_pci.c
  1.1.2.1     +211 -0    src/sys/dev/ed/if_ed_rtl80x9.c (new)
  1.37.2.2    +10 -31    src/sys/dev/ed/if_edreg.h
  1.32.2.2    +5 -5      src/sys/dev/ed/if_edvar.h
  1.1.2.1     +58 -0     src/sys/dev/ed/rtl80x9reg.h (new)
  1.1.2.1     +38 -0     src/sys/dev/ed/tc5299jreg.h (new)
  1.9.2.1     +5 -4      src/sys/modules/ed/Makefile


More information about the cvs-src mailing list