Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2003 09:12:50 -0700 (PDT)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <200306171612.h5HGCoBZ038497@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306171612.h5HGCoBZ038497>