Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 03:42:23 -0700 (PDT)
From:      Doug Rabson <dfr@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13644 for review
Message-ID:  <200206301042.g5UAgNLf016231@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13644

Change 13644 by dfr@dfr_home on 2002/06/30 03:41:22

	Add vga console.

Affected files ...

.. //depot/projects/ia64/sys/ia64/conf/SMALL#12 edit
.. //depot/projects/ia64/sys/ia64/conf/SMALL.hints#2 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/conf/SMALL#12 (text+ko) ====

@@ -34,6 +34,7 @@
 options 	_KPOSIX_PRIORITY_SCHEDULING
 options		CONSPEED=115200
 options 	SMP
+options		BOOTP
 
 # Debugging for use in -current
 options 	DDB
@@ -81,13 +82,13 @@
 device		atkbd
 device		psm
 
-#device		vga
+device		vga
 
 # splash screen/screen saver
 device		splash
 
 # syscons is the default console driver, resembling an SCO console
-#device		sc	1
+device		sc	1
 
 # Serial (COM) ports
 device		sio

==== //depot/projects/ia64/sys/ia64/conf/SMALL.hints#2 (text+ko) ====

@@ -2,3 +2,5 @@
 hint.sio.0.at="isa"
 hint.sio.0.port="0x3F8"
 hint.sio.0.flags="0x10"
+hint.vga.0.at="isa"
+hint.sc.0.at="isa"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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