summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2000-05-30 19:43:35 +0000
committermickey <mickey@openbsd.org>2000-05-30 19:43:35 +0000
commit77e455e5d85ee3db98b0b8a80bc887a5c2c5ece0 (patch)
tree9266a3248413e9f75431081a28d0119a43d4e350 /sys
parentnew driver for sti graphics. (diff)
downloadwireguard-openbsd-77e455e5d85ee3db98b0b8a80bc887a5c2c5ece0.tar.xz
wireguard-openbsd-77e455e5d85ee3db98b0b8a80bc887a5c2c5ece0.zip
sti
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/conf/files.hppa7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa
index 4e88f4ec882..76c79c0c185 100644
--- a/sys/arch/hppa/conf/files.hppa
+++ b/sys/arch/hppa/conf/files.hppa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.hppa,v 1.24 2000/05/24 20:44:25 mickey Exp $
+# $OpenBSD: files.hppa,v 1.25 2000/05/30 19:43:35 mickey Exp $
#
# hppa-specific configuration info
@@ -98,9 +98,8 @@ 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 needs-flag
+attach sti at mainbus with sti_sgc
+file arch/hppa/dev/sti_sgc.c sti_sgc
###