diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-08-21 21:42:31 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-08-21 21:42:31 +0000 |
commit | 32233cbea00059b62b2cb41171efdac6f6745e5a (patch) | |
tree | 37f2f466c5efcd89191559c7cae5fb7d17f6a868 /sys/arch/sparc64/conf | |
parent | b7839ed5b9eb410077a97b34afb12d65daa80169 (diff) |
zs and all it's associated stuff (all from NetBSD).. Works on my ultra1,
but still needs tweaks (wedging this into OpenBSD is worse than square
peg in round hole).
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 5 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 7afe28047e0..210fc659cff 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.8 2001/08/21 16:21:47 jason Exp $ +# $OpenBSD: GENERIC,v 1.9 2001/08/21 21:42:30 jason Exp $ # $NetBSD: GENERIC32,v 1.18 2001/07/20 00:07:12 eeh Exp $ machine sparc64 @@ -24,6 +24,9 @@ sbus0 at mainbus0 # Ultra 1 #### Standard system devices -- all required for a given architecture +zs* at sbus? slot ? offset ? +zstty* at zs? channel ? + ## PROM console driver -- if all else fails pcons0 at mainbus0 # PROM console diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 8cbef86eabe..27e97fa55b3 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.7 2001/08/21 16:21:27 jason Exp $ +# $OpenBSD: files.sparc64,v 1.8 2001/08/21 21:42:30 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -49,18 +49,18 @@ file arch/sparc64/sparc64/cpu.c device zs {channel = -1} attach zs at mainbus, sbus file arch/sparc64/dev/zs.c zs needs-flag -file dev/ic/z8530sc.c zs +file arch/sparc64/dev/z8530sc.c zs define zstty {} device zstty: tty attach zstty at zs -file dev/ic/z8530tty.c zstty needs-flag +file arch/sparc64/dev/z8530tty.c zstty needs-flag device kbd attach kbd at zs with kbd_zs attach kbd at zstty -file dev/sun/kbd_zs.c kbd_zs -file dev/sun/kbd.c kbd needs-flag +file arch/sparc64/dev/kbd_zs.c kbd_zs +file arch/sparc64/dev/kbd.c kbd needs-flag file dev/sun/kbd_tables.c kbd file arch/sparc64/dev/kd.c kbd file dev/sun/sunkbd.c kbd needs-flag |