From owner-cvs-src@FreeBSD.ORG Fri Feb 29 05:09:16 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E6B6106566C; Fri, 29 Feb 2008 05:09:16 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 47CE38FC17; Fri, 29 Feb 2008 05:09:16 +0000 (UTC) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1T59GRp052449; Fri, 29 Feb 2008 05:09:16 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1T59GFT052448; Fri, 29 Feb 2008 05:09:16 GMT (envelope-from nyan) Message-Id: <200802290509.m1T59GFT052448@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Fri, 29 Feb 2008 05:09:16 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/pc98/cbus sio.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Feb 2008 05:09:16 -0000 nyan 2008-02-29 05:09:16 UTC FreeBSD src repository Modified files: sys/pc98/cbus sio.c Log: Merged from sys/dev/sio/sio.c revision 1.472 Stop serial console and gdb serial port from getting all screwed up. Revision Changes Path 1.248 +1 -1 src/sys/pc98/cbus/sio.c