Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys whitespace police



details:   https://anonhg.NetBSD.org/src/rev/a867e2f8fd88
branches:  trunk
changeset: 504168:a867e2f8fd88
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sat Feb 24 01:59:46 2001 +0000

description:
whitespace police

diffstat:

 sys/arch/i386/pnpbios/files.pnpbios |   60 +++++++-------
 sys/dev/ata/files.ata               |    8 +-
 sys/dev/cardbus/files.cardbus       |   20 ++--
 sys/dev/eisa/files.eisa             |    4 +-
 sys/dev/i2o/files.i2o               |    8 +-
 sys/dev/ieee1394/files.ieee1394     |    4 +-
 sys/dev/isa/files.isa               |  146 ++++++++++++++++++------------------
 sys/dev/isapnp/files.isapnp         |   10 +-
 sys/dev/mca/files.mca               |    4 +-
 sys/dev/mii/files.mii               |   90 +++++++++++-----------
 sys/dev/pci/files.pci               |  114 +++++++++++++--------------
 sys/dev/pckbc/files.pckbc           |   18 ++--
 sys/dev/pcmcia/files.pcmcia         |   22 ++--
 sys/dev/scsipi/files.scsipi         |    6 +-
 sys/dev/usb/files.usb               |   18 ++--
 sys/dev/vme/files.vme               |   26 +++---
 sys/dev/wscons/files.wscons         |   38 ++++----
 17 files changed, 297 insertions(+), 299 deletions(-)

diffs (truncated from 1290 to 300 lines):

diff -r 81a65c391b66 -r a867e2f8fd88 sys/arch/i386/pnpbios/files.pnpbios
--- a/sys/arch/i386/pnpbios/files.pnpbios       Sat Feb 24 01:34:28 2001 +0000
+++ b/sys/arch/i386/pnpbios/files.pnpbios       Sat Feb 24 01:59:46 2001 +0000
@@ -1,44 +1,44 @@
-# $NetBSD: files.pnpbios,v 1.9 2001/01/28 00:37:52 nathanw Exp $
+# $NetBSD: files.pnpbios,v 1.10 2001/02/24 02:13:34 lukem Exp $
 
-defopt PNPBIOSVERBOSE
+defopt PNPBIOSVERBOSE
 
-device pnpbios { [index = -1] }
-attach pnpbios at mainbus
-file arch/i386/pnpbios/pnpbios.c pnpbios needs-flag
-file arch/i386/pnpbios/pnpbioscall.s pnpbios
+device pnpbios { [index = -1] }
+attach pnpbios at mainbus
+file   arch/i386/pnpbios/pnpbios.c             pnpbios         needs-flag
+file   arch/i386/pnpbios/pnpbioscall.s         pnpbios
 
-attach com at pnpbios with com_pnpbios
-file arch/i386/pnpbios/com_pnpbios.c com_pnpbios
+attach com at pnpbios with com_pnpbios
+file   arch/i386/pnpbios/com_pnpbios.c         com_pnpbios
 
-attach lpt at pnpbios with lpt_pnpbios
-file arch/i386/pnpbios/lpt_pnpbios.c lpt_pnpbios
+attach lpt at pnpbios with lpt_pnpbios
+file   arch/i386/pnpbios/lpt_pnpbios.c         lpt_pnpbios
 
-attach sb at pnpbios with sb_pnpbios
-file arch/i386/pnpbios/sb_pnpbios.c sb_pnpbios
+attach sb at pnpbios with sb_pnpbios
+file   arch/i386/pnpbios/sb_pnpbios.c          sb_pnpbios
 
-attach wss at pnpbios with wss_pnpbios
-file arch/i386/pnpbios/wss_pnpbios.c wss_pnpbios
+attach wss at pnpbios with wss_pnpbios
+file   arch/i386/pnpbios/wss_pnpbios.c         wss_pnpbios
 
-attach ym at pnpbios with ym_pnpbios
-file arch/i386/pnpbios/ym_pnpbios.c ym_pnpbios
+attach ym at pnpbios with ym_pnpbios
+file   arch/i386/pnpbios/ym_pnpbios.c          ym_pnpbios
 
