diff options
author | 2000-05-30 19:43:35 +0000 | |
---|---|---|
committer | 2000-05-30 19:43:35 +0000 | |
commit | 77e455e5d85ee3db98b0b8a80bc887a5c2c5ece0 (patch) | |
tree | 9266a3248413e9f75431081a28d0119a43d4e350 /sys | |
parent | new driver for sti graphics. (diff) | |
download | wireguard-openbsd-77e455e5d85ee3db98b0b8a80bc887a5c2c5ece0.tar.xz wireguard-openbsd-77e455e5d85ee3db98b0b8a80bc887a5c2c5ece0.zip |
sti
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/conf/files.hppa | 7 |
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 ### |