Module Name:    src
Committed By:   mlelstv
Date:           Sun Jul 13 01:02:20 UTC 2014

Modified Files:
        src/sys/dev/pci: igma.c

Log Message:
The vga driver now detaches wscons.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/pci/igma.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/igma.c
diff -u src/sys/dev/pci/igma.c:1.1 src/sys/dev/pci/igma.c:1.2
--- src/sys/dev/pci/igma.c:1.1	Tue Jan 21 14:52:07 2014
+++ src/sys/dev/pci/igma.c	Sun Jul 13 01:02:20 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: igma.c,v 1.1 2014/01/21 14:52:07 mlelstv Exp $	*/
+/*	$NetBSD: igma.c,v 1.2 2014/07/13 01:02:20 mlelstv Exp $	*/
 
 /*
  * Copyright (c) 2014 Michael van Elst
@@ -21,7 +21,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: igma.c,v 1.1 2014/01/21 14:52:07 mlelstv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: igma.c,v 1.2 2014/07/13 01:02:20 mlelstv Exp $");
 
 #include "vga.h"
 
@@ -383,9 +383,6 @@ igma_attach(device_t parent, device_t se
 
 #if NVGA > 0
 	iaa.iaa_console = vga_cndetach() ? true : false;
-	/* Hack */
-	if (iaa.iaa_console)
-		wsdisplay_cndetach();
 #else
 	iaa.iaa_console = 0;
 #endif

Reply via email to