-attach ess at pnpbios with ess_pnpbios
-file arch/i386/pnpbios/ess_pnpbios.c ess_pnpbios
+attach ess at pnpbios with ess_pnpbios
+file   arch/i386/pnpbios/ess_pnpbios.c         ess_pnpbios
 
-attach pciide at pnpbios with pciide_pnpbios
-file arch/i386/pnpbios/pciide_pnpbios.c pciide_pnpbios needs-flag
+attach pciide at pnpbios with pciide_pnpbios
+file   arch/i386/pnpbios/pciide_pnpbios.c      pciide_pnpbios  needs-flag
 
-attach lm at pnpbios with lm_pnpbios
-file arch/i386/pnpbios/lm_pnpbios.c lm_pnpbios
+attach lm at pnpbios with lm_pnpbios
+file   arch/i386/pnpbios/lm_pnpbios.c          lm_pnpbios
 
-attach pckbc at pnpbios with pckbc_pnpbios
-file arch/i386/pnpbios/pckbc_pnpbios.c pckbc_pnpbios
+attach pckbc at pnpbios with pckbc_pnpbios
+file   arch/i386/pnpbios/pckbc_pnpbios.c       pckbc_pnpbios
 
-attach fdc at pnpbios with fdc_pnpbios
-file arch/i386/pnpbios/fdc_pnpbios.c fdc_pnpbios
+attach fdc at pnpbios with fdc_pnpbios
+file   arch/i386/pnpbios/fdc_pnpbios.c         fdc_pnpbios
 
-attach npx at pnpbios with npx_pnpbios
-file arch/i386/pnpbios/npx_pnpbios.c npx_pnpbios
+attach npx at pnpbios with npx_pnpbios
+file   arch/i386/pnpbios/npx_pnpbios.c         npx_pnpbios
 
-attach joy at pnpbios with joy_pnpbios
-file arch/i386/pnpbios/joy_pnpbios.c joy_pnpbios
+attach joy at pnpbios with joy_pnpbios
+file   arch/i386/pnpbios/joy_pnpbios.c         joy_pnpbios
diff -r 81a65c391b66 -r a867e2f8fd88 sys/dev/ata/files.ata
--- a/sys/dev/ata/files.ata     Sat Feb 24 01:34:28 2001 +0000
+++ b/sys/dev/ata/files.ata     Sat Feb 24 01:59:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.ata,v 1.4 2000/04/10 06:43:38 bouyer Exp $
+#      $NetBSD: files.ata,v 1.5 2001/02/24 01:59:47 lukem Exp $
 #
 # Config file and device description for machine-independent devices
 # which attach to ATA busses.  Included by ports that need it.  Ports
@@ -8,7 +8,7 @@
 # ATA disks
 device wd: disk
 attach wd at ata
-file   dev/ata/wd.c                            wd needs-flag
-file   dev/ata/ata_wdc.c                       wd & wdc_base
+file   dev/ata/wd.c                    wd                      needs-flag
+file   dev/ata/ata_wdc.c               wd & wdc_base
 
-file   dev/ata/ata.c                           (ata | atapi) & wdc_base
+file   dev/ata/ata.c                   (ata | atapi) & wdc_base
diff -r 81a65c391b66 -r a867e2f8fd88 sys/dev/cardbus/files.cardbus
--- a/sys/dev/cardbus/files.cardbus     Sat Feb 24 01:34:28 2001 +0000
+++ b/sys/dev/cardbus/files.cardbus     Sat Feb 24 01:59:46 2001 +0000
@@ -1,16 +1,16 @@
-#      $NetBSD: files.cardbus,v 1.12 2000/05/10 00:24:14 haya Exp $
+#      $NetBSD: files.cardbus,v 1.13 2001/02/24 02:13:33 lukem Exp $
 #
 # files.cardbus
 #
 
 device cardslot: cbbus, pcmciabus
 attach cardslot at pcmciaslot
-file   dev/cardbus/cardslot.c          cardslot        needs-flag
+file   dev/cardbus/cardslot.c          cardslot                needs-flag
 defopt opt_cardslot.h                  CARDSLOT_DEBUG
 
 device cardbus {[dev = -1], [function = -1]}
 attach cardbus at cbbus
