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

Pyun YongHyeon yongari at FreeBSD.org
Sat Oct 9 00:31:04 PDT 2004


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


More information about the cvs-all mailing list