diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1998-03-25 07:55:00 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1998-03-25 07:55:00 +0000 |
commit | ddc8a01cb9f1a4e25776691f1a03fa45034da2ff (patch) | |
tree | 1ef1f8feb840dd14cbab948b6d90ed9e2f46431b /sys/arch/sparc/conf/SUN4 | |
parent | 3edbf78187b27bebe5b6eb6f4bcf60231e84c5e0 (diff) |
Driver for the 8 leds on the back of sun4 machines.
Diffstat (limited to 'sys/arch/sparc/conf/SUN4')
-rw-r--r-- | sys/arch/sparc/conf/SUN4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4 index 5fb14db4a42..3f918a57413 100644 --- a/sys/arch/sparc/conf/SUN4 +++ b/sys/arch/sparc/conf/SUN4 @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4,v 1.19 1998/03/04 19:49:04 johns Exp $ +# $OpenBSD: SUN4,v 1.20 1998/03/25 07:54:52 jason Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -52,6 +52,9 @@ timer0 at obio0 addr 0xef000000 # sun4/300 eeprom0 at obio0 addr 0xf2000000 # sun4/200 eeprom0 at obio0 addr 0x02000000 # sun4/100 +# 8 segment led display on sun4 systems +led0 at mainbus0 # sun4 + # Zilog 8530 serial chips. Each has two-channels. # zs0 is ttya and ttyb. zs1 is the keyboard and mouse. zs0 at obio0 addr 0xf1000000 level 12 flags 0x103 # sun4/200 and sun4/300 |