summaryrefslogtreecommitdiff
path: root/sys/dev/pci/tga.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/tga.c')
-rw-r--r--sys/dev/pci/tga.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/tga.c b/sys/dev/pci/tga.c
index 01bc6c89d44..80d6ed8b7c5 100644
--- a/sys/dev/pci/tga.c
+++ b/sys/dev/pci/tga.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tga.c,v 1.26 2006/02/16 23:05:46 miod Exp $ */
+/* $OpenBSD: tga.c,v 1.27 2006/11/29 12:13:55 miod Exp $ */
/* $NetBSD: tga.c,v 1.40 2002/03/13 15:05:18 ad Exp $ */
/*
@@ -540,6 +540,7 @@ tgaattach(parent, self, aux)
aa.scrdata = &tga_screenlist;
aa.accessops = &tga_accessops;
aa.accesscookie = sc;
+ aa.defaultscreens = 0;
config_found(self, &aa, wsemuldisplaydevprint);