Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf tabify, fix indent and remove trailing...



details:   https://anonhg.NetBSD.org/src/rev/ae14750b2eeb
branches:  trunk
changeset: 815558:ae14750b2eeb
user:      nakayama <nakayama%NetBSD.org@localhost>
date:      Wed May 25 20:00:50 2016 +0000

description:
tabify, fix indent and remove trailing whitespace.

diffstat:

 sys/arch/sparc64/conf/GENERIC       |  132 ++++++++++++++++++------------------
 sys/arch/sparc64/conf/GENERIC.DEBUG |    6 +-
 sys/arch/sparc64/conf/GENERIC.UP    |    6 +-
 sys/arch/sparc64/conf/GENERIC32     |    8 +-
 sys/arch/sparc64/conf/GENERIC32.UP  |    8 +-
 sys/arch/sparc64/conf/INSTALL       |    6 +-
 sys/arch/sparc64/conf/MODULAR       |   16 ++--
 sys/arch/sparc64/conf/NONPLUS       |   12 +-
 sys/arch/sparc64/conf/NONPLUS64     |   22 +++---
 9 files changed, 108 insertions(+), 108 deletions(-)

diffs (truncated from 633 to 300 lines):

diff -r 772dff244b0d -r ae14750b2eeb sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Wed May 25 19:52:32 2016 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Wed May 25 20:00:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.186 2016/05/24 13:57:26 martin Exp $
+# $NetBSD: GENERIC,v 1.187 2016/05/25 20:00:50 nakayama Exp $
 #
 # GENERIC machine description file
 #
@@ -18,11 +18,11 @@
 # of each device driver in this file see the section 4 man page for the
 # device.
 
-include        "arch/sparc64/conf/std.sparc64"
+include        "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.186 $"
+#ident         "GENERIC-$Revision: 1.187 $"
 
 maxusers       64
 
@@ -56,14 +56,14 @@
 options        SYSVSEM         # System V semaphores
 options        SYSVSHM         # System V shared memory
 
-options                MODULAR         # new style module(7) framework
-options                MODULAR_DEFAULT_AUTOLOAD
+options        MODULAR         # new style module(7) framework
+options        MODULAR_DEFAULT_AUTOLOAD
 
 options        USERCONF        # userconf(4) support
 #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
@@ -156,14 +156,14 @@
 options        EXEC_ELF32      # Exec module for SunOS 5.x binaries.
 
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
-options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
+options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 
 ## File systems.  You probably need at least one of FFS or NFS.
 file-system    FFS             # Berkeley Fast Filesystem
 file-system    NFS             # Sun NFS-compatible filesystem client
 file-system    KERNFS          # kernel data-structure filesystem
 file-system    NULLFS          # NULL layered filesystem
-file-system    OVERLAY         # overlay file system
+file-system    OVERLAY         # overlay file system
 file-system    MFS             # memory-based filesystem
 file-system    FDESC           # user file descriptor filesystem
 file-system    UMAPFS          # uid/gid remapping filesystem
@@ -201,7 +201,7 @@
 #options       PPS_SYNC        # Add serial line synchronization for NTP
 options        IPFILTER_LOG    # Add ipmon(8) logging for ipfilter device
 options        IPFILTER_LOOKUP # ippool(8) support
-options        IPFILTER_COMPAT # Compat for IP-Filter
+options        IPFILTER_COMPAT # Compat for IP-Filter
 #options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 options        PPP_BSDCOMP     # Add BSD compression to ppp device
 options        PPP_DEFLATE     # Add deflate (libz) compression to ppp device
@@ -225,13 +225,13 @@
 #### Main bus and CPUs .. all systems.
 mainbus0 at root
 options        MULTIPROCESSOR          # include multiprocessor support
-cpu*           at mainbus0             # declare additional CPUs
+cpu*           at mainbus0             # declare additional CPUs
 
 #### Bus types found on SPARC systems.
 
 sbus*  at mainbus0                             # SBus-based systems
-psycho*        at mainbus0                             # PCI-based systems
-schizo*        at mainbus?
+psycho* at mainbus0                            # PCI-based systems
+schizo* at mainbus?
 pyro*  at mainbus?
 vpci*  at mainbus0
 central* at mainbus?
@@ -289,7 +289,7 @@
 
 ## The SAB82532 controller has two serial ports
 sab*   at ebus?                                # ttya/ttyb
-sabtty*        at sab? channel ?
+sabtty* at sab? channel ?
 
 ## Part of a PC87332VLJ
 com*   at ebus?                                # `com' driver for `su'
