Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2003 11:13:36 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30856 for review
Message-ID:  <200305091813.h49IDaMZ077484@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30856

Change 30856 by peter@peter_daintree on 2003/05/09 11:12:41

	Turn syscons back on.  It works as a console now and can
	do the keyboard probe thing like i386 does.

Affected files ...

.. //depot/projects/hammer/sys/amd64/conf/GENERIC#6 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/conf/GENERIC#6 (text+ko) ====

@@ -53,16 +53,16 @@
 options	KTRACE
 
 # atkbdc0 controls both the keyboard and the PS/2 mouse
-#device		atkbdc		# AT keyboard controller
-#device		atkbd		# AT keyboard
-#device		psm		# PS/2 mouse
+device		atkbdc		# AT keyboard controller
+device		atkbd		# AT keyboard
+device		psm		# PS/2 mouse
 
-#device		vga		# VGA video card driver
+device		vga		# VGA video card driver
 
-#device		splash		# Splash screen and screen saver support
+device		splash		# Splash screen and screen saver support
 
 # syscons is the default console driver, resembling an SCO console
-#device		sc
+device		sc
 
 #device		agp		# support several AGP chipsets
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305091813.h49IDaMZ077484>