summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1999-02-01 13:09:52 +0000
committerJason Wright <jason@cvs.openbsd.org>1999-02-01 13:09:52 +0000
commit6d654170d7ad467d265c453859d084f89a594629 (patch)
treeb2f9df723e3106bd817e278efa935148f65111bc
parent06d707afed99790ca02996fd2b3c7c0b89627029 (diff)
missed in spif driver addition; spotted by fries
-rw-r--r--sys/arch/sparc/conf/files.sparc10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/arch/sparc/conf/files.sparc b/sys/arch/sparc/conf/files.sparc
index 79e40275941..97299e6a93b 100644
--- a/sys/arch/sparc/conf/files.sparc
+++ b/sys/arch/sparc/conf/files.sparc
@@ -1,4 +1,4 @@
-# $OpenBSD: files.sparc,v 1.25 1998/12/29 09:33:35 deraadt Exp $
+# $OpenBSD: files.sparc,v 1.26 1999/02/01 13:09:51 jason Exp $
# $NetBSD: files.sparc,v 1.44 1997/08/31 21:29:16 pk Exp $
# @(#)files.sparc 8.1 (Berkeley) 7/19/93
@@ -288,6 +288,14 @@ device mbpp
attach mbpp at magma
file arch/sparc/dev/magma.c magma | mtty | mbpp needs-flag
+device spif {}
+attach spif at sbus
+device stty
+attach stty at spif
+device sbpp
+attach sbpp at spif
+file arch/sparc/dev/spif.c spif | stty | sbpp needs-flag
+
device bpp {}
attach bpp at sbus
file arch/sparc/dev/bpp.c bpp needs-flag