diff options
author | 2000-05-30 19:34:20 +0000 | |
---|---|---|
committer | 2000-05-30 19:34:20 +0000 | |
commit | e250979e2c6efa5e244a7c2da4ab75d01877ee65 (patch) | |
tree | 1e895a8ecf6c56845d0f48acf752ce1bda796398 | |
parent | a few more codes ids from vendor docs (diff) | |
download | wireguard-openbsd-e250979e2c6efa5e244a7c2da4ab75d01877ee65.tar.xz wireguard-openbsd-e250979e2c6efa5e244a7c2da4ab75d01877ee65.zip |
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 |