Module Name: src Committed By: tsutsui Date: Sun Mar 6 14:58:44 UTC 2011
Modified Files: src/sys/arch/arc/arc: c_isa.c cpu.c mainbus.c p_acer_pica_61.c p_ms_jazz.c timervar.h src/sys/arch/arc/conf: GENERIC RPC44 majors.arc src/sys/arch/arc/dti: desktech.h src/sys/arch/arc/include: autoconf.h isa_machdep.h src/sys/arch/arc/isa: isabus.c isadma.c opms_isa.c pccons_isa.c pccons_isavar.h src/sys/arch/arc/jazz: jazzio.c lpt_jazzio.c opms_jazzio.c pccons_jazzio.c pccons_jazziovar.h pica.h rd94.h vga_jazzio.c vga_jazziovar.h Log Message: Remove trailing spaces. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arc/arc/c_isa.c cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arc/arc/cpu.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arc/arc/mainbus.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arc/arc/p_acer_pica_61.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arc/arc/p_ms_jazz.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arc/arc/timervar.h cvs rdiff -u -r1.165 -r1.166 src/sys/arch/arc/conf/GENERIC cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arc/conf/RPC44 cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arc/conf/majors.arc cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arc/dti/desktech.h cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arc/include/autoconf.h cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arc/include/isa_machdep.h cvs rdiff -u -r1.47 -r1.48 src/sys/arch/arc/isa/isabus.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arc/isa/isadma.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arc/isa/opms_isa.c \ src/sys/arch/arc/isa/pccons_isa.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arc/isa/pccons_isavar.h cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arc/jazz/jazzio.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arc/jazz/lpt_jazzio.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arc/jazz/opms_jazzio.c \ src/sys/arch/arc/jazz/pccons_jazzio.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arc/jazz/pccons_jazziovar.h \ src/sys/arch/arc/jazz/pica.h cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arc/jazz/rd94.h cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arc/jazz/vga_jazzio.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arc/jazz/vga_jazziovar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/arc/arc/c_isa.c diff -u src/sys/arch/arc/arc/c_isa.c:1.9 src/sys/arch/arc/arc/c_isa.c:1.10 --- src/sys/arch/arc/arc/c_isa.c:1.9 Sun Nov 20 04:38:11 2005 +++ src/sys/arch/arc/arc/c_isa.c Sun Mar 6 14:58:42 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: c_isa.c,v 1.9 2005/11/20 04:38:11 tsutsui Exp $ */ +/* $NetBSD: c_isa.c,v 1.10 2011/03/06 14:58:42 tsutsui Exp $ */ /* $OpenBSD: isabus.c,v 1.15 1998/03/16 09:38:46 pefo Exp $ */ /*- @@ -71,28 +71,28 @@ * * @(#)isa.c 7.2 (Berkeley) 5/12/91 */ -/* +/* * Mach Operating System * Copyright (c) 1991,1990,1989 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * + * * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to - * + * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu * School of Computer Science * Carnegie Mellon University * Pittsburgh PA 15213-3890 - * + * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ @@ -123,7 +123,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: c_isa.c,v 1.9 2005/11/20 04:38:11 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: c_isa.c,v 1.10 2011/03/06 14:58:42 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/arc/cpu.c diff -u src/sys/arch/arc/arc/cpu.c:1.18 src/sys/arch/arc/arc/cpu.c:1.19 --- src/sys/arch/arc/arc/cpu.c:1.18 Sun Feb 20 07:52:42 2011 +++ src/sys/arch/arc/arc/cpu.c Sun Mar 6 14:58:42 2011 @@ -1,9 +1,9 @@ -/* $NetBSD: cpu.c,v 1.18 2011/02/20 07:52:42 matt Exp $ */ +/* $NetBSD: cpu.c,v 1.19 2011/03/06 14:58:42 tsutsui Exp $ */ /* $OpenBSD: cpu.c,v 1.8 1997/04/19 17:19:41 pefo Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -34,7 +34,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.18 2011/02/20 07:52:42 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.19 2011/03/06 14:58:42 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/arc/mainbus.c diff -u src/sys/arch/arc/arc/mainbus.c:1.22 src/sys/arch/arc/arc/mainbus.c:1.23 --- src/sys/arch/arc/arc/mainbus.c:1.22 Sat Jul 5 08:46:25 2008 +++ src/sys/arch/arc/arc/mainbus.c Sun Mar 6 14:58:42 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: mainbus.c,v 1.22 2008/07/05 08:46:25 tsutsui Exp $ */ +/* $NetBSD: mainbus.c,v 1.23 2011/03/06 14:58:42 tsutsui Exp $ */ /* $OpenBSD: mainbus.c,v 1.4 1998/10/15 21:30:15 imp Exp $ */ /* NetBSD: mainbus.c,v 1.3 1995/06/28 02:45:10 cgd Exp */ @@ -8,17 +8,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.22 2008/07/05 08:46:25 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.23 2011/03/06 14:58:42 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/arc/p_acer_pica_61.c diff -u src/sys/arch/arc/arc/p_acer_pica_61.c:1.11 src/sys/arch/arc/arc/p_acer_pica_61.c:1.12 --- src/sys/arch/arc/arc/p_acer_pica_61.c:1.11 Fri Nov 12 16:09:57 2010 +++ src/sys/arch/arc/arc/p_acer_pica_61.c Sun Mar 6 14:58:42 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: p_acer_pica_61.c,v 1.11 2010/11/12 16:09:57 uebayasi Exp $ */ +/* $NetBSD: p_acer_pica_61.c,v 1.12 2011/03/06 14:58:42 tsutsui Exp $ */ /* $OpenBSD: picabus.c,v 1.11 1999/01/11 05:11:10 millert Exp $ */ /* @@ -7,17 +7,17 @@ * * Author: Chris G. Demetriou * Author: Per Fogelstrom. (Mips R4x00) - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: p_acer_pica_61.c,v 1.11 2010/11/12 16:09:57 uebayasi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: p_acer_pica_61.c,v 1.12 2011/03/06 14:58:42 tsutsui Exp $"); #include <sys/param.h> #include <uvm/uvm.h> Index: src/sys/arch/arc/arc/p_ms_jazz.c diff -u src/sys/arch/arc/arc/p_ms_jazz.c:1.8 src/sys/arch/arc/arc/p_ms_jazz.c:1.9 --- src/sys/arch/arc/arc/p_ms_jazz.c:1.8 Sun Dec 11 12:16:37 2005 +++ src/sys/arch/arc/arc/p_ms_jazz.c Sun Mar 6 14:58:42 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: p_ms_jazz.c,v 1.8 2005/12/11 12:16:37 christos Exp $ */ +/* $NetBSD: p_ms_jazz.c,v 1.9 2011/03/06 14:58:42 tsutsui Exp $ */ /* $OpenBSD: picabus.c,v 1.11 1999/01/11 05:11:10 millert Exp $ */ /* @@ -7,17 +7,17 @@ * * Author: Chris G. Demetriou * Author: Per Fogelstrom. (Mips R4x00) - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: p_ms_jazz.c,v 1.8 2005/12/11 12:16:37 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: p_ms_jazz.c,v 1.9 2011/03/06 14:58:42 tsutsui Exp $"); #include <sys/param.h> Index: src/sys/arch/arc/arc/timervar.h diff -u src/sys/arch/arc/arc/timervar.h:1.5 src/sys/arch/arc/arc/timervar.h:1.6 --- src/sys/arch/arc/arc/timervar.h:1.5 Sat Jun 24 04:00:21 2006 +++ src/sys/arch/arc/arc/timervar.h Sun Mar 6 14:58:42 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: timervar.h,v 1.5 2006/06/24 04:00:21 tsutsui Exp $ */ +/* $NetBSD: timervar.h,v 1.6 2011/03/06 14:58:42 tsutsui Exp $ */ /* NetBSD: clockvar.h,v 1.4 1997/06/22 08:02:18 jonathan Exp */ /* @@ -6,17 +6,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu Index: src/sys/arch/arc/conf/GENERIC diff -u src/sys/arch/arc/conf/GENERIC:1.165 src/sys/arch/arc/conf/GENERIC:1.166 --- src/sys/arch/arc/conf/GENERIC:1.165 Tue Nov 23 11:13:54 2010 +++ src/sys/arch/arc/conf/GENERIC Sun Mar 6 14:58:43 2011 @@ -1,7 +1,7 @@ -# $NetBSD: GENERIC,v 1.165 2010/11/23 11:13:54 hannken Exp $ +# $NetBSD: GENERIC,v 1.166 2011/03/06 14:58:43 tsutsui Exp $ # # GENERIC machine description file -# +# # This machine description file is used to generate the default NetBSD # kernel. The generic kernel does not include all options, subsystems # and device drivers, but should be useful for most applications. @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.165 $" +#ident "GENERIC-$Revision: 1.166 $" maxusers 32 # estimated number of users @@ -59,7 +59,7 @@ #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under +# Enable experimental buffer queue strategy for better responsiveness under # high disk I/O load. Use it with caution - it's not proven to be stable yet. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN Index: src/sys/arch/arc/conf/RPC44 diff -u src/sys/arch/arc/conf/RPC44:1.37 src/sys/arch/arc/conf/RPC44:1.38 --- src/sys/arch/arc/conf/RPC44:1.37 Tue Nov 23 11:13:54 2010 +++ src/sys/arch/arc/conf/RPC44 Sun Mar 6 14:58:43 2011 @@ -1,7 +1,7 @@ -# $NetBSD: RPC44,v 1.37 2010/11/23 11:13:54 hannken Exp $ +# $NetBSD: RPC44,v 1.38 2011/03/06 14:58:43 tsutsui Exp $ # # GENERIC machine description file -# +# # This machine description file is used to generate the default NetBSD # kernel. The generic kernel does not include all options, subsystems # and device drivers, but should be useful for most applications. @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.37 $" +#ident "GENERIC-$Revision: 1.38 $" maxusers 32 # estimated number of users @@ -48,7 +48,7 @@ #options PIPE_SOCKETPAIR # smaller, but slower pipe(2) options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel -# Enable experimental buffer queue strategy for better responsiveness under +# Enable experimental buffer queue strategy for better responsiveness under # high disk I/O load. Use it with caution - it's not proven to be stable yet. #options BUFQ_READPRIO #options BUFQ_PRIOCSCAN Index: src/sys/arch/arc/conf/majors.arc diff -u src/sys/arch/arc/conf/majors.arc:1.22 src/sys/arch/arc/conf/majors.arc:1.23 --- src/sys/arch/arc/conf/majors.arc:1.22 Wed Nov 12 12:35:57 2008 +++ src/sys/arch/arc/conf/majors.arc Sun Mar 6 14:58:43 2011 @@ -1,4 +1,4 @@ -# $NetBSD: majors.arc,v 1.22 2008/11/12 12:35:57 ad Exp $ +# $NetBSD: majors.arc,v 1.23 2011/03/06 14:58:43 tsutsui Exp $ # # Device majors for arc # @@ -57,5 +57,5 @@ device-major nsmb char 98 nsmb # Majors up to 143 are reserved for machine-dependant drivers. -# New machine-independent driver majors are assigned in +# New machine-independent driver majors are assigned in # sys/conf/majors. Index: src/sys/arch/arc/dti/desktech.h diff -u src/sys/arch/arc/dti/desktech.h:1.4 src/sys/arch/arc/dti/desktech.h:1.5 --- src/sys/arch/arc/dti/desktech.h:1.4 Sat May 3 18:10:44 2003 +++ src/sys/arch/arc/dti/desktech.h Sun Mar 6 14:58:43 2011 @@ -1,9 +1,9 @@ -/* $NetBSD: desktech.h,v 1.4 2003/05/03 18:10:44 wiz Exp $ */ +/* $NetBSD: desktech.h,v 1.5 2011/03/06 14:58:43 tsutsui Exp $ */ /* $OpenBSD: desktech.h,v 1.6 1999/01/30 22:39:38 imp Exp $ */ /* * Copyright (c) 1996 Per Fogelstrom - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: @@ -68,7 +68,7 @@ /* * Deskstation rPC44 I/O map. We map these into one TLB of size 16M. - * Note: We really have EISA here, but no one has EISA cards yet to + * Note: We really have EISA here, but no one has EISA cards yet to * justify implmeneting EISA. */ #define RPC44_P_ISA_IO (0x10000000LL) /* ISA I/O control */ Index: src/sys/arch/arc/include/autoconf.h diff -u src/sys/arch/arc/include/autoconf.h:1.13 src/sys/arch/arc/include/autoconf.h:1.14 --- src/sys/arch/arc/include/autoconf.h:1.13 Sun Jun 25 16:46:15 2006 +++ src/sys/arch/arc/include/autoconf.h Sun Mar 6 14:58:43 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: autoconf.h,v 1.13 2006/06/25 16:46:15 tsutsui Exp $ */ +/* $NetBSD: autoconf.h,v 1.14 2011/03/06 14:58:43 tsutsui Exp $ */ /* $OpenBSD: autoconf.h,v 1.2 1997/03/12 19:16:54 pefo Exp $ */ /* NetBSD: autoconf.h,v 1.1 1995/02/13 23:07:31 cgd Exp */ @@ -7,17 +7,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu Index: src/sys/arch/arc/include/isa_machdep.h diff -u src/sys/arch/arc/include/isa_machdep.h:1.14 src/sys/arch/arc/include/isa_machdep.h:1.15 --- src/sys/arch/arc/include/isa_machdep.h:1.14 Wed Aug 19 15:09:56 2009 +++ src/sys/arch/arc/include/isa_machdep.h Sun Mar 6 14:58:43 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: isa_machdep.h,v 1.14 2009/08/19 15:09:56 dyoung Exp $ */ +/* $NetBSD: isa_machdep.h,v 1.15 2011/03/06 14:58:43 tsutsui Exp $ */ /* $OpenBSD: isa_machdep.h,v 1.5 1997/04/19 17:20:00 pefo Exp $ */ /* @@ -45,7 +45,7 @@ */ #define isa_outb(x,y) outb(arc_bus_io.bs_vbase + (x)- arc_bus_io.bs_start, y) #define isa_inb(x) inb(arc_bus_io.bs_vbase + (x) - arc_bus_io.bs_start) - + struct arc_isa_bus { void *ic_data; Index: src/sys/arch/arc/isa/isabus.c diff -u src/sys/arch/arc/isa/isabus.c:1.47 src/sys/arch/arc/isa/isabus.c:1.48 --- src/sys/arch/arc/isa/isabus.c:1.47 Wed Dec 16 23:19:07 2009 +++ src/sys/arch/arc/isa/isabus.c Sun Mar 6 14:58:43 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: isabus.c,v 1.47 2009/12/16 23:19:07 matt Exp $ */ +/* $NetBSD: isabus.c,v 1.48 2011/03/06 14:58:43 tsutsui Exp $ */ /* $OpenBSD: isabus.c,v 1.15 1998/03/16 09:38:46 pefo Exp $ */ /* NetBSD: isa.c,v 1.33 1995/06/28 04:30:51 cgd Exp */ @@ -72,28 +72,28 @@ * * @(#)isa.c 7.2 (Berkeley) 5/12/91 */ -/* +/* * Mach Operating System * Copyright (c) 1991,1990,1989 Carnegie Mellon University * All Rights Reserved. - * + * * Permission to use, copy, modify and distribute this software and its * documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * + * * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to - * + * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu * School of Computer Science * Carnegie Mellon University * Pittsburgh PA 15213-3890 - * + * * any improvements or extensions that they make and grant Carnegie Mellon * the rights to redistribute these changes. */ @@ -120,7 +120,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isabus.c,v 1.47 2009/12/16 23:19:07 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isabus.c,v 1.48 2011/03/06 14:58:43 tsutsui Exp $"); #include <sys/param.h> #include <sys/proc.h> Index: src/sys/arch/arc/isa/isadma.c diff -u src/sys/arch/arc/isa/isadma.c:1.11 src/sys/arch/arc/isa/isadma.c:1.12 --- src/sys/arch/arc/isa/isadma.c:1.11 Sat Jul 5 08:46:25 2008 +++ src/sys/arch/arc/isa/isadma.c Sun Mar 6 14:58:43 2011 @@ -1,9 +1,9 @@ -/* $NetBSD: isadma.c,v 1.11 2008/07/05 08:46:25 tsutsui Exp $ */ +/* $NetBSD: isadma.c,v 1.12 2011/03/06 14:58:43 tsutsui Exp $ */ /* $OpenBSD: isadma.c,v 1.2 1996/11/23 21:45:34 kstailey Exp $ */ /* NetBSD: isadma.c,v 1.19 1996/04/29 20:03:26 christos Exp */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: isadma.c,v 1.11 2008/07/05 08:46:25 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isadma.c,v 1.12 2011/03/06 14:58:43 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -109,7 +109,7 @@ #ifdef ISADMA_DEBUG if (chan < 0 || chan > 7) - panic("%s: impossible request", __func__); + panic("%s: impossible request", __func__); #endif /* set dma channel mode, and set dma channel mode */ @@ -146,7 +146,7 @@ ((flags & DMAMODE_LOOP) != 0) != 1) || ((chan & 4) ? (nbytes >= (1<<17) || nbytes & 1 || (u_int)addr & 1) : (nbytes >= (1<<16)))) - panic("%s: impossible request", __func__); + panic("%s: impossible request", __func__); #endif di = dma_info+chan; Index: src/sys/arch/arc/isa/opms_isa.c diff -u src/sys/arch/arc/isa/opms_isa.c:1.10 src/sys/arch/arc/isa/opms_isa.c:1.11 --- src/sys/arch/arc/isa/opms_isa.c:1.10 Sat Sep 13 16:15:38 2008 +++ src/sys/arch/arc/isa/opms_isa.c Sun Mar 6 14:58:43 2011 @@ -1,21 +1,21 @@ -/* $NetBSD: opms_isa.c,v 1.10 2008/09/13 16:15:38 tsutsui Exp $ */ +/* $NetBSD: opms_isa.c,v 1.11 2011/03/06 14:58:43 tsutsui Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: opms_isa.c,v 1.10 2008/09/13 16:15:38 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opms_isa.c,v 1.11 2011/03/06 14:58:43 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/isa/pccons_isa.c diff -u src/sys/arch/arc/isa/pccons_isa.c:1.10 src/sys/arch/arc/isa/pccons_isa.c:1.11 --- src/sys/arch/arc/isa/pccons_isa.c:1.10 Sat Sep 13 16:15:38 2008 +++ src/sys/arch/arc/isa/pccons_isa.c Sun Mar 6 14:58:43 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: pccons_isa.c,v 1.10 2008/09/13 16:15:38 tsutsui Exp $ */ +/* $NetBSD: pccons_isa.c,v 1.11 2011/03/06 14:58:43 tsutsui Exp $ */ /* NetBSD: vga_isa.c,v 1.4 2000/08/14 20:14:51 thorpej Exp */ /* @@ -6,17 +6,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pccons_isa.c,v 1.10 2008/09/13 16:15:38 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pccons_isa.c,v 1.11 2011/03/06 14:58:43 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/isa/pccons_isavar.h diff -u src/sys/arch/arc/isa/pccons_isavar.h:1.3 src/sys/arch/arc/isa/pccons_isavar.h:1.4 --- src/sys/arch/arc/isa/pccons_isavar.h:1.3 Sun Dec 11 12:16:39 2005 +++ src/sys/arch/arc/isa/pccons_isavar.h Sun Mar 6 14:58:43 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: pccons_isavar.h,v 1.3 2005/12/11 12:16:39 christos Exp $ */ +/* $NetBSD: pccons_isavar.h,v 1.4 2011/03/06 14:58:43 tsutsui Exp $ */ /* NetBSD: vga_isavar.h,v 1.1 1998/03/22 15:14:36 drochner Exp */ /* @@ -6,17 +6,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu Index: src/sys/arch/arc/jazz/jazzio.c diff -u src/sys/arch/arc/jazz/jazzio.c:1.20 src/sys/arch/arc/jazz/jazzio.c:1.21 --- src/sys/arch/arc/jazz/jazzio.c:1.20 Sat Jul 5 08:46:25 2008 +++ src/sys/arch/arc/jazz/jazzio.c Sun Mar 6 14:58:44 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: jazzio.c,v 1.20 2008/07/05 08:46:25 tsutsui Exp $ */ +/* $NetBSD: jazzio.c,v 1.21 2011/03/06 14:58:44 tsutsui Exp $ */ /* $OpenBSD: picabus.c,v 1.11 1999/01/11 05:11:10 millert Exp $ */ /* NetBSD: tc.c,v 1.2 1995/03/08 00:39:05 cgd Exp */ @@ -8,17 +8,17 @@ * * Author: Chris G. Demetriou * Author: Per Fogelstrom. (Mips R4x00) - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: jazzio.c,v 1.20 2008/07/05 08:46:25 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: jazzio.c,v 1.21 2011/03/06 14:58:44 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/jazz/lpt_jazzio.c diff -u src/sys/arch/arc/jazz/lpt_jazzio.c:1.8 src/sys/arch/arc/jazz/lpt_jazzio.c:1.9 --- src/sys/arch/arc/jazz/lpt_jazzio.c:1.8 Fri Mar 7 17:15:51 2008 +++ src/sys/arch/arc/jazz/lpt_jazzio.c Sun Mar 6 14:58:44 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: lpt_jazzio.c,v 1.8 2008/03/07 17:15:51 cube Exp $ */ +/* $NetBSD: lpt_jazzio.c,v 1.9 2011/03/06 14:58:44 tsutsui Exp $ */ /* $OpenBSD: lpt_lbus.c,v 1.3 1997/04/10 16:29:17 pefo Exp $ */ /* @@ -16,25 +16,25 @@ * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: - * This software is a component of "386BSD" developed by + * This software is a component of "386BSD" developed by * William F. Jolitz, TeleMuse. * 4. Neither the name of the developer nor the name "386BSD" * may be used to endorse or promote products derived from this software * without specific prior written permission. * - * THIS SOFTWARE IS A COMPONENT OF 386BSD DEVELOPED BY WILLIAM F. JOLITZ - * AND IS INTENDED FOR RESEARCH AND EDUCATIONAL PURPOSES ONLY. THIS - * SOFTWARE SHOULD NOT BE CONSIDERED TO BE A COMMERCIAL PRODUCT. - * THE DEVELOPER URGES THAT USERS WHO REQUIRE A COMMERCIAL PRODUCT + * THIS SOFTWARE IS A COMPONENT OF 386BSD DEVELOPED BY WILLIAM F. JOLITZ + * AND IS INTENDED FOR RESEARCH AND EDUCATIONAL PURPOSES ONLY. THIS + * SOFTWARE SHOULD NOT BE CONSIDERED TO BE A COMMERCIAL PRODUCT. + * THE DEVELOPER URGES THAT USERS WHO REQUIRE A COMMERCIAL PRODUCT * NOT MAKE USE OF THIS WORK. * * FOR USERS WHO WISH TO UNDERSTAND THE 386BSD SYSTEM DEVELOPED - * BY WILLIAM F. JOLITZ, WE RECOMMEND THE USER STUDY WRITTEN - * REFERENCES SUCH AS THE "PORTING UNIX TO THE 386" SERIES - * (BEGINNING JANUARY 1991 "DR. DOBBS JOURNAL", USA AND BEGINNING - * JUNE 1991 "UNIX MAGAZIN", GERMANY) BY WILLIAM F. JOLITZ AND - * LYNNE GREER JOLITZ, AS WELL AS OTHER BOOKS ON UNIX AND THE - * ON-LINE 386BSD USER MANUAL BEFORE USE. A BOOK DISCUSSING THE INTERNALS + * BY WILLIAM F. JOLITZ, WE RECOMMEND THE USER STUDY WRITTEN + * REFERENCES SUCH AS THE "PORTING UNIX TO THE 386" SERIES + * (BEGINNING JANUARY 1991 "DR. DOBBS JOURNAL", USA AND BEGINNING + * JUNE 1991 "UNIX MAGAZIN", GERMANY) BY WILLIAM F. JOLITZ AND + * LYNNE GREER JOLITZ, AS WELL AS OTHER BOOKS ON UNIX AND THE + * ON-LINE 386BSD USER MANUAL BEFORE USE. A BOOK DISCUSSING THE INTERNALS * OF 386BSD ENTITLED "386BSD FROM THE INSIDE OUT" WILL BE AVAILABLE LATE 1992. * * THIS SOFTWARE IS PROVIDED BY THE DEVELOPER ``AS IS'' AND @@ -55,7 +55,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: lpt_jazzio.c,v 1.8 2008/03/07 17:15:51 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: lpt_jazzio.c,v 1.9 2011/03/06 14:58:44 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/jazz/opms_jazzio.c diff -u src/sys/arch/arc/jazz/opms_jazzio.c:1.9 src/sys/arch/arc/jazz/opms_jazzio.c:1.10 --- src/sys/arch/arc/jazz/opms_jazzio.c:1.9 Sat Sep 13 16:15:38 2008 +++ src/sys/arch/arc/jazz/opms_jazzio.c Sun Mar 6 14:58:44 2011 @@ -1,21 +1,21 @@ -/* $NetBSD: opms_jazzio.c,v 1.9 2008/09/13 16:15:38 tsutsui Exp $ */ +/* $NetBSD: opms_jazzio.c,v 1.10 2011/03/06 14:58:44 tsutsui Exp $ */ /* * Copyright (c) 1995, 1996 Carnegie-Mellon University. * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -28,7 +28,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: opms_jazzio.c,v 1.9 2008/09/13 16:15:38 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: opms_jazzio.c,v 1.10 2011/03/06 14:58:44 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/jazz/pccons_jazzio.c diff -u src/sys/arch/arc/jazz/pccons_jazzio.c:1.9 src/sys/arch/arc/jazz/pccons_jazzio.c:1.10 --- src/sys/arch/arc/jazz/pccons_jazzio.c:1.9 Sat Sep 13 16:15:38 2008 +++ src/sys/arch/arc/jazz/pccons_jazzio.c Sun Mar 6 14:58:44 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: pccons_jazzio.c,v 1.9 2008/09/13 16:15:38 tsutsui Exp $ */ +/* $NetBSD: pccons_jazzio.c,v 1.10 2011/03/06 14:58:44 tsutsui Exp $ */ /* NetBSD: vga_isa.c,v 1.4 2000/08/14 20:14:51 thorpej Exp */ /* @@ -6,17 +6,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: pccons_jazzio.c,v 1.9 2008/09/13 16:15:38 tsutsui Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pccons_jazzio.c,v 1.10 2011/03/06 14:58:44 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/jazz/pccons_jazziovar.h diff -u src/sys/arch/arc/jazz/pccons_jazziovar.h:1.3 src/sys/arch/arc/jazz/pccons_jazziovar.h:1.4 --- src/sys/arch/arc/jazz/pccons_jazziovar.h:1.3 Sun Dec 11 12:16:39 2005 +++ src/sys/arch/arc/jazz/pccons_jazziovar.h Sun Mar 6 14:58:44 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: pccons_jazziovar.h,v 1.3 2005/12/11 12:16:39 christos Exp $ */ +/* $NetBSD: pccons_jazziovar.h,v 1.4 2011/03/06 14:58:44 tsutsui Exp $ */ /* NetBSD: vga_isavar.h,v 1.1 1998/03/22 15:14:36 drochner Exp */ /* @@ -6,17 +6,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu Index: src/sys/arch/arc/jazz/pica.h diff -u src/sys/arch/arc/jazz/pica.h:1.3 src/sys/arch/arc/jazz/pica.h:1.4 --- src/sys/arch/arc/jazz/pica.h:1.3 Mon Dec 9 13:36:28 2002 +++ src/sys/arch/arc/jazz/pica.h Sun Mar 6 14:58:44 2011 @@ -1,9 +1,9 @@ -/* $NetBSD: pica.h,v 1.3 2002/12/09 13:36:28 tsutsui Exp $ */ +/* $NetBSD: pica.h,v 1.4 2011/03/06 14:58:44 tsutsui Exp $ */ /* $OpenBSD: pica.h,v 1.4 1996/09/14 15:58:28 pefo Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Per Fogelstrom - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Index: src/sys/arch/arc/jazz/rd94.h diff -u src/sys/arch/arc/jazz/rd94.h:1.7 src/sys/arch/arc/jazz/rd94.h:1.8 --- src/sys/arch/arc/jazz/rd94.h:1.7 Sun Jan 19 03:36:58 2003 +++ src/sys/arch/arc/jazz/rd94.h Sun Mar 6 14:58:44 2011 @@ -1,9 +1,9 @@ -/* $NetBSD: rd94.h,v 1.7 2003/01/19 03:36:58 tsutsui Exp $ */ +/* $NetBSD: rd94.h,v 1.8 2011/03/06 14:58:44 tsutsui Exp $ */ /* $OpenBSD: pica.h,v 1.4 1996/09/14 15:58:28 pefo Exp $ */ /* * Copyright (c) 1994, 1995, 1996 Per Fogelstrom - * + * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: Index: src/sys/arch/arc/jazz/vga_jazzio.c diff -u src/sys/arch/arc/jazz/vga_jazzio.c:1.15 src/sys/arch/arc/jazz/vga_jazzio.c:1.16 --- src/sys/arch/arc/jazz/vga_jazzio.c:1.15 Fri Mar 14 22:12:08 2008 +++ src/sys/arch/arc/jazz/vga_jazzio.c Sun Mar 6 14:58:44 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: vga_jazzio.c,v 1.15 2008/03/14 22:12:08 cube Exp $ */ +/* $NetBSD: vga_jazzio.c,v 1.16 2011/03/06 14:58:44 tsutsui Exp $ */ /* NetBSD: vga_isa.c,v 1.3 1998/06/12 18:45:48 drochner Exp */ /* @@ -6,17 +6,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu @@ -29,7 +29,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: vga_jazzio.c,v 1.15 2008/03/14 22:12:08 cube Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vga_jazzio.c,v 1.16 2011/03/06 14:58:44 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> Index: src/sys/arch/arc/jazz/vga_jazziovar.h diff -u src/sys/arch/arc/jazz/vga_jazziovar.h:1.4 src/sys/arch/arc/jazz/vga_jazziovar.h:1.5 --- src/sys/arch/arc/jazz/vga_jazziovar.h:1.4 Sun Dec 11 12:16:39 2005 +++ src/sys/arch/arc/jazz/vga_jazziovar.h Sun Mar 6 14:58:44 2011 @@ -1,4 +1,4 @@ -/* $NetBSD: vga_jazziovar.h,v 1.4 2005/12/11 12:16:39 christos Exp $ */ +/* $NetBSD: vga_jazziovar.h,v 1.5 2011/03/06 14:58:44 tsutsui Exp $ */ /* NetBSD: vga_isavar.h,v 1.1 1998/03/22 15:14:36 drochner Exp */ /* @@ -6,17 +6,17 @@ * All rights reserved. * * Author: Chris G. Demetriou - * + * * Permission to use, copy, modify and distribute this software and * its documentation is hereby granted, provided that both the copyright * notice and this permission notice appear in all copies of the * software, derivative works or modified versions, and any portions * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND * FOR ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * + * * Carnegie Mellon requests users of this software to return to * * Software Distribution Coordinator or software.distribut...@cs.cmu.edu