-file   dev/cardbus/cardbus.c           cardbus         needs-flag
+file   dev/cardbus/cardbus.c           cardbus                 needs-flag
 file   dev/cardbus/cardbus_map.c       cardbus
 file   dev/cardbus/cardbus_exrom.c     cardbus
 file   dev/cardbus/rbus.c              cardbus
@@ -21,40 +21,40 @@
 # 3Com 3C575TX and 3C575BTX
 #
 attach ex at cardbus with ex_cardbus
-file   dev/cardbus/if_ex_cardbus.c             ex_cardbus
+file   dev/cardbus/if_ex_cardbus.c     ex_cardbus
 
 #
 # Intel PRO/100 8255x based CardBus cards.
 #
 attach fxp at cardbus with fxp_cardbus
-file   dev/cardbus/if_fxp_cardbus.c            fxp_cardbus
+file   dev/cardbus/if_fxp_cardbus.c    fxp_cardbus
 
 #
 #
 attach com at cardbus with com_cardbus
-file   dev/cardbus/com_cardbus.c               com_cardbus
+file   dev/cardbus/com_cardbus.c       com_cardbus
 
 #
 # DECchip 21143 and clones.
 #
 attach tlp at cardbus with tlp_cardbus
-file   dev/cardbus/if_tlp_cardbus.c            tlp_cardbus
+file   dev/cardbus/if_tlp_cardbus.c    tlp_cardbus
 
 #
 # OHCI USB controller
 #
 attach ohci at cardbus with ohci_cardbus
-file   dev/cardbus/ohci_cardbus.c              ohci_cardbus
+file   dev/cardbus/ohci_cardbus.c      ohci_cardbus
 
 #
 # Adaptec ADP-1480 SCSI controller
 #
 attach ahc at cardbus with ahc_cardbus: ahc_seeprom, smc93cx6
-file   dev/cardbus/ahc_cardbus.c               ahc_cardbus
+file   dev/cardbus/ahc_cardbus.c       ahc_cardbus
 
 #
 # RealTek 8139
 #
 attach rtk at cardbus with rtk_cardbus
-file   dev/cardbus/if_rtk_cardbus.c            rtk_cardbus
+file   dev/cardbus/if_rtk_cardbus.c    rtk_cardbus
 
diff -r 81a65c391b66 -r a867e2f8fd88 sys/dev/eisa/files.eisa
--- a/sys/dev/eisa/files.eisa   Sat Feb 24 01:34:28 2001 +0000
+++ b/sys/dev/eisa/files.eisa   Sat Feb 24 01:59:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.eisa,v 1.22 2000/09/01 12:15:20 ad Exp $
+#      $NetBSD: files.eisa,v 1.23 2001/02/24 02:13:32 lukem Exp $
 #
 # Config file and device description for machine-independent EISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -8,7 +8,7 @@
 
 device eisa {[slot = -1]}
 attach eisa at eisabus
-file   dev/eisa/eisa.c                 eisa    needs-flag
+file   dev/eisa/eisa.c                 eisa                    needs-flag
 
 # Adaptec AHA-174x EISA SCSI Host Adapter family
 device ahb: scsi
diff -r 81a65c391b66 -r a867e2f8fd88 sys/dev/i2o/files.i2o
--- a/sys/dev/i2o/files.i2o     Sat Feb 24 01:34:28 2001 +0000
+++ b/sys/dev/i2o/files.i2o     Sat Feb 24 01:59:46 2001 +0000
@@ -1,13 +1,13 @@
-#      $NetBSD: files.i2o,v 1.2 2000/11/26 17:44:05 ad Exp $
+#      $NetBSD: files.i2o,v 1.3 2001/02/24 01:59:47 lukem Exp $
 
 defopt opt_i2o.h       I2OVERBOSE I2ODEBUG
 
 device iop {tid = -1}
-file   dev/i2o/iop.c           iop             needs-flag
+file   dev/i2o/iop.c                   iop                     needs-flag
 
 attach ld at iop with ld_iop
-file   dev/i2o/ld_iop.c        ld_iop
+file   dev/i2o/ld_iop.c                ld_iop
 
 device iopsp: scsi
 attach iopsp at iop
