From d09e0745dc1e16ab273c083997d78e65afaad4d8 Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 19 Mar 2005 01:04:48 +0000 Subject: 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 --- sys/sparc64/conf/GENERIC | 1 + sys/sparc64/conf/NOTES | 1 + 2 files changed, 2 insertions(+) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 42224bb..1e642e4 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -127,6 +127,7 @@ device ses # SCSI Environmental Services (and SAF-TE) # Builtin hardware device auxio # auxiliary I/O device +device clkbrd # Clock Board (blinkenlight on Sun Exx00) device genclock # Generic clock interface device eeprom # eeprom (really a front-end for the MK48Txx) device mk48txx # Mostek MK48Txx clocks diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES index 44d2925..45f789f 100644 --- a/sys/sparc64/conf/NOTES +++ b/sys/sparc64/conf/NOTES @@ -50,6 +50,7 @@ device mc146818 # Motorola MC146818 and compatible clocks # device auxio # auxiliary I/O device +device clkbrd # Clock Board (blinkenlight on Sun Exx00) device creator # Creator, Creator3D and Elite3D graphics cards device ofw_console # Open Firmware console device -- cgit v1.1