From 8bc3dedf672d83a3c0713c8a2eb1d6633d1372a0 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 12 Jan 2007 22:02:36 +0000 Subject: Keep the wsscreen_descr in the softc, to allow sti of different text resolutions to attach without disturbing each other. --- sys/dev/pci/sti_pci.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/pci/sti_pci.c') 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 #include +#include + #include #include -- cgit v1.2.3