diff options
author | 1999-02-01 00:31:57 +0000 | |
---|---|---|
committer | 1999-02-01 00:31:57 +0000 | |
commit | 3ca6094e6625ec5e7e59556da4c8e22e5b211c88 (patch) | |
tree | 6e6e800ce362ec129fd2b3b64093ff5d075cba28 | |
parent | driver for the 8 serial 1 parallel SUNW,spif board: (diff) | |
download | wireguard-openbsd-3ca6094e6625ec5e7e59556da4c8e22e5b211c88.tar.xz wireguard-openbsd-3ca6094e6625ec5e7e59556da4c8e22e5b211c88.zip |
add support for spif & magma
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 12 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 12 |
2 files changed, 22 insertions, 2 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 ? diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 049a984f250..60d6c5ac46a 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.25 1998/10/19 05:43:30 jason Exp $ +# $OpenBSD: SUN4M,v 1.26 1999/02/01 00:31:57 jason Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -55,6 +55,16 @@ timer0 at obio0 # sun4m zs0 at obio0 # sun4m zs1 at obio0 # sun4m +# 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? + # # Note the flags on the esp entries below, that work around # deficiencies in the current driver: |