summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scvidctl.c
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1999-01-19 11:31:22 +0000
committeryokota <yokota@FreeBSD.org>1999-01-19 11:31:22 +0000
commit293d6c3fb6d416ab198f62f042e8400f6dadb734 (patch)
tree3afd1a71d28f2320c4775cad2f0eee29a8aacaec /sys/dev/syscons/scvidctl.c
parent74f1f33e16c6442f35583fc9dad25b4eb21a7d90 (diff)
downloadFreeBSD-src-293d6c3fb6d416ab198f62f042e8400f6dadb734.zip
FreeBSD-src-293d6c3fb6d416ab198f62f042e8400f6dadb734.tar.gz
syscons
- Bring down the splash screen when a vty is opened for the first time. - Make sure the splash screen/screen saver is stopped before switching vtys. - Read and save initial values in the BIOS data area early. VESA BIOS may change BIOS data values when switching modes. - Fix missing '&' operator. - Move ISA specific part of driver initialization to syscons_isa.c. atkbd - kbdtables.h is now in /sys/dev/kbd. all - Adjust for forthcoming alpha port. Submitted by: dfr
Diffstat (limited to 'sys/dev/syscons/scvidctl.c')
-rw-r--r--sys/dev/syscons/scvidctl.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/syscons/scvidctl.c b/sys/dev/syscons/scvidctl.c
index f267e6e..8374028 100644
--- a/sys/dev/syscons/scvidctl.c
+++ b/sys/dev/syscons/scvidctl.c
@@ -23,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: $
+ * $Id: scvidctl.c,v 1.6 1999/01/11 03:18:26 yokota Exp $
*/
#include "sc.h"
@@ -37,7 +37,9 @@
#include <sys/tty.h>
#include <sys/kernel.h>
+#ifdef __i386__
#include <machine/apm_bios.h>
+#endif
#include <machine/console.h>
#include <dev/fb/fbreg.h>
OpenPOWER on IntegriCloud