diff options
author | Jason Wright <jason@cvs.openbsd.org> | 1999-02-01 00:31:58 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 1999-02-01 00:31:58 +0000 |
commit | 802db66c0420d268b8613204d5cda21df66b3881 (patch) | |
tree | f108dbe6f42d46e07df0d71f9b4ccdf9add3c475 /sys/arch/sparc/conf/SUN4C | |
parent | cbe48957ed88932051848cb8457ee5f9866baab6 (diff) |
add support for spif & magma
Diffstat (limited to 'sys/arch/sparc/conf/SUN4C')
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 2b77d03a472..d5bc6cec5b2 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4C,v 1.25 1998/10/19 05:43:30 jason Exp $ +# $OpenBSD: SUN4C,v 1.26 1999/02/01 00:31:57 jason Exp $ # $NetBSD: GENERIC,v 1.19 1995/10/08 11:45:39 pk Exp $ machine sparc @@ -88,6 +88,16 @@ zs1 at mainbus0 #zs1 at obio0 addr 0x00000000 level 12 flags 0x103 # 4/100 #zs2 at obio0 addr 0xe0000000 level 12 flags 0x103 +# Magma serial/parallel port devices +magma* at sbus? slot ? offset ? # magma serial cards +mtty* at magma? +mbpp* at magma? + +# SUNW,spif serial/parallel port devices +spif* at sbus? slot ? offset ? # spif serial cards +stty* at spif? +sbpp* at spif? + # FSBE/S or sun4m #espdma0 at sbus0 slot ? offset ? #espdma* at sbus0 slot ? offset ? |