Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jun 2003 07:28:32 -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 Makefile src/share/man/man4 Makefile utopia.4 src/share/man/man9 Makefile utopia.9 src/include Makefile src/share/man/man7 hier.7 src/etc/mtree BSD.include.dist...
Message-ID:  <200306121428.h5CESWtF028764@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
harti       2003/06/12 07:28:32 PDT

  FreeBSD src repository

  Modified files:
    sys/modules          Makefile 
    share/man/man4       Makefile 
    share/man/man9       Makefile 
    include              Makefile 
    share/man/man7       hier.7 
    etc/mtree            BSD.include.dist 
  Added files:
    share/man/man4       utopia.4 
    share/man/man9       utopia.9 
    sys/modules/utopia   Makefile 
    sys/dev/utopia       idtphy.h suni.h utopia.c utopia.h 
  Log:
  This is a driver for the physical layer chips used in ATM interfaces.
  It currently supports the PMC Sierra Lite, Ultra and 622 chips and
  the IDT 77105. The driver handles media options and state in a consistent
  manner for ATM drivers. The next commit to the midway driver will make
  it use utopia.
  
  Revision  Changes    Path
  1.67      +2 -0      src/etc/mtree/BSD.include.dist
  1.198     +1 -1      src/include/Makefile
  1.207     +1 -0      src/share/man/man4/Makefile
  1.1       +131 -0    src/share/man/man4/utopia.4 (new)
  1.85      +4 -0      src/share/man/man7/hier.7
  1.195     +1 -1      src/share/man/man9/Makefile
  1.1       +305 -0    src/share/man/man9/utopia.9 (new)
  1.1       +119 -0    src/sys/dev/utopia/idtphy.h (new)
  1.1       +1515 -0   src/sys/dev/utopia/suni.h (new)
  1.1       +1082 -0   src/sys/dev/utopia/utopia.c (new)
  1.1       +175 -0    src/sys/dev/utopia/utopia.h (new)
  1.326     +1 -0      src/sys/modules/Makefile
  1.1       +8 -0      src/sys/modules/utopia/Makefile (new)



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