summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1999-11-26 17:04:08 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1999-11-26 17:04:08 +0000
commitfa2d868764429183a8a52c86ff13aaf93bd2db6f (patch)
treec40b64f8043b9ec84f466d96cc74b6980a4ce5a0 /sys/arch
parent5aa9f85ae50bcd18e4b11f5825ea50d8a37beb8f (diff)
enable sti graphics, which seems to map rom ok now; also machdep.c needs sti.h
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/hppa/conf/files.hppa8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa
index cbbfbfd2069..8dfd1b963ad 100644
--- a/sys/arch/hppa/conf/files.hppa
+++ b/sys/arch/hppa/conf/files.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa,v 1.17 1999/11/25 19:24:38 mickey Exp $
+# $OpenBSD: files.hppa,v 1.18 1999/11/26 17:04:07 mickey Exp $
#
# hppa-specific configuration info
@@ -97,9 +97,9 @@ device dino: pcibus
attach dino at mainbus
file arch/hppa/dev/dino.c dino
-#device sti: wsemuldisplaydev
-#attach sti at mainbus
-#file arch/hppa/dev/sti.c sti
+device sti # : wsemuldisplaydev
+attach sti at mainbus
+file arch/hppa/dev/sti.c sti needs-flag
###