cvs commit: src/sys/modules Makefile src/sys/conf NOTES files src/share/man/man4 Makefile fatm.4 natm.4 natmip.4 src/sys/dev/fatm firmware.h if_fatm.c if_fatm_rate.h if_fatmreg.h if_fatmvar.h src/sys/modules/fatm Makefile

Hartmut Brandt harti at FreeBSD.org
Mon Jun 23 07:46:13 PDT 2003


harti       2003/06/23 07:46:12 PDT

  FreeBSD src repository

  Modified files:
    sys/modules          Makefile 
    sys/conf             NOTES files 
    share/man/man4       Makefile natm.4 natmip.4 
  Added files:
    share/man/man4       fatm.4 
    sys/dev/fatm         firmware.h if_fatm.c if_fatm_rate.h 
                         if_fatmreg.h if_fatmvar.h 
    sys/modules/fatm     Makefile 
  Log:
  This is a driver for Fore PCA200E cards that uses busdma and works on
  little endian and big endian and with 32 and 64 bit pointers. It already
  has the hooks to be used for HARP, NATM and ngATM.
  
  Revision  Changes    Path
  1.210     +2 -0      src/share/man/man4/Makefile
  1.1       +106 -0    src/share/man/man4/fatm.4 (new)
  1.13      +1 -0      src/share/man/man4/natm.4
  1.3       +1 -0      src/share/man/man4/natmip.4
  1.1154    +5 -2      src/sys/conf/NOTES
  1.797     +1 -0      src/sys/conf/files
  1.1       +2393 -0   src/sys/dev/fatm/firmware.h (new)
  1.1       +3083 -0   src/sys/dev/fatm/if_fatm.c (new)
  1.1       +294 -0    src/sys/dev/fatm/if_fatm_rate.h (new)
  1.1       +499 -0    src/sys/dev/fatm/if_fatmreg.h (new)
  1.1       +390 -0    src/sys/dev/fatm/if_fatmvar.h (new)
  1.331     +1 -0      src/sys/modules/Makefile
  1.1       +19 -0     src/sys/modules/fatm/Makefile (new)


More information about the cvs-src mailing list