TAB/space cleanup.

This commit is contained in:
tsutsui 2003-01-19 10:06:12 +00:00
parent ef022d1b15
commit 59dafa2c6b
17 changed files with 86 additions and 80 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: arcbios.h,v 1.4 2001/06/13 15:08:05 soda Exp $ */
/* $NetBSD: arcbios.h,v 1.5 2003/01/19 10:06:12 tsutsui Exp $ */
/* $OpenBSD: arcbios.h,v 1.1 1998/01/29 15:06:22 pefo Exp $ */
/*-

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_dma.c,v 1.12 2002/06/02 14:44:42 drochner Exp $ */
/* $NetBSD: bus_dma.c,v 1.13 2003/01/19 10:06:12 tsutsui Exp $ */
/* NetBSD: bus_dma.c,v 1.20 2000/01/10 03:24:36 simonb Exp */
/*-

View File

@ -1,4 +1,4 @@
/* $NetBSD: bus_space_sparse.c,v 1.6 2001/09/10 21:19:31 chris Exp $ */
/* $NetBSD: bus_space_sparse.c,v 1.7 2003/01/19 10:06:12 tsutsui Exp $ */
/* NetBSD: bus_machdep.c,v 1.1 2000/01/26 18:48:00 drochner Exp */
/*-

View File

@ -1,4 +1,4 @@
/* $NetBSD: c_isa.c,v 1.2 2002/12/04 07:43:55 imp Exp $ */
/* $NetBSD: c_isa.c,v 1.3 2003/01/19 10:06:12 tsutsui Exp $ */
/* $OpenBSD: isabus.c,v 1.15 1998/03/16 09:38:46 pefo Exp $ */
/*-

View File

@ -1,4 +1,4 @@
/* $NetBSD: c_nec_pci.c,v 1.3 2002/12/28 16:52:02 tsutsui Exp $ */
/* $NetBSD: c_nec_pci.c,v 1.4 2003/01/19 10:06:12 tsutsui Exp $ */
/*-
* Copyright (C) 2000 Shuichiro URATA. All rights reserved.

View File

@ -1,4 +1,4 @@
/* $NetBSD: disksubr.c,v 1.12 2002/02/19 17:09:42 wiz Exp $ */
/* $NetBSD: disksubr.c,v 1.13 2003/01/19 10:06:12 tsutsui Exp $ */
/* $OpenBSD: disksubr.c,v 1.14 1997/05/08 00:14:29 deraadt Exp $ */
/* NetBSD: disksubr.c,v 1.40 1999/05/06 15:45:51 christos Exp */

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.73 2003/01/17 22:19:05 thorpej Exp $ */
/* $NetBSD: machdep.c,v 1.74 2003/01/19 10:06:12 tsutsui Exp $ */
/* $OpenBSD: machdep.c,v 1.36 1999/05/22 21:22:19 weingart Exp $ */
/*

View File

@ -1,4 +1,4 @@
/* $NetBSD: minidebug.c,v 1.10 2000/06/29 08:34:09 mrg Exp $ */
/* $NetBSD: minidebug.c,v 1.11 2003/01/19 10:06:13 tsutsui Exp $ */
/* $OpenBSD: minidebug.c,v 1.2 1998/03/16 09:03:36 pefo Exp $ */
/*-

View File

@ -1,4 +1,4 @@
/* $NetBSD: opms.c,v 1.7 2002/11/26 19:50:21 christos Exp $ */
/* $NetBSD: opms.c,v 1.8 2003/01/19 10:06:13 tsutsui Exp $ */
/* $OpenBSD: pccons.c,v 1.22 1999/01/30 22:39:37 imp Exp $ */
/* NetBSD: pms.c,v 1.21 1995/04/18 02:25:18 mycroft Exp */

View File

@ -1,4 +1,4 @@
/* $NetBSD: pccons.c,v 1.31 2002/10/23 09:10:38 jdolecek Exp $ */
/* $NetBSD: pccons.c,v 1.32 2003/01/19 10:06:13 tsutsui Exp $ */
/* $OpenBSD: pccons.c,v 1.22 1999/01/30 22:39:37 imp Exp $ */
/* NetBSD: pccons.c,v 1.89 1995/05/04 19:35:20 cgd Exp */

View File

@ -1,4 +1,4 @@
/* $NetBSD: btl.c,v 1.10 2002/10/02 04:59:47 thorpej Exp $ */
/* $NetBSD: btl.c,v 1.11 2003/01/19 10:06:14 tsutsui Exp $ */
/* NetBSD: bt.c,v 1.10 1996/05/12 23:51:54 mycroft Exp */
#undef BTDIAG

View File

