Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2004 07:31:03 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4/man4.sparc64 Makefile auxio.4 src/sys/conf files.sparc64 src/sys/dev/auxio auxio.c auxioreg.h src/sys/modules/auxio Makefile src/sys/modules Makefile src/sys/sparc64/conf GENERIC NOTES
Message-ID:  <200410090731.i997V4Hp074292@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yongari     2004-10-09 07:31:03 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.sparc64 
    sys/modules          Makefile 
    sys/sparc64/conf     GENERIC NOTES 
  Added files:
    share/man/man4/man4.sparc64 Makefile auxio.4 
    sys/dev/auxio        auxio.c auxioreg.h 
    sys/modules/auxio    Makefile 
  Log:
  Port NetBSD auxio driver. The driver was modified to use led(4) and can
  be used to announce various system activity.
  The auxio device provides auxiliary I/O functions and is found on various
  SBus/EBus UltraSPARC models. At present, only front panel LED is
  controlled by this driver.
  
  Approved by:    jake (mentor)
  Reviewed by:    joerg
  Tested by:      joerg
  
  Revision  Changes    Path
  1.1       +7 -0      src/share/man/man4/man4.sparc64/Makefile (new)
  1.1       +70 -0     src/share/man/man4/man4.sparc64/auxio.4 (new)
  1.60      +2 -0      src/sys/conf/files.sparc64
  1.1       +335 -0    src/sys/dev/auxio/auxio.c (new)
  1.1       +73 -0     src/sys/dev/auxio/auxioreg.h (new)
  1.402     +2 -0      src/sys/modules/Makefile
  1.1       +10 -0     src/sys/modules/auxio/Makefile (new)
  1.82      +1 -0      src/sys/sparc64/conf/GENERIC
  1.10      +1 -0      src/sys/sparc64/conf/NOTES



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