Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 10:02:35 +0100 (BST)
From:      Doug Rabson <dfr@nlsystems.com>
To:        stable@freebsd.org
Subject:   HEADS UP: Config files for FreeBSD/alpha need changing
Message-ID:  <Pine.BSF.4.05.9905071000430.411-100000@herring.nlsystems.com>

next in thread | raw e-mail | index | archive | help
I've just merged the alpha support for the new syscons driver into STABLE.
This requires the following change to kernel config files to ensure that
the console continues to work:

Index: GENERIC
===================================================================
RCS file: /home/ncvs/src/sys/alpha/conf/GENERIC,v
retrieving revision 1.14.2.4
diff -u -r1.14.2.4 GENERIC
--- GENERIC	1999/04/08 17:45:22	1.14.2.4
+++ GENERIC	1999/05/05 19:06:13
@@ -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-stable" 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.05.9905071000430.411-100000>