-file   dev/i2o/iopsp.c         iopsp
+file   dev/i2o/iopsp.c                 iopsp
diff -r 81a65c391b66 -r a867e2f8fd88 sys/dev/ieee1394/files.ieee1394
--- a/sys/dev/ieee1394/files.ieee1394   Sat Feb 24 01:34:28 2001 +0000
+++ b/sys/dev/ieee1394/files.ieee1394   Sat Feb 24 01:59:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.ieee1394,v 1.2 2000/11/14 23:37:20 matt Exp $
+#      $NetBSD: files.ieee1394,v 1.3 2001/02/24 02:13:34 lukem Exp $
 
 file   dev/ieee1394/fwlynx.c           fwlynx
 file   dev/ieee1394/fwohci.c           fwohci
@@ -9,7 +9,7 @@
 #file  dev/ieee1394/fw_node.c          fwbus
 #file  dev/ieee1394/fw_kthread.c       fwbus
 
-device  fw: arp, ieee1394, ifnet
+device fw: arp, ieee1394, ifnet
 attach fw at fwbus
 
 file   dev/ieee1394/if_fw.c            fw
diff -r 81a65c391b66 -r a867e2f8fd88 sys/dev/isa/files.isa
--- a/sys/dev/isa/files.isa     Sat Feb 24 01:34:28 2001 +0000
+++ b/sys/dev/isa/files.isa     Sat Feb 24 01:59:46 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.isa,v 1.109 2001/02/18 13:54:32 martin Exp $
+#      $NetBSD: files.isa,v 1.110 2001/02/24 01:59:47 lukem Exp $
 #
 # Config file and device description for machine-independent ISA code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -12,11 +12,11 @@
             [iomem = -1], [iosiz = 0],
             [irq = -1], [drq = -1], [drq2 = -1]}
 attach isa at isabus
-file   dev/isa/isa.c                   isa needs-flag
+file   dev/isa/isa.c                   isa                     needs-flag
 
 # ISA DMA controller
 define isadma
-file   dev/isa/isadma.c                isadma needs-flag
+file   dev/isa/isadma.c                isadma                  needs-flag
 
 #
 # 8250/16[45]50-based multi-port serial boards
@@ -50,12 +50,12 @@
 file   dev/isa/rtfps.c                 rtfps
 
 # BOCA 6-port board (3x 16552)
-device  ioat: commulti
-attach  ioat at isa
-file    dev/isa/ioat66.c               ioat
+device ioat: commulti
+attach ioat at isa
+file   dev/isa/ioat66.c                ioat
 
 # MOXA 8-port board
-device  moxa: commulti
+device moxa: commulti
 attach moxa at isa with moxa_isa
 file   dev/isa/moxa_isa.c              moxa
 
@@ -76,7 +76,7 @@
 # PC-style parallel ports (XXX what chip?)
 # XXX chip driver should be defined elsewhere
 device lpt
-file   dev/ic/lpt.c                    lpt needs-flag
+file   dev/ic/lpt.c                    lpt                     needs-flag
 
 # PC-style parallel ports: ISA bus attachment
 attach lpt at isa with lpt_isa
@@ -88,8 +88,8 @@
 
 # AdvanSys 514x family
 # device declaration in sys/conf/files
-attach  adv at isa with adv_isa: isadma
-file    dev/isa/adv_isa.c               adv_isa
+attach adv at isa with adv_isa: isadma
+file   dev/isa/adv_isa.c               adv_isa
 
 # Adaptec AHA-154x family
 # device declaration in sys/conf/files
@@ -138,21 +138,21 @@
 # Mitsumi CD-ROM controllers
 device mcd: disk
 attach mcd at isa
-file   dev/isa/mcd.c                   mcd needs-flag
+file   dev/isa/mcd.c                   mcd                     needs-flag
 defopt MCD_PROMISC                     # enable "promiscuous" match
 
 # Sony CDU-3[13]A CD-ROM drives
 device scd: disk
 attach scd at isa
-file   dev/isa/scd.c                   scd needs-flag
+file   dev/isa/scd.c                   scd                     needs-flag
 



Home | Main Index | Thread Index | Old Index