Subject: Re: CVS commit: [netbsd-2] src/sys/arch/cobalt/dev
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@NetBSD.org>
List: source-changes
Date: 09/10/2006 08:00:34
This file was apparently not committed when the original pullup was done,
even though it appeared in the log for ticket 10175.

cobalt builds on the netbsd-2 branch should be fixed now.

On Sun, Sep 10, 2006 at 02:55:57PM +0000, Jeff Rizzo wrote:
> 
> Module Name:	src
> Committed By:	riz
> Date:		Sun Sep 10 14:55:57 UTC 2006
> 
> Added Files:
> 	src/sys/arch/cobalt/dev [netbsd-2]: com_mainbusvar.h
> 
> Log Message:
> Pull up following revision(s) (requested by tsutsui in ticket #10175):
> 	sys/arch/cobalt/dev/com_mainbusvar.h: revision 1.1
> 	sys/arch/cobalt/conf/files.cobalt: revision 1.20
> 	sys/arch/cobalt/dev/com_mainbus.c: revision 1.9
> 	sys/arch/cobalt/cobalt/console.c: revision 1.8
> - rename comcnprobe() and comcninit() to com_mainbus_cnprobe() and
>   com_mainbus_cninit() and move these cn functions from cobalt/console.c
>   to dev/com_mainbus.c
> - call cninit() only once
> - remove unneeded includes
> - use ANSI function decls
> - rename comcnprobe() and comcninit() to com_mainbus_cnprobe() and
> com_mainbus_cninit() and move these cn functions from cobalt/console.c
> to dev/com_mainbus.c
> - call cninit() only once
> - remove unneeded includes
> - use ANSI function decls
> - rename comcnprobe() and comcninit() to com_mainbus_cnprobe() and
> com_mainbus_cninit() and move these cn functions from cobalt/console.c
> to dev/com_mainbus.c
> - call cninit() only once
> - remove unneeded includes
> - use ANSI function decls
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r0 -r1.2.22.1 src/sys/arch/cobalt/dev/com_mainbusvar.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

--