From owner-freebsd-current@FreeBSD.ORG  Fri Sep 26 12:38:09 2003
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Delivered-To: freebsd-current@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 9655F16A4B3
	for <current@freebsd.org>; Fri, 26 Sep 2003 12:38:09 -0700 (PDT)
Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 66C6444025
	for <current@freebsd.org>; Fri, 26 Sep 2003 12:38:08 -0700 (PDT)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h8QJc7LG080054
	for <current@freebsd.org>; Fri, 26 Sep 2003 21:38:07 +0200 (CEST)
	(envelope-from phk@critter.freebsd.dk)
To: current@freebsd.org
Date: Fri, 26 Sep 2003 21:38:07 +0200
Message-ID: <80053.1064605087@critter.freebsd.dk>
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Subject: DANGER!  broken /dev/console
X-BeenThere: freebsd-current@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: Discussions about the use of FreeBSD-current
	<freebsd-current.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-current>
List-Post: <mailto:freebsd-current@freebsd.org>
List-Help: <mailto:freebsd-current-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-current>,
	<mailto:freebsd-current-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 26 Sep 2003 19:38:09 -0000


I seem to have messed up /dev/console.  If you have any console
related problems with -current from today, please upgrade to
after this commit before sending me your error report!

Poul-Henning

phk         2003/09/26 12:35:50 PDT

  FreeBSD src repository

  Modified files:
    sys/alpha/tlsb       zs_tlsb.c 
    sys/dev/ofw          ofw_console.c 
    sys/dev/sab          sab.c 
    sys/dev/zs           zs.c 
    sys/kern             tty_cons.c 
    sys/pc98/pc98        sio.c 
    sys/sys              cons.h 
  Log:
  OK, I messed up /dev/console with what I had hoped would be compat
  code.  Convert remaining console drivers and hope for the best.
  
  Revision  Changes    Path
  1.39      +4 -3      src/sys/alpha/tlsb/zs_tlsb.c
  1.15      +4 -4      src/sys/dev/ofw/ofw_console.c
  1.20      +1 -1      src/sys/dev/sab/sab.c
  1.14      +1 -1      src/sys/dev/zs/zs.c
  1.115     +0 -5      src/sys/kern/tty_cons.c
  1.195     +21 -16    src/sys/pc98/pc98/sio.c
  1.31      +0 -1      src/sys/sys/cons.h


------- End of Forwarded Message