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 Makefile src/sys/modules/auxio Makefile src/sys/sparc64/conf GENERIC NOTES

Pyun YongHyeon yongari at FreeBSD.org
Wed Nov 24 23:25:59 PST 2004


yongari     2004-11-25 07:25:58 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/conf             files.sparc64 
    sys/modules          Makefile 
    sys/sparc64/conf     GENERIC NOTES 
  Added files:           (Branch: RELENG_5)
    share/man/man4/man4.sparc64 Makefile auxio.4 
    sys/dev/auxio        auxio.c auxioreg.h 
    sys/modules/auxio    Makefile 
  Log:
  MFC auxio(4) to RELENG_5:
    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.
  
  Revision   Changes    Path
  1.1.2.1    +7 -0      src/share/man/man4/man4.sparc64/Makefile (new)
  1.2.2.1    +72 -0     src/share/man/man4/man4.sparc64/auxio.4 (new)
  1.59.2.1   +2 -0      src/sys/conf/files.sparc64
  1.1.2.1    +335 -0    src/sys/dev/auxio/auxio.c (new)
  1.1.2.1    +73 -0     src/sys/dev/auxio/auxioreg.h (new)
  1.393.2.4  +2 -0      src/sys/modules/Makefile
  1.1.2.1    +10 -0     src/sys/modules/auxio/Makefile (new)
  1.78.2.4   +1 -0      src/sys/sparc64/conf/GENERIC
  1.9.2.1    +1 -0      src/sys/sparc64/conf/NOTES


More information about the cvs-src mailing list