LED

Section: Environments, Tables, and Troff Macros (7)
Index Return to Main Contents
 

NAME

led - LED driver for Everex front panel  

DESCRIPTION

This is a driver for the front-panel LEDs on an Everex STEP system. This is an eight-character display, and is normally driven by the BIOS to show the current drive, cylinder, and head being accessed. UNIX bypasses the BIOS entirely, so it freezes shortly after bootup.

This is a simple driver which displays a signon message then accepts calls to write to the LEDs. Normal writes cause the text to scroll across the display.

There is also an ioctl call supported. Function 0 re-displays the signon message and function 1 displays the string pointed to by the third argument, padding to and truncating at 8 characters as necessary.

More than one device is supported in this driver and the default configuration sets up four. Each device may only be opened by one process at a time. When more than one device is opened at the same time the ones with the lower minor number are blocked until they become the highest. This allows something like a clock, for example, to continuously display the time but still allow other processes to take over the display on a temporary basis. When the second process is finished with the device the clock display will resume.

This driver has been tested on an Everex STEP/25 running ESIX 5.4.0.4 beta. Information about the usage of the 8042 UPI has been derived from the Everex STEP 386 Hardware Service and Maintenance Guide, part number KIT 00076-00 (about a hundred bucks from your Authorized Everex dealer).  

FILES

/dev/led
/dev/led1
/dev/led2
/dev/ledclock  

SEE ALSO

ledtime(1)  

AUTHOR

Stephen J. Friedl (fred@mtndew.Tustin.CA.US)
D'Arcy J.M. Cain (darcy@druid.UUCP)  

COPYRIGHT

In the spirit of free interchange of (hopefully) high quality software, this driver is released to the public domain and can be used for any purposes at all, including personal, commercial, military, blackmail, etc.


 

Index

NAME
DESCRIPTION
FILES
SEE ALSO
AUTHOR
COPYRIGHT

This document was created by man2html, using the manual pages.
Time: 06:28:14 GMT, December 12, 2024