diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-30 19:34:21 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-05-30 19:34:21 +0000 |
commit | 56c836dbc995fa9720d66c1807f5e87cd0374266 (patch) | |
tree | 70d7fb1e4b53fbeeefcd8d1c81a8588812af60bd | |
parent | cd2b7c29c752f8bf374498c9663547bf7882bf40 (diff) |
add sti graphics available in pci and sgc form factors
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4922b098fc1..b38e57b0e06 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.164 2000/05/29 18:04:08 aaron Exp $ +# $OpenBSD: files,v 1.165 2000/05/30 19:34:20 mickey Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -179,6 +179,10 @@ device vgafb: wsdisplaydev file dev/ic/vgafb.c vgafb & (vgafb_isa | vgafb_pci) file dev/ic/font_8x16.c vgafb & (vgafb_isa | vgafb_pci) +# STI (hp graphics) +device sti: wsemuldisplaydev +file dev/ic/sti.c sti & (sti_pci | sti_sgc) needs-flag + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy |