cvs commit: src/sys/modules/hatm Makefile src/sys/modules Makefile src/sys/conf NOTES files src/sys/dev/hatm if_hatm.c if_hatm_intr.c if_hatm_ioctl.c if_hatm_rx.c if_hatm_tx.c if_hatmconf.h if_hatmreg.h if_hatmvar.h

Hartmut Brandt harti at FreeBSD.org
Tue Jun 17 09:12:51 PDT 2003


harti       2003/06/17 09:12:50 PDT

  FreeBSD src repository

  Modified files:
    sys/modules          Makefile 
    sys/conf             NOTES files 
  Added files:
    sys/modules/hatm     Makefile 
    sys/dev/hatm         if_hatm.c if_hatm_intr.c if_hatm_ioctl.c 
                         if_hatm_rx.c if_hatm_tx.c if_hatmconf.h 
                         if_hatmreg.h if_hatmvar.h 
  Log:
  This is a driver for Fore/Marconi HE155 and HE622 ATM cards. It is full
  busdma and has extensively been tested on i386 and sparc64.
  
  Revision  Changes    Path
  1.1152    +5 -0      src/sys/conf/NOTES
  1.794     +5 -0      src/sys/conf/files
  1.1       +2382 -0   src/sys/dev/hatm/if_hatm.c (new)
  1.1       +681 -0    src/sys/dev/hatm/if_hatm_intr.c (new)
  1.1       +486 -0    src/sys/dev/hatm/if_hatm_ioctl.c (new)
  1.1       +324 -0    src/sys/dev/hatm/if_hatm_rx.c (new)
  1.1       +780 -0    src/sys/dev/hatm/if_hatm_tx.c (new)
  1.1       +104 -0    src/sys/dev/hatm/if_hatmconf.h (new)
  1.1       +641 -0    src/sys/dev/hatm/if_hatmreg.h (new)
  1.1       +619 -0    src/sys/dev/hatm/if_hatmvar.h (new)
  1.330     +1 -0      src/sys/modules/Makefile
  1.1       +21 -0     src/sys/modules/hatm/Makefile (new)


More information about the cvs-src mailing list