From ad56ea87a1570e865d531c5c8a71c55456db9957 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 19 Jan 1999 21:04:22 +0000 Subject: [PATCH] Add note about the need to reconfigure kernel for some new syscons cahnges that kazu-san has committed, culled from his HEADS UP message to -current. --- UPDATING | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index 79f83c84b31c..170de255f57d 100644 --- a/UPDATING +++ b/UPDATING @@ -7,6 +7,12 @@ here, and it only starts on Novemeber 18, 1998. If you have an earlier version of FreeBSD, you are on your own to get to November 18, 1998. +19990119: + More work on the syscons driver has been committed. Since + files moved around, you will need to reconfigure your kernel, + and make clean; make depend before rebuilding the kernel. No + config file changes are needed. + 19990111: New keyboard and video card drivers are introduced as the first stage of console driver reorganization. You are required to @@ -79,4 +85,4 @@ earlier version of FreeBSD, you are on your own to get to November 18, to silence warnings from authentication programs (login, etc). See src/etc/pam.conf for a sample. -$Id: UPDATING,v 1.12 1999/01/14 05:59:52 imp Exp $ +$Id: UPDATING,v 1.13 1999/01/17 17:39:32 imp Exp $