diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-06-04 03:49:53 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-06-04 03:49:53 +0000 |
commit | 0acba8ce22bbe3733ce30319925ed1c9e82ef28d (patch) | |
tree | af09288ca7e6d056416b8a9473598d49a31e1a8b /sys/arch/pmax/conf/files.pmax | |
parent | 308fec6f79d51d402ad9909290686cee89312a18 (diff) |
LED blinker for the back panel leds on the 2100/3100.
Diffstat (limited to 'sys/arch/pmax/conf/files.pmax')
-rw-r--r-- | sys/arch/pmax/conf/files.pmax | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arch/pmax/conf/files.pmax b/sys/arch/pmax/conf/files.pmax index b482eb9ec9a..bca52fcc1f8 100644 --- a/sys/arch/pmax/conf/files.pmax +++ b/sys/arch/pmax/conf/files.pmax @@ -101,6 +101,11 @@ file arch/pmax/dev/rz.c rz needs-count # Optional device-drivers # +# Back panel LEDS on KN01 boxes +device led +attach led at mainbus +file arch/pmax/dev/led.c led needs-count + # DC7085 (DZ-like four-port serial device) on mainbus on non-IOASIC machines. # For the 3MAX (aka kn02 aka 5k/200) pretend that it's on an ASIC. device dc |