@ -1,4 +1,4 @@
/* $NetBSD: isabus.c,v 1.17 2003/01/01 00:32:04 thorpej Exp $ */
/* $NetBSD: isabus.c,v 1.18 2003/01/19 10:06:14 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 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: isadma_bounce.c,v 1.4 2001/11/14 18:15:14 thorpej Exp $ */
/* $NetBSD: isadma_bounce.c,v 1.5 2003/01/19 10:06:14 tsutsui Exp $ */
/* NetBSD: isadma_bounce.c,v 1.2 2000/06/01 05:49:36 thorpej Exp */
/*-
@ -40,7 +40,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.4 2001/11/14 18:15:14 thorpej Exp $");
__KERNEL_RCSID(0, "$NetBSD: isadma_bounce.c,v 1.5 2003/01/19 10:06:14 tsutsui Exp $");
#include <sys/param.h>
#include <sys/systm.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: fd.c,v 1.10 2003/01/01 00:32:05 thorpej Exp $ */
/* $NetBSD: fd.c,v 1.11 2003/01/19 10:06:15 tsutsui Exp $ */
/* $OpenBSD: fd.c,v 1.6 1998/10/03 21:18:57 millert Exp $ */
/* NetBSD: fd.c,v 1.78 1995/07/04 07:23:09 mycroft Exp */
@ -132,13 +132,20 @@ struct fd_type {
/* The order of entries in the following table is important -- BEWARE! */
struct fd_type fd_types[] = {
{ 18,2,36,2,0xff,0xcf,0x1b,0x6c,80,2880,1,FDC_500KBPS,"1.44MB" }, /* 1.44MB diskette */
{ 15,2,30,2,0xff,0xdf,0x1b,0x54,80,2400,1,FDC_500KBPS, "1.2MB" }, /* 1.2 MB AT-diskettes */
{ 9,2,18,2,0xff,0xdf,0x23,0x50,40, 720,2,FDC_300KBPS, "360KB/AT" }, /* 360kB in 1.2MB drive */
{ 9,2,18,2,0xff,0xdf,0x2a,0x50,40, 720,1,FDC_250KBPS, "360KB/PC" }, /* 360kB PC diskettes */
{ 9,2,18,2,0xff,0xdf,0x2a,0x50,80,1440,1,FDC_250KBPS, "720KB" }, /* 3.5" 720kB diskette */
{ 9,2,18,2,0xff,0xdf,0x23,0x50,80,1440,1,FDC_300KBPS, "720KB/x" }, /* 720kB in 1.2MB drive */
{ 9,2,18,2,0xff,0xdf,0x2a,0x50,40, 720,2,FDC_250KBPS, "360KB/x" }, /* 360kB in 720kB drive */
/* 1.44MB diskette */
{ 18,2,36,2,0xff,0xcf,0x1b,0x6c,80,2880,1,FDC_500KBPS,"1.44MB" },
/* 1.2 MB AT-diskettes */
{ 15,2,30,2,0xff,0xdf,0x1b,0x54,80,2400,1,FDC_500KBPS, "1.2MB" },
/* 360kB in 1.2MB drive */
{ 9,2,18,2,0xff,0xdf,0x23,0x50,40, 720,2,FDC_300KBPS, "360KB/AT" },
/* 360kB PC diskettes */
{ 9,2,18,2,0xff,0xdf,0x2a,0x50,40, 720,1,FDC_250KBPS, "360KB/PC" },
/* 3.5" 720kB diskette */
{ 9,2,18,2,0xff,0xdf,0x2a,0x50,80,1440,1,FDC_250KBPS, "720KB" },
/* 720kB in 1.2MB drive */
{ 9,2,18,2,0xff,0xdf,0x23,0x50,80,1440,1,FDC_300KBPS, "720KB/x" },
/* 360kB in 720kB drive */
{ 9,2,18,2,0xff,0xdf,0x2a,0x50,40, 720,2,FDC_250KBPS, "360KB/x" },
};
/* software state, per disk (with up to 4 disks per ctlr) */
@ -181,8 +188,7 @@ void fdattach __P((struct device *, struct device *, void *));
extern struct cfdriver fd_cd;
CFATTACH_DECL(fd, sizeof(struct fd_softc),
fdprobe, fdattach, NULL, NULL);
CFATTACH_DECL(fd, sizeof(struct fd_softc), fdprobe, fdattach, NULL, NULL);
dev_type_open(fdopen);
dev_type_close(fdclose);

View File

@ -1,4 +1,4 @@
/* $NetBSD: jazzdmatlb.c,v 1.7 2002/09/27 15:35:42 provos Exp $ */
/* $NetBSD: jazzdmatlb.c,v 1.8 2003/01/19 10:06:15 tsutsui Exp $ */
/* $OpenBSD: dma.c,v 1.5 1998/03/01 16:49:57 niklas Exp $ */
/*-

View File

@ -1,4 +1,4 @@
/* $NetBSD: jazzisabr.c,v 1.3 2002/10/02 04:59:49 thorpej Exp $ */
/* $NetBSD: jazzisabr.c,v 1.4 2003/01/19 10:06:15 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 */

View File

@ -1,4 +1,4 @@
/* $NetBSD: pckbc_jazzio.c,v 1.7 2002/12/28 16:25:39 tsutsui Exp $ */
/* $NetBSD: pckbc_jazzio.c,v 1.8 2003/01/19 10:06:15 tsutsui Exp $ */
/* NetBSD: pckbc_isa.c,v 1.2 2000/03/23 07:01:35 thorpej Exp */
/*