summaryrefslogtreecommitdiff
path: root/sys/dev/pci/sti_pci.c
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2007-01-12 22:02:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2007-01-12 22:02:36 +0000
commit8bc3dedf672d83a3c0713c8a2eb1d6633d1372a0 (patch)
tree4e33275ffa8695d6c838b6c53fe3f08bc2fd24f9 /sys/dev/pci/sti_pci.c
parentae4f44026a982e17a006294f4d27e8a16032364e (diff)
Keep the wsscreen_descr in the softc, to allow sti of different text
resolutions to attach without disturbing each other.
Diffstat (limited to 'sys/dev/pci/sti_pci.c')
-rw-r--r--sys/dev/pci/sti_pci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/sti_pci.c b/sys/dev/pci/sti_pci.c
index 011adf00523..c527388eb67 100644
--- a/sys/dev/pci/sti_pci.c
+++ b/sys/dev/pci/sti_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sti_pci.c,v 1.4 2007/01/11 22:06:40 miod Exp $ */
+/* $OpenBSD: sti_pci.c,v 1.5 2007/01/12 22:02:35 miod Exp $ */
/*
* Copyright (c) 2006, 2007 Miodrag Vallat.
@@ -25,6 +25,8 @@
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
+#include <dev/wscons/wsdisplayvar.h>
+
#include <dev/ic/stireg.h>
#include <dev/ic/stivar.h>