Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2005 01:04:49 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/fhc clkbrd.c clkbrdreg.h
Message-ID:  <200503190104.j2J14nIF055851@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marius      2005-03-19 01:04:49 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.sparc64 
    sys/sparc64/conf     GENERIC NOTES 
  Added files:
    sys/sparc64/fhc      clkbrd.c clkbrdreg.h 
  Log:
  Add a driver for the 'clock-board' device (the clock board is an
  inevitable component in Sun Exx00 machines and provides serial ports,
  NVRAM and TOD amongst others which are handled by uart(4) and eeprom(4)
  respectively). This driver currently only prints out information about
  the chassis on attach and allows to blink the 'Cycling' LED (which is
  duplicated on the front panel) of the clock board just like fhc(4) does
  for the other boards. The device name for the LED is /dev/led/clockboard.
  
  Obtained from:  OpenBSD
  Tested by:      joerg
  
  Revision  Changes    Path
  1.65      +1 -0      src/sys/conf/files.sparc64
  1.92      +1 -0      src/sys/sparc64/conf/GENERIC
  1.17      +1 -0      src/sys/sparc64/conf/NOTES
  1.1       +212 -0    src/sys/sparc64/fhc/clkbrd.c (new)
  1.1       +47 -0     src/sys/sparc64/fhc/clkbrdreg.h (new)



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