TAB/space cleanup.

This commit is contained in:
tsutsui 2003-11-17 14:37:59 +00:00
parent d4b49d8b97
commit b6c031f59c
46 changed files with 434 additions and 447 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ct.c,v 1.36 2003/08/07 16:27:26 agc Exp $ */ /* $NetBSD: ct.c,v 1.37 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -82,7 +82,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ct.c,v 1.36 2003/08/07 16:27:26 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: ct.c,v 1.37 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dcm.c,v 1.62 2003/08/07 16:27:27 agc Exp $ */ /* $NetBSD: dcm.c,v 1.63 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -123,7 +123,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dcm.c,v 1.62 2003/08/07 16:27:27 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: dcm.c,v 1.63 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_kgdb.h" #include "opt_kgdb.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: dio.c,v 1.25 2003/08/01 00:29:16 tsutsui Exp $ */ /* $NetBSD: dio.c,v 1.26 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dio.c,v 1.25 2003/08/01 00:29:16 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: dio.c,v 1.26 2003/11/17 14:37:59 tsutsui Exp $");
#define _HP300_INTR_H_PRIVATE #define _HP300_INTR_H_PRIVATE

View File

@ -1,4 +1,4 @@
/* $NetBSD: fhpib.c,v 1.27 2003/08/07 16:27:28 agc Exp $ */ /* $NetBSD: fhpib.c,v 1.28 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -72,7 +72,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: fhpib.c,v 1.27 2003/08/07 16:27:28 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: fhpib.c,v 1.28 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: frodo.c,v 1.15 2003/11/08 11:18:33 tsutsui Exp $ */ /* $NetBSD: frodo.c,v 1.16 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc. * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -67,7 +67,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: frodo.c,v 1.15 2003/11/08 11:18:33 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: frodo.c,v 1.16 2003/11/17 14:37:59 tsutsui Exp $");
#define _HP300_INTR_H_PRIVATE #define _HP300_INTR_H_PRIVATE

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf.c,v 1.54 2003/08/07 16:27:28 agc Exp $ */ /* $NetBSD: grf.c,v 1.55 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993
@ -83,7 +83,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.54 2003/08/07 16:27:28 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: grf.c,v 1.55 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_compat_hpux.h" #include "opt_compat_hpux.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_dv.c,v 1.25 2003/08/07 16:27:28 agc Exp $ */ /* $NetBSD: grf_dv.c,v 1.26 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -117,7 +117,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: grf_dv.c,v 1.25 2003/08/07 16:27:28 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: grf_dv.c,v 1.26 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_compat_hpux.h" #include "opt_compat_hpux.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_gb.c,v 1.24 2003/08/07 16:27:29 agc Exp $ */ /* $NetBSD: grf_gb.c,v 1.25 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -121,7 +121,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: grf_gb.c,v 1.24 2003/08/07 16:27:29 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: grf_gb.c,v 1.25 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_compat_hpux.h" #include "opt_compat_hpux.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_hy.c,v 1.20 2003/08/07 16:27:29 agc Exp $ */ /* $NetBSD: grf_hy.c,v 1.21 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -120,7 +120,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: grf_hy.c,v 1.20 2003/08/07 16:27:29 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: grf_hy.c,v 1.21 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_compat_hpux.h" #include "opt_compat_hpux.h"
@ -540,8 +540,7 @@ hyper_scroll(ip, sy, sx, count, dir)
* than having to do the multiple reads and masks that we'd * than having to do the multiple reads and masks that we'd
* have to do if we thought it was partial. * have to do if we thought it was partial.
*/ */
int starttab[32] = int starttab[32] = {
{
0x00000000, 0x00000000,
0x7FFFFFFF, 0x7FFFFFFF,
0x3FFFFFFF, 0x3FFFFFFF,
@ -576,8 +575,7 @@ int starttab[32] =
0x00000001 0x00000001
}; };
int endtab[32] = int endtab[32] = {
{
0x00000000, 0x00000000,
0x80000000, 0x80000000,
0xC0000000, 0xC0000000,
@ -635,6 +633,7 @@ hyper_windowmove(ip, sy, sx, dy, dx, h, w, func)
in src */ in src */
int nstart; /* number of ragged bits at start of dst */ int nstart; /* number of ragged bits at start of dst */
int nend; /* number of ragged bits at end of dst */ int nend; /* number of ragged bits at end of dst */
int srcStartOver; /* pulling nstart bits from src int srcStartOver; /* pulling nstart bits from src
overflows into the next word? */ overflows into the next word? */
@ -643,21 +642,19 @@ hyper_windowmove(ip, sy, sx, dy, dx, h, w, func)
width = ip->fbwidth >> 5; width = ip->fbwidth >> 5;
if (sy < dy) /* start at last scanline of rectangle */ if (sy < dy) {
{ /* start at last scanline of rectangle */
psrcLine = ((unsigned int *) ip->fbbase) + ((sy+h-1) * width); psrcLine = ((unsigned int *) ip->fbbase) + ((sy+h-1) * width);
pdstLine = ((unsigned int *) ip->fbbase) + ((dy+h-1) * width); pdstLine = ((unsigned int *) ip->fbbase) + ((dy+h-1) * width);
width = -width; width = -width;
} } else {
else /* start at first scanline */ /* start at first scanline */
{
psrcLine = ((unsigned int *) ip->fbbase) + (sy * width); psrcLine = ((unsigned int *) ip->fbbase) + (sy * width);
pdstLine = ((unsigned int *) ip->fbbase) + (dy * width); pdstLine = ((unsigned int *) ip->fbbase) + (dy * width);
} }
/* x direction doesn't matter for < 1 longword */ /* x direction doesn't matter for < 1 longword */
if (w <= 32) if (w <= 32) {
{
int srcBit, dstBit; /* bit offset of src and dst */ int srcBit, dstBit; /* bit offset of src and dst */
pdstLine += (dx >> 5); pdstLine += (dx >> 5);
@ -668,15 +665,12 @@ hyper_windowmove(ip, sy, sx, dy, dx, h, w, func)
srcBit = sx & 0x1f; srcBit = sx & 0x1f;
dstBit = dx & 0x1f; dstBit = dx & 0x1f;
while(h--) while (h--) {
{
getandputrop(psrc, srcBit, dstBit, w, pdst, func) getandputrop(psrc, srcBit, dstBit, w, pdst, func)
pdst += width; pdst += width;
psrc += width; psrc += width;
} }
} } else {
else
{
maskbits(dx, w, startmask, endmask, nlMiddle) maskbits(dx, w, startmask, endmask, nlMiddle)
if (startmask) if (startmask)
nstart = 32 - (dx & 0x1f); nstart = 32 - (dx & 0x1f);
@ -690,18 +684,16 @@ hyper_windowmove(ip, sy, sx, dy, dx, h, w, func)
xoffSrc = ((sx & 0x1f) + nstart) & 0x1f; xoffSrc = ((sx & 0x1f) + nstart) & 0x1f;
srcStartOver = ((sx & 0x1f) + nstart) > 31; srcStartOver = ((sx & 0x1f) + nstart) > 31;
if (sx >= dx) /* move left to right */ if (sx >= dx) {
{ /* move left to right */
pdstLine += (dx >> 5); pdstLine += (dx >> 5);
psrcLine += (sx >> 5); psrcLine += (sx >> 5);
while (h--) while (h--) {
{
psrc = psrcLine; psrc = psrcLine;
pdst = pdstLine; pdst = pdstLine;
if (startmask) if (startmask) {
{
getandputrop(psrc, (sx & 0x1f), getandputrop(psrc, (sx & 0x1f),
(dx & 0x1f), nstart, pdst, func) (dx & 0x1f), nstart, pdst, func)
pdst++; pdst++;
@ -710,67 +702,62 @@ hyper_windowmove(ip, sy, sx, dy, dx, h, w, func)
} }
/* special case for aligned operations */ /* special case for aligned operations */
if (xoffSrc == 0) if (xoffSrc == 0) {
{
nl = nlMiddle; nl = nlMiddle;
while (nl--) while (nl--) {
{ DoRop(*pdst, func, *psrc++,
DoRop (*pdst, func, *psrc++, *pdst); *pdst);
pdst++; pdst++;
} }
} } else {
else
{
nl = nlMiddle + 1; nl = nlMiddle + 1;
while (--nl) while (--nl) {
{ getunalignedword(psrc,
getunalignedword (psrc, xoffSrc, tmpSrc) xoffSrc, tmpSrc)
DoRop (*pdst, func, tmpSrc, *pdst); DoRop(*pdst, func, tmpSrc,
*pdst);
pdst++; pdst++;
psrc++; psrc++;
} }
} }
if (endmask) if (endmask) {
{ getandputrop0(psrc, xoffSrc, nend,
getandputrop0(psrc, xoffSrc, nend, pdst, func); pdst, func);
} }
pdstLine += width; pdstLine += width;
psrcLine += width; psrcLine += width;
} }
} } else {
else /* move right to left */ /* move right to left */
{
pdstLine += ((dx + w) >> 5); pdstLine += ((dx + w) >> 5);
psrcLine += ((sx + w) >> 5); psrcLine += ((sx + w) >> 5);
/* if fetch of last partial bits from source crosses /*
a longword boundary, start at the previous longword * if fetch of last partial bits from source crosses
* a longword boundary, start at the previous longword
*/ */
if (xoffSrc + nend >= 32) if (xoffSrc + nend >= 32)
--psrcLine; --psrcLine;
while (h--) while (h--) {
{
psrc = psrcLine; psrc = psrcLine;
pdst = pdstLine; pdst = pdstLine;
if (endmask) if (endmask) {
{ getandputrop0(psrc, xoffSrc, nend,
getandputrop0(psrc, xoffSrc, nend, pdst, func); pdst, func);
} }
nl = nlMiddle + 1; nl = nlMiddle + 1;
while (--nl) while (--nl) {
{
--psrc; --psrc;
--pdst; --pdst;
getunalignedword(psrc, xoffSrc, tmpSrc) getunalignedword(psrc, xoffSrc, tmpSrc)
DoRop(*pdst, func, tmpSrc, *pdst); DoRop(*pdst, func, tmpSrc, *pdst);
} }
if (startmask) if (startmask) {
{
if (srcStartOver) if (srcStartOver)
--psrc; --psrc;
--pdst; --pdst;

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_rb.c,v 1.25 2003/08/07 16:27:30 agc Exp $ */ /* $NetBSD: grf_rb.c,v 1.26 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -117,7 +117,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: grf_rb.c,v 1.25 2003/08/07 16:27:30 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: grf_rb.c,v 1.26 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_compat_hpux.h" #include "opt_compat_hpux.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_rbreg.h,v 1.5 2003/08/07 16:27:30 agc Exp $ */ /* $NetBSD: grf_rbreg.h,v 1.6 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_subr.c,v 1.9 2003/01/01 01:34:46 thorpej Exp $ */ /* $NetBSD: grf_subr.c,v 1.10 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996 The NetBSD Foundation, Inc. * Copyright (c) 1996 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: grf_subr.c,v 1.9 2003/01/01 01:34:46 thorpej Exp $"); __KERNEL_RCSID(0, "$NetBSD: grf_subr.c,v 1.10 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: grf_tc.c,v 1.27 2003/08/07 16:27:30 agc Exp $ */ /* $NetBSD: grf_tc.c,v 1.28 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -117,7 +117,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: grf_tc.c,v 1.27 2003/08/07 16:27:30 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: grf_tc.c,v 1.28 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_compat_hpux.h" #include "opt_compat_hpux.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: hil.c,v 1.60 2003/08/07 16:27:31 agc Exp $ */ /* $NetBSD: hil.c,v 1.61 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993
@ -77,7 +77,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hil.c,v 1.60 2003/08/07 16:27:31 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: hil.c,v 1.61 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_compat_hpux.h" #include "opt_compat_hpux.h"
#include "rnd.h" #include "rnd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: hil_keymaps.c,v 1.10 2003/10/26 16:15:55 tsutsui Exp $ */ /* $NetBSD: hil_keymaps.c,v 1.11 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993
@ -98,7 +98,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hil_keymaps.c,v 1.10 2003/10/26 16:15:55 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: hil_keymaps.c,v 1.11 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <hp300/dev/kbdmap.h> #include <hp300/dev/kbdmap.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpib.c,v 1.25 2003/08/07 16:27:32 agc Exp $ */ /* $NetBSD: hpib.c,v 1.26 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -72,7 +72,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hpib.c,v 1.25 2003/08/07 16:27:32 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: hpib.c,v 1.26 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le.c,v 1.54 2003/08/07 16:27:32 agc Exp $ */ /* $NetBSD: if_le.c,v 1.55 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1998 The NetBSD Foundation, Inc. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -71,7 +71,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: if_le.c,v 1.54 2003/08/07 16:27:32 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: if_le.c,v 1.55 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_inet.h" #include "opt_inet.h"
#include "bpfilter.h" #include "bpfilter.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: intio.c,v 1.17 2003/08/01 00:23:17 tsutsui Exp $ */ /* $NetBSD: intio.c,v 1.18 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1998, 2001 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1998, 2001 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.17 2003/08/01 00:23:17 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: intio.c,v 1.18 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: intioreg.h,v 1.1 2001/11/17 23:33:22 gmcgarry Exp $ */ /* $NetBSD: intioreg.h,v 1.2 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 2001 The NetBSD Foundation, Inc. * Copyright (c) 2001 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: intiovar.h,v 1.5 2001/11/17 23:33:22 gmcgarry Exp $ */ /* $NetBSD: intiovar.h,v 1.6 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1998, 2001 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1998, 2001 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: ite.c,v 1.61 2003/08/07 16:27:33 agc Exp $ */ /* $NetBSD: ite.c,v 1.62 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -119,7 +119,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.61 2003/08/07 16:27:33 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.62 2003/11/17 14:37:59 tsutsui Exp $");
#include "hil.h" #include "hil.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: ite_subr.c,v 1.10 2003/08/07 16:27:33 agc Exp $ */ /* $NetBSD: ite_subr.c,v 1.11 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1990, 1993 * Copyright (c) 1990, 1993
@ -77,7 +77,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ite_subr.c,v 1.10 2003/08/07 16:27:33 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: ite_subr.c,v 1.11 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/conf.h> #include <sys/conf.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: mt.c,v 1.23 2003/06/29 22:28:18 fvdl Exp $ */ /* $NetBSD: mt.c,v 1.24 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -67,7 +67,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: mt.c,v 1.23 2003/06/29 22:28:18 fvdl Exp $"); __KERNEL_RCSID(0, "$NetBSD: mt.c,v 1.24 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: nhpib.c,v 1.29 2003/08/07 16:27:33 agc Exp $ */ /* $NetBSD: nhpib.c,v 1.30 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -72,7 +72,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: nhpib.c,v 1.29 2003/08/07 16:27:33 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: nhpib.c,v 1.30 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: ppi.c,v 1.27 2003/08/07 16:27:34 agc Exp $ */ /* $NetBSD: ppi.c,v 1.28 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -72,7 +72,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: ppi.c,v 1.27 2003/08/07 16:27:34 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: ppi.c,v 1.28 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rd.c,v 1.61 2003/08/07 16:27:34 agc Exp $ */ /* $NetBSD: rd.c,v 1.62 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@ -117,7 +117,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rd.c,v 1.61 2003/08/07 16:27:34 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: rd.c,v 1.62 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_useleds.h" #include "opt_useleds.h"
#include "rnd.h" #include "rnd.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: rd_compat.c,v 1.10 2003/08/07 16:27:34 agc Exp $ */ /* $NetBSD: rd_compat.c,v 1.11 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1982, 1990, 1993 * Copyright (c) 1982, 1990, 1993
@ -81,7 +81,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rd_compat.c,v 1.10 2003/08/07 16:27:34 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: rd_compat.c,v 1.11 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/disklabel.h> #include <sys/disklabel.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: rtc.c,v 1.9 2003/08/07 16:27:34 agc Exp $ */ /* $NetBSD: rtc.c,v 1.10 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1982, 1990, 1993 * Copyright (c) 1982, 1990, 1993
@ -81,7 +81,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.9 2003/08/07 16:27:34 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: rtc.c,v 1.10 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: spc.c,v 1.1 2003/08/01 01:18:46 tsutsui Exp $ */ /* $NetBSD: spc.c,v 1.2 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 2003 Izumi Tsutsui. * Copyright (c) 2003 Izumi Tsutsui.
@ -31,7 +31,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */ #include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: spc.c,v 1.1 2003/08/01 01:18:46 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: spc.c,v 1.2 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.67 2003/11/08 11:18:33 tsutsui Exp $ */ /* $NetBSD: autoconf.c,v 1.68 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997, 2002 The NetBSD Foundation, Inc.
@ -143,7 +143,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.67 2003/11/08 11:18:33 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.68 2003/11/17 14:37:59 tsutsui Exp $");
#include "hil.h" #include "hil.h"
#include "dvbox.h" #include "dvbox.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_space.c,v 1.8 2003/08/01 00:23:18 tsutsui Exp $ */ /* $NetBSD: bus_space.c,v 1.9 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1998 The NetBSD Foundation, Inc. * Copyright (c) 1998 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: bus_space.c,v 1.8 2003/08/01 00:23:18 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: bus_space.c,v 1.9 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: clock.c,v 1.29 2003/08/07 16:27:36 agc Exp $ */ /* $NetBSD: clock.c,v 1.30 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1982, 1990, 1993 * Copyright (c) 1982, 1990, 1993
@ -85,7 +85,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.29 2003/08/07 16:27:36 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: clock.c,v 1.30 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.18 2003/08/07 16:27:36 agc Exp $ */ /* $NetBSD: disksubr.c,v 1.19 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1982, 1986, 1988, 1993 * Copyright (c) 1982, 1986, 1988, 1993
@ -37,7 +37,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.18 2003/08/07 16:27:36 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: disksubr.c,v 1.19 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: dkbad.c,v 1.7 2003/08/07 16:27:36 agc Exp $ */ /* $NetBSD: dkbad.c,v 1.8 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1982, 1986, 1990, 1993 * Copyright (c) 1982, 1986, 1990, 1993
@ -32,7 +32,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: dkbad.c,v 1.7 2003/08/07 16:27:36 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: dkbad.c,v 1.8 2003/11/17 14:37:59 tsutsui Exp $");
#ifndef NOBADSECT #ifndef NOBADSECT
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux_machdep.c,v 1.39 2003/10/08 00:28:41 thorpej Exp $ */ /* $NetBSD: hpux_machdep.c,v 1.40 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@ -107,7 +107,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: hpux_machdep.c,v 1.39 2003/10/08 00:28:41 thorpej Exp $"); __KERNEL_RCSID(0, "$NetBSD: hpux_machdep.c,v 1.40 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: intr.c,v 1.23 2002/09/27 15:36:02 provos Exp $ */ /* $NetBSD: intr.c,v 1.24 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997, 1999 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997, 1999 The NetBSD Foundation, Inc.
@ -41,7 +41,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.23 2002/09/27 15:36:02 provos Exp $"); __KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.24 2003/11/17 14:37:59 tsutsui Exp $");
#define _HP300_INTR_H_PRIVATE #define _HP300_INTR_H_PRIVATE

View File

@ -1,4 +1,4 @@
/* $NetBSD: leds.c,v 1.12 2003/08/07 16:27:37 agc Exp $ */ /* $NetBSD: leds.c,v 1.13 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1982, 1986, 1990, 1993 * Copyright (c) 1982, 1986, 1990, 1993
@ -77,7 +77,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: leds.c,v 1.12 2003/08/07 16:27:37 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: leds.c,v 1.13 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: locore.s,v 1.132 2003/08/07 16:27:37 agc Exp $ */ /* $NetBSD: locore.s,v 1.133 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1980, 1990, 1993 * Copyright (c) 1980, 1990, 1993

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.174 2003/09/27 20:01:58 cl Exp $ */ /* $NetBSD: machdep.c,v 1.175 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1982, 1986, 1990, 1993 * Copyright (c) 1982, 1986, 1990, 1993
@ -77,7 +77,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.174 2003/09/27 20:01:58 cl Exp $"); __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.175 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_compat_hpux.h" #include "opt_compat_hpux.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: pmap_bootstrap.c,v 1.23 2003/08/07 16:27:38 agc Exp $ */ /* $NetBSD: pmap_bootstrap.c,v 1.24 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1991, 1993 * Copyright (c) 1991, 1993
@ -36,7 +36,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.23 2003/08/07 16:27:38 agc Exp $"); __KERNEL_RCSID(0, "$NetBSD: pmap_bootstrap.c,v 1.24 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/proc.h> #include <sys/proc.h>

View File

@ -1,7 +1,7 @@
/* $NetBSD: procfs_machdep.c,v 1.5 2002/03/15 05:55:38 gmcgarry Exp $ */ /* $NetBSD: procfs_machdep.c,v 1.6 2003/11/17 14:37:59 tsutsui Exp $ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.5 2002/03/15 05:55:38 gmcgarry Exp $"); __KERNEL_RCSID(0, "$NetBSD: procfs_machdep.c,v 1.6 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: softintr.c,v 1.3 2003/07/19 16:06:27 tsutsui Exp $ */ /* $NetBSD: softintr.c,v 1.4 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 2000 The NetBSD Foundation, Inc. * Copyright (c) 2000 The NetBSD Foundation, Inc.
@ -42,7 +42,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: softintr.c,v 1.3 2003/07/19 16:06:27 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: softintr.c,v 1.4 2003/11/17 14:37:59 tsutsui Exp $");
#include <sys/param.h> #include <sys/param.h>
#include <sys/systm.h> #include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.108 2003/11/08 12:17:25 tsutsui Exp $ */ /* $NetBSD: trap.c,v 1.109 2003/11/17 14:37:59 tsutsui Exp $ */
/* /*
* Copyright (c) 1982, 1986, 1990, 1993 * Copyright (c) 1982, 1986, 1990, 1993
@ -77,7 +77,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.108 2003/11/08 12:17:25 tsutsui Exp $"); __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.109 2003/11/17 14:37:59 tsutsui Exp $");
#include "opt_ddb.h" #include "opt_ddb.h"
#include "opt_execfmt.h" #include "opt_execfmt.h"

View File

@ -1,4 +1,4 @@
| $NetBSD: vectors.s,v 1.17 2003/09/22 14:26:58 cl Exp $ | $NetBSD: vectors.s,v 1.18 2003/11/17 14:37:59 tsutsui Exp $
| Copyright (c) 1997 Jason R. Thorpe. All rights reserved. | Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
| Copyright (c) 1988 University of Utah | Copyright (c) 1988 University of Utah

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus.h,v 1.7 2003/08/01 00:23:18 tsutsui Exp $ */ /* $NetBSD: bus.h,v 1.8 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: hpux_machdep.h,v 1.18 2003/09/28 21:12:26 cl Exp $ */ /* $NetBSD: hpux_machdep.h,v 1.19 2003/11/17 14:37:59 tsutsui Exp $ */
/*- /*-
* Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc. * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.