@@ -297,12 +297,12 @@
 ms0    at com?                                 # mouse
 
 ## Tadpole SPARCle PS/2 keyboard and mouse
-pckbc*                 at ebus?                # PC keyboard controller
-pckbd*                 at pckbc?               # PC keyboard
-pms*           at pckbc?               # PS/2 mouse for wsmouse
+pckbc*         at ebus?                # PC keyboard controller
+pckbd*         at pckbc?               # PC keyboard
+pms*           at pckbc?               # PS/2 mouse for wsmouse
 options        PMS_SYNAPTICS_TOUCHPAD  # Enable support for Synaptics Touchpads
-wskbd*                 at pckbd? console ?
-wsmouse*       at pms? mux 0
+wskbd*         at pckbd? console ?
+wsmouse*       at pms? mux 0
 
 ## Magma Serial/Parallel driver (not tested)
 #magma*        at sbus? slot ? offset ?
@@ -310,9 +310,9 @@
 #mbpp* at magma?
 
 ## SUNW,spif Serial/Parallel driver
-spif*  at sbus? slot ? offset ?
-stty*  at spif?
-sbpp*  at spif?
+spif*  at sbus? slot ? offset ?
+stty*  at spif?
+sbpp*  at spif?
 
 ## PCI serial interfaces
 com*   at puc? port ?                  # 16x50s on "universal" comm boards
@@ -340,11 +340,11 @@
 esp*   at sbus? slot ? offset ?
 isp*   at sbus? slot ? offset ?
 isp*   at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
-siop*  at pci?                         # 53C8xx ("glm" compatible)
-esiop* at pci?                         # 53C875 and newer ("glm" compatible)
+siop*  at pci?                         # 53C8xx ("glm" compatible)
+esiop* at pci?                         # 53C875 and newer ("glm" compatible)
 
 # PCI SCSI controllers
-#      UT marks untested.
+#      UT marks untested.
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI UT
 adw*   at pci? dev ? function ?        # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI UT
 ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
@@ -385,7 +385,7 @@
 pdcsata* at pci? dev ? function ?      # Promise SATA150 controllers
 satalink* at pci? dev ? function ?     # SiI SATALink controllers
 siside* at pci? dev ? function ?       # SiS IDE controllers
-slide*  at pci? dev ? function ?       # Symphony Labs IDE controllers
+slide* at pci? dev ? function ?        # Symphony Labs IDE controllers
 viaide* at pci? dev ? function ?       # VIA/AMD/Nvidia IDE controllers
 
 # ATA (IDE) bus support
@@ -425,12 +425,12 @@
 # register space (it is mapped in to fdthree not auxio).
 fdc0   at sbus? slot ? offset ?                # SUNW,fdtwo
 #fdc0  at ebus?                                # fdthree, EXPERIMENTAL
-fd*    at fdc0                                 # the drive itself
+fd*    at fdc0                                 # the drive itself
 
 #
 # accept filters
-pseudo-device   accf_data              # "dataready" accept filter
-pseudo-device   accf_http              # "httpready" accept filter
+pseudo-device  accf_data               # "dataready" accept filter
+pseudo-device  accf_http               # "httpready" accept filter
 
 ## A disk-like interface to files.  Can be used to create floppy, CD,
 ## miniroot images, etc.
@@ -486,7 +486,7 @@
 
 ## Happy Meal Ethernet
 hme*           at sbus? slot ? offset ?
-hme*           at pci? dev ? function ?        # network "hme" compatible
+hme*           at pci? dev ? function ?        # network "hme" compatible
 
 ## qec/be, qec/hme
 qec*           at sbus? slot ? offset ?
@@ -494,7 +494,7 @@
 qe*            at qec?
 
 # PCI network interfaces
-#      UT marks untested.
+#      UT marks untested.
 an*    at pci? dev ? function ?        # Aironet PC4500/PC4800 (802.11) UT
 ath*   at pci? dev ? function ?        # Atheros 5210/5211/5212 802.11 UT
 bge*   at pci? dev ? function ?        # Broadcom 570x gigabit Ethernet
@@ -545,15 +545,15 @@
 exphy* at mii? phy ?                   # 3Com internal PHYs
 gentbi* at mii? phy ?                  # Generic Ten-Bit 1000BASE-[CLS]X PHYs
 gphyter* at mii? phy ?                 # NS83861 Gig-E PHY
-icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS189x
+icsphy* at mii? phy ?                  # Integrated Circuit Systems ICS189x
 ikphy* at mii? phy ?                   # Intel 82563 PHYs
 inphy* at mii? phy ?                   # Intel 82555 PHYs
 iophy* at mii? phy ?                   # Intel 82553 PHYs
 igphy* at mii? phy ?                   # Intel IGP01E1000
-lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
+lxtphy* at mii? phy ?                  # Level One LXT-970 PHYs
 makphy* at mii? phy ?                  # Marvell Semiconductor 88E1000 PHYs
 nsphy* at mii? phy ?                   # NS83840 PHYs
-nsphyter* at mii? phy ?                        # NS83843 PHYs
+nsphyter* at mii? phy ?                # NS83843 PHYs
 qsphy* at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
 rgephy* at mii? phy ?                  # Realtek 8169S/8110S internal PHYs
 rlphy* at mii? phy ?                   # Realtek 8139/8201L PHYs
@@ -565,7 +565,7 @@
 # PCI USB controllers
 ehci*  at pci? dev ? function ?        # Enhanced Host Controller
 ohci*  at pci? dev ? function ?        # Open Host Controller
-uhci*  at pci? dev ? function ?        # Universal Host Controller (Intel)
+uhci*  at pci? dev ? function ?        # Universal Host Controller (Intel)
 
 # USB bus support
 usb*   at ehci?
@@ -578,7 +578,7 @@
 uhub*  at uhub? port ?
 
 # USB HID device
-uhidev*        at uhub? port ? configuration ? interface ?
+uhidev* at uhub? port ? configuration ? interface ?
 
 # USB Mice
 ums*   at uhidev? reportid ?
@@ -596,7 +596,7 @@
 uthum* at uhidev? reportid ?
 
 # USB serial adapter
-ucycom*        at uhidev? reportid ?
+ucycom* at uhidev? reportid ?
 
 # USB Generic HID devices
 uhid*  at uhidev? reportid ?
@@ -605,7 +605,7 @@
 ulpt*  at uhub? port ? configuration ? interface ?
 
 # USB Modem
-umodem*        at uhub? port ? configuration ?
+umodem* at uhub? port ? configuration ?
 ucom*  at umodem?
 
 # Option N.V. Wireless WAN modems
@@ -616,7 +616,7 @@
 wd*    at umass?
 
 # USB audio
-uaudio*        at uhub? port ? configuration ?
+uaudio* at uhub? port ? configuration ?
 
 # USB MIDI
 umidi* at uhub? port ? configuration ?
@@ -667,7 +667,7 @@
 urio*  at uhub? port ?
 
 # USB Handspring Visor
-uvisor*        at uhub? port ?
+uvisor* at uhub? port ?
 ucom*  at uvisor?
 
 # Kyocera AIR-EDGE PHONE
@@ -691,7 +691,7 @@
 ugen*  at uhub? port ?
 
 # Firewire support
-fwohci*        at pci? dev ? function ?        # IEEE1394 Open Host Controller
+fwohci* at pci? dev ? function ?       # IEEE1394 Open Host Controller
 ieee1394if* at fwohci?
 fwip*  at ieee1394if?                  # IP over IEEE1394
 sbp*   at ieee1394if? euihi ? euilo ?
@@ -756,7 +756,7 @@
 
 ## SBus to PCMCIA bridge
 #nell* at sbus? slot ? offset ?                # PCMCIA bridge
-#pcmcia*       at nell?
+#pcmcia* at nell?
 
 ## CardBus cards; UT marks untested.
 
@@ -868,7 +868,7 @@
 audiocs*       at sbus? slot ? offset ?        # SUNW,CS4231
 audiocs*       at ebus?                        # SUNW,CS4231 in U5/U10
 autri*         at pci? dev ? function ?        # Blade 100 'sound'
-auacer*                at pci? dev ? function ?        # Ultra45
+auacer*        at pci? dev ? function ?        # Ultra45
 
 audio*         at audiobus?
 
@@ -887,7 +887,7 @@
 cgsix*         at sbus? slot ? offset ?
 
 ## Southland Media Systems (now Quantum 3D) MGX
-mgx*           at sbus? slot ? offset ?
+mgx*           at sbus? slot ? offset ?
 
 ## Sun FFB
 ffb*           at mainbus0
@@ -898,7 +898,7 @@
 gfb*           at mainbus0
 
 # On board vga on U5/U10 etc.
-machfb*                at pci?
+machfb*        at pci?
 
 # Sun XVR-100
 radeonfb*      at pci?



Home | Main Index | Thread Index | Old Index