PERFORCE change 30856 for review
Peter Wemm
peter at FreeBSD.org
Fri May 9 11:13:39 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30856
Change 30856 by peter at 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
More information about the p4-projects
mailing list