Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 1999 16:51:53 +0000 (GMT)
From:      Doug Rabson <dfr@nlsystems.com>
To:        alpha@FreeBSD.ORG
Subject:   HEADS UP: New configuration for syscons
Message-ID:  <Pine.BSF.4.01.9901231645500.59627-100000@herring.nlsystems.com>

next in thread | raw e-mail | index | archive | help
I'm just about to commit the changes to make the alpha port use the new
syscons in FreeBSD-current.  You will need to update your kernel
configuration using something similar to the following diff:

Index: GENERIC
===================================================================
RCS file: /home/ncvs/src/sys/alpha/conf/GENERIC,v
retrieving revision 1.14
diff -u -r1.14 GENERIC
--- GENERIC	1999/01/18 20:26:50	1.14
+++ GENERIC	1999/01/23 16:05:29
@@ -78,8 +78,17 @@
 # real time clock
 device		mcclock0 at isa0 port 0x70
 
+controller	atkbdc0	at isa? port IO_KBD
+device		atkbd0	at atkbdc? irq 1
+device		psm0	at atkbdc? irq 12
+
+device		vga0	at isa? port ? conflicts
+
+# splash screen/screen saver
+pseudo-device	splash
+
 # syscons is the default console driver, resembling an SCO console
-device		sc0	at isa0 port "IO_KBD" irq 1
+device		sc0	at isa?
 
 device		sio0	at isa0 port "IO_COM1" irq 4
 device		sio1	at isa0 port "IO_COM2" irq 3 flags 0x50

--
Doug Rabson				Mail:  dfr@nlsystems.com
Nonlinear Systems Ltd.			Phone: +44 181 442 9037




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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9901231645500.59627-100000>