summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-03 15:15:10 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2001-08-03 15:15:10 +0000
commitddd170dedc3aa5a283ca155d53a50407d8da8150 (patch)
tree6d00621f1c506ca1dee6413c755bea9806f64f76 /sys/conf
parent8613374f8645907a66642485cb30b4d73787b7fa (diff)
proper vga_* handling; pointed out by tholo@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 46ee8ad2fef..ade27a48576 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.217 2001/07/18 12:24:20 art Exp $
+# $OpenBSD: files,v 1.218 2001/08/03 15:15:09 mickey Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -70,8 +70,8 @@ file dev/ic/pcdisplay_chars.c pcdisplayops
# VGA graphics
device vga: wsemuldisplaydev, pcdisplayops
-file dev/ic/vga.c vga & vga_pci needs-flag
-file dev/ic/vga_subr.c vga & vga_pci
+file dev/ic/vga.c vga & (vga_pci | vga_isa) needs-flag
+file dev/ic/vga_subr.c vga & (vga_pci | vga_isa) needs-flag
# Attribute for devices that read/write an IEEE 802.3u MII bus using the
# bit-bang method.