Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 1996 09:58:29 +0800
From:      Peter Wemm <peter@spinner.dialix.com>
To:        Steve Passe <smp@csn.net>
Cc:        freebsd-smp@freebsd.org
Subject:   Re: Merge is ready. 
Message-ID:  <199611250158.JAA03673@spinner.DIALix.COM>
In-Reply-To: Your message of "Sun, 24 Nov 1996 18:11:57 MST." <199611250111.SAA27439@clem.systemsix.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
Steve Passe wrote:
> Hi,
> 
> The SMP src/sys merge is now complete.
> 
>   The system console is very broken for some motherboards. If you experience
> problems replace i386/include/console.h and i386/isa/syscons.c with:
> 
> v 1.25 i386/include/console.h
> v 1.186 i386/isa/syscons.c
> 
> both are in: http://freefall.freebsd.org/~fsmp/SMP/files/fixcons.tar.gz

BTW, since CVS is required in order to get the files, everybody already
has these revision.  There is a slightly easier way:

cd /where/the/smp/tree/is/sys/i386
cvs update -r v961006 isa/syscons.c include/console.h

This is a "sticky" tag update.  When new commits are made to these
files, you *will not* get the new versions, you will remain at the
6th of october version.

To undo this, you do a 'cvs update -A' and they will be unlocked.
 
Cheers,
-Peter



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