cvs commit: src/sys/conf files.sparc64 src/sys/sparc64/conf
GENERIC NOTES src/sys/sparc64/fhc clkbrd.c clkbrdreg.h
Marius Strobl
marius at FreeBSD.org
Fri Mar 18 17:04:49 PST 2005
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)
More information about the cvs-src
mailing list