clean up whitespace use

This commit is contained in:
lukem 1997-05-07 02:14:59 +00:00
parent 8744fe853c
commit a9016579ab
8 changed files with 144 additions and 144 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: DISKLESS,v 1.18 1997/03/11 21:21:49 gwr Exp $ # $NetBSD: DISKLESS,v 1.19 1997/05/07 02:14:59 lukem Exp $
# #
# DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # DISKLESS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -26,11 +26,11 @@ options KGDB
options KGDBDEV=0x0C01 options KGDBDEV=0x0C01
# Filesystem options # Filesystem options
file-system NFS # nfs client support file-system NFS # nfs client support
file-system FDESC # /dev/fd/* file-system FDESC # /dev/fd/*
file-system KERNFS # /kern file-system KERNFS # /kern
file-system NULLFS # loopback file system file-system NULLFS # loopback file system
file-system PROCFS # /proc file-system PROCFS # /proc
options FIFO # FIFOs; RECOMMENDED options FIFO # FIFOs; RECOMMENDED
@ -61,11 +61,11 @@ config netbsd root on ? type nfs
# #
# Serial ports # Serial ports
# #
zstty0 at zsc1 channel 0 # ttya zstty0 at zsc1 channel 0 # ttya
zstty1 at zsc1 channel 1 # ttyb zstty1 at zsc1 channel 1 # ttyb
kbd0 at zsc0 channel 0 # keyboard kbd0 at zsc0 channel 0 # keyboard
ms0 at zsc0 channel 1 # mouse ms0 at zsc0 channel 1 # mouse
# #
# Network devices # Network devices
@ -106,7 +106,7 @@ bwtwo0 at obmem0 addr ?
cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8 cgtwo0 at vmes0 addr 0xff400000 level 4 vect 0xA8
# Support for the CG9 24-bit VME frame buffer. # Support for the CG9 24-bit VME frame buffer.
# cgnine0 at vmel0 addr 0x08000000 #cgnine0 at vmel0 addr 0x08000000
# Misc. # Misc.
pseudo-device loop 1 # network loopback pseudo-device loop 1 # network loopback

View File

@ -1,4 +1,4 @@
# $NetBSD: FOUR_TTYS,v 1.9 1997/03/11 21:21:51 gwr Exp $ # $NetBSD: FOUR_TTYS,v 1.10 1997/05/07 02:15:00 lukem Exp $
# #
# FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -25,22 +25,22 @@ options DDB
#options KGDBDEV=0x0C01 #options KGDBDEV=0x0C01
# Filesystem options # Filesystem options
file-system FFS # ufs file system file-system FFS # ufs file system
file-system NFS # nfs client support file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/* file-system FDESC # /dev/fd/*
file-system KERNFS # /kern file-system KERNFS # /kern
file-system NULLFS # loopback file system file-system NULLFS # loopback file system
file-system PROCFS # /proc file-system PROCFS # /proc
file-system UNION # union file system file-system UNION # union file system
file-system MFS # memory-based filesystem file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support options NFSSERVER # nfs server support
options FIFO # FIFOs; RECOMMENDED options FIFO # FIFOs; RECOMMENDED
# Networking options # Networking options
options INET # IP prototol stack support options INET # IP prototol stack support
#options GATEWAY # IP packet forwarding #options GATEWAY # IP packet forwarding
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow servers (insurance...) # XXX - Work-around for root on slow servers (insurance...)
options NFS_BOOT_RWSIZE=1024 options NFS_BOOT_RWSIZE=1024
@ -66,16 +66,16 @@ config netbsd root on ? type ?
# #
# Serial ports # Serial ports
# #
zstty0 at zsc1 channel 0 # ttya zstty0 at zsc1 channel 0 # ttya
zstty1 at zsc1 channel 1 # ttyb zstty1 at zsc1 channel 1 # ttyb
# #
# Note that by ommitting "kdb0" and "ms0" one can build # Note that by ommitting "kdb0" and "ms0" one can build
# a kernel that operates four plain serial lines, where # a kernel that operates four plain serial lines, where
# two of them are data-leads-only ports wired up using # two of them are data-leads-only ports wired up using
# a custom cable on the keyboard connector. # a custom cable on the keyboard connector.
# #
zstty2 at zsc0 channel 0 # ttyc zstty2 at zsc0 channel 0 # ttyc
zstty3 at zsc0 channel 1 # ttyd zstty3 at zsc0 channel 1 # ttyd
# #
# Network devices # Network devices
@ -160,16 +160,16 @@ ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # unknown SCSI devices uk* at scsibus? target ? lun ? # unknown SCSI devices
# Memory-disk drivers # Memory-disk drivers
pseudo-device md 2 pseudo-device md 2
# Misc. # Misc.
pseudo-device loop 1 # network loopback pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter pseudo-device bpfilter 8 # packet filter
pseudo-device sl 2 # CSLIP pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty pseudo-device tun 2 # network tunneling over tty
#pseudo-device ipfilter # ip filter #pseudo-device ipfilter # ip filter
pseudo-device pty 64 # pseudo-terminals pseudo-device pty 64 # pseudo-terminals
#pseudo-device vnd 4 # paging to files #pseudo-device vnd 4 # paging to files
#pseudo-device ccd 4 # concatenated disks #pseudo-device ccd 4 # concatenated disks

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.37 1997/03/11 20:59:10 gwr Exp $ # $NetBSD: GENERIC,v 1.38 1997/05/07 02:15:01 lukem Exp $
# #
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -25,22 +25,22 @@ options DDB
#options KGDBDEV=0x0C01 #options KGDBDEV=0x0C01
# Filesystem options # Filesystem options
file-system FFS # ufs file system file-system FFS # ufs file system
file-system NFS # nfs client support file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/* file-system FDESC # /dev/fd/*
file-system KERNFS # /kern file-system KERNFS # /kern
file-system NULLFS # loopback file system file-system NULLFS # loopback file system
file-system PROCFS # /proc file-system PROCFS # /proc
file-system UNION # union file system file-system UNION # union file system
file-system MFS # memory-based filesystem file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support options NFSSERVER # nfs server support
options FIFO # FIFOs; RECOMMENDED options FIFO # FIFOs; RECOMMENDED
# Networking options # Networking options
options INET # IP prototol stack support options INET # IP prototol stack support
#options GATEWAY # IP packet forwarding #options GATEWAY # IP packet forwarding
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow servers (insurance...) # XXX - Work-around for root on slow servers (insurance...)
options NFS_BOOT_RWSIZE=1024 options NFS_BOOT_RWSIZE=1024
@ -66,11 +66,11 @@ config netbsd root on ? type ?
# #
# Serial ports # Serial ports
# #
zstty0 at zsc1 channel 0 # ttya zstty0 at zsc1 channel 0 # ttya
zstty1 at zsc1 channel 1 # ttyb zstty1 at zsc1 channel 1 # ttyb
kbd0 at zsc0 channel 0 # keyboard kbd0 at zsc0 channel 0 # keyboard
ms0 at zsc0 channel 1 # mouse ms0 at zsc0 channel 1 # mouse
# #
# Network devices # Network devices
@ -165,16 +165,16 @@ ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # unknown SCSI devices uk* at scsibus? target ? lun ? # unknown SCSI devices
# Memory-disk drivers # Memory-disk drivers
pseudo-device md 2 pseudo-device md 2
# Misc. # Misc.
pseudo-device loop 1 # network loopback pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter pseudo-device bpfilter 8 # packet filter
pseudo-device sl 2 # CSLIP pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty pseudo-device tun 2 # network tunneling over tty
#pseudo-device ipfilter # ip filter #pseudo-device ipfilter # ip filter
pseudo-device pty 64 # pseudo-terminals pseudo-device pty 64 # pseudo-terminals
#pseudo-device vnd 4 # paging to files #pseudo-device vnd 4 # paging to files
#pseudo-device ccd 4 # concatenated disks #pseudo-device ccd 4 # concatenated disks

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_KGDB,v 1.10 1997/03/11 21:21:52 gwr Exp $ # $NetBSD: GENERIC_KGDB,v 1.11 1997/05/07 02:15:02 lukem Exp $
# #
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -28,22 +28,22 @@ options KGDB
options KGDBDEV=0x0C01 options KGDBDEV=0x0C01
# Filesystem options # Filesystem options
file-system FFS # ufs file system file-system FFS # ufs file system
file-system NFS # nfs client support file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/* file-system FDESC # /dev/fd/*
file-system KERNFS # /kern file-system KERNFS # /kern
file-system NULLFS # loopback file system file-system NULLFS # loopback file system
file-system PROCFS # /proc file-system PROCFS # /proc
file-system UNION # union file system file-system UNION # union file system
file-system MFS # memory-based filesystem file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support options NFSSERVER # nfs server support
options FIFO # FIFOs; RECOMMENDED options FIFO # FIFOs; RECOMMENDED
# Networking options # Networking options
options INET # IP prototol stack support options INET # IP prototol stack support
#options GATEWAY # IP packet forwarding #options GATEWAY # IP packet forwarding
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow servers (insurance...) # XXX - Work-around for root on slow servers (insurance...)
options NFS_BOOT_RWSIZE=1024 options NFS_BOOT_RWSIZE=1024
@ -69,11 +69,11 @@ config netbsd root on ? type ?
# #
# Serial ports # Serial ports
# #
zstty0 at zsc1 channel 0 # ttya zstty0 at zsc1 channel 0 # ttya
zstty1 at zsc1 channel 1 # ttyb zstty1 at zsc1 channel 1 # ttyb
kbd0 at zsc0 channel 0 # keyboard kbd0 at zsc0 channel 0 # keyboard
ms0 at zsc0 channel 1 # mouse ms0 at zsc0 channel 1 # mouse
# #
# Network devices # Network devices
@ -158,16 +158,16 @@ ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # unknown SCSI devices uk* at scsibus? target ? lun ? # unknown SCSI devices
# Memory-disk drivers # Memory-disk drivers
pseudo-device md 2 pseudo-device md 2
# Misc. # Misc.
pseudo-device loop 1 # network loopback pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter pseudo-device bpfilter 8 # packet filter
pseudo-device sl 2 # CSLIP pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty pseudo-device tun 2 # network tunneling over tty
#pseudo-device ipfilter # ip filter #pseudo-device ipfilter # ip filter
pseudo-device pty 64 # pseudo-terminals pseudo-device pty 64 # pseudo-terminals
#pseudo-device vnd 4 # paging to files #pseudo-device vnd 4 # paging to files
#pseudo-device ccd 4 # concatenated disks #pseudo-device ccd 4 # concatenated disks

View File

@ -1,4 +1,4 @@
# $NetBSD: KGDB,v 1.10 1997/03/11 21:21:52 gwr Exp $ # $NetBSD: KGDB,v 1.11 1997/05/07 02:15:02 lukem Exp $
# #
# GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # GENERIC_KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -28,22 +28,22 @@ options KGDB
options KGDBDEV=0x0C01 options KGDBDEV=0x0C01
# Filesystem options # Filesystem options
file-system FFS # ufs file system file-system FFS # ufs file system
file-system NFS # nfs client support file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/* file-system FDESC # /dev/fd/*
file-system KERNFS # /kern file-system KERNFS # /kern
file-system NULLFS # loopback file system file-system NULLFS # loopback file system
file-system PROCFS # /proc file-system PROCFS # /proc
file-system UNION # union file system file-system UNION # union file system
file-system MFS # memory-based filesystem file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support options NFSSERVER # nfs server support
options FIFO # FIFOs; RECOMMENDED options FIFO # FIFOs; RECOMMENDED
# Networking options # Networking options
options INET # IP prototol stack support options INET # IP prototol stack support
#options GATEWAY # IP packet forwarding #options GATEWAY # IP packet forwarding
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow servers (insurance...) # XXX - Work-around for root on slow servers (insurance...)
options NFS_BOOT_RWSIZE=1024 options NFS_BOOT_RWSIZE=1024
@ -69,11 +69,11 @@ config netbsd root on ? type ?
# #
# Serial ports # Serial ports
# #
zstty0 at zsc1 channel 0 # ttya zstty0 at zsc1 channel 0 # ttya
zstty1 at zsc1 channel 1 # ttyb zstty1 at zsc1 channel 1 # ttyb
kbd0 at zsc0 channel 0 # keyboard kbd0 at zsc0 channel 0 # keyboard
ms0 at zsc0 channel 1 # mouse ms0 at zsc0 channel 1 # mouse
# #
# Network devices # Network devices
@ -158,16 +158,16 @@ ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # unknown SCSI devices uk* at scsibus? target ? lun ? # unknown SCSI devices
# Memory-disk drivers # Memory-disk drivers
pseudo-device md 2 pseudo-device md 2
# Misc. # Misc.
pseudo-device loop 1 # network loopback pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter pseudo-device bpfilter 8 # packet filter
pseudo-device sl 2 # CSLIP pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty pseudo-device tun 2 # network tunneling over tty
#pseudo-device ipfilter # ip filter #pseudo-device ipfilter # ip filter
pseudo-device pty 64 # pseudo-terminals pseudo-device pty 64 # pseudo-terminals
#pseudo-device vnd 4 # paging to files #pseudo-device vnd 4 # paging to files
#pseudo-device ccd 4 # concatenated disks #pseudo-device ccd 4 # concatenated disks

View File

@ -1,4 +1,4 @@
# $NetBSD: RAMDISK,v 1.10 1997/03/11 21:21:53 gwr Exp $ # $NetBSD: RAMDISK,v 1.11 1997/05/07 02:15:03 lukem Exp $
# #
# RAMDISK: Root/swap on ramdisk # RAMDISK: Root/swap on ramdisk
@ -32,9 +32,9 @@ options MINIROOTSIZE=512 # 256K
# Filesystem options # Filesystem options
# May need NFS to get miniroot image # May need NFS to get miniroot image
file-system NFS # nfs client support file-system NFS # nfs client support
# Need FFS for the ramdisk image # Need FFS for the ramdisk image
file-system FFS # ufs file system file-system FFS # ufs file system
options FIFO # named pipes used during install options FIFO # named pipes used during install
@ -54,11 +54,11 @@ config netbsd root on md0 type ffs
# #
# Serial ports # Serial ports
# #
zstty0 at zsc1 channel 0 # ttya zstty0 at zsc1 channel 0 # ttya
zstty1 at zsc1 channel 1 # ttyb zstty1 at zsc1 channel 1 # ttyb
kbd0 at zsc0 channel 0 # keyboard kbd0 at zsc0 channel 0 # keyboard
ms0 at zsc0 channel 1 # mouse ms0 at zsc0 channel 1 # mouse
# #
# Network devices # Network devices
@ -117,10 +117,10 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROMs
uk* at scsibus? target ? lun ? # unknown SCSI devices uk* at scsibus? target ? lun ? # unknown SCSI devices
# Memory-disk (root for install tape) # Memory-disk (root for install tape)
pseudo-device md 2 pseudo-device md 2
# Misc. # Misc.
pseudo-device loop 1 # network loopback pseudo-device loop 1 # network loopback
pseudo-device sl 2 # CSLIP pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP pseudo-device ppp 2 # PPP

View File

@ -1,4 +1,4 @@
# $NetBSD: SMD_TEST,v 1.9 1997/03/11 21:21:55 gwr Exp $ # $NetBSD: SMD_TEST,v 1.10 1997/05/07 02:15:03 lukem Exp $
# #
# SMD_TEST - for Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # SMD_TEST - for Sun3 (3/50, 3/60, 3/110, 3/160, 3/260)
@ -25,22 +25,22 @@ options DDB
#options KGDBDEV=0x0C01 #options KGDBDEV=0x0C01
# Filesystem options # Filesystem options
file-system FFS # ufs file system file-system FFS # ufs file system
file-system NFS # nfs client support file-system NFS # nfs client support
file-system CD9660 # ISO 9660 + Rock Ridge file system file-system CD9660 # ISO 9660 + Rock Ridge file system
file-system FDESC # /dev/fd/* file-system FDESC # /dev/fd/*
file-system KERNFS # /kern file-system KERNFS # /kern
file-system NULLFS # loopback file system file-system NULLFS # loopback file system
file-system PROCFS # /proc file-system PROCFS # /proc
file-system UNION # union file system file-system UNION # union file system
file-system MFS # memory-based filesystem file-system MFS # memory-based filesystem
options NFSSERVER # nfs server support options NFSSERVER # nfs server support
options FIFO # FIFOs; RECOMMENDED options FIFO # FIFOs; RECOMMENDED
# Networking options # Networking options
options INET # IP prototol stack support options INET # IP prototol stack support
#options GATEWAY # IP packet forwarding #options GATEWAY # IP packet forwarding
options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD options TCP_COMPAT_42 # TCP bug compatibility with 4.2BSD
# XXX - Work-around for root on slow servers (insurance...) # XXX - Work-around for root on slow servers (insurance...)
options NFS_BOOT_RWSIZE=1024 options NFS_BOOT_RWSIZE=1024
@ -66,11 +66,11 @@ config netbsd root on ? type ?
# #
# Serial ports # Serial ports
# #
zstty0 at zsc1 channel 0 # ttya zstty0 at zsc1 channel 0 # ttya
zstty1 at zsc1 channel 1 # ttyb zstty1 at zsc1 channel 1 # ttyb
kbd0 at zsc0 channel 0 # keyboard kbd0 at zsc0 channel 0 # keyboard
ms0 at zsc0 channel 1 # mouse ms0 at zsc0 channel 1 # mouse
# #
# Network devices # Network devices
@ -155,15 +155,15 @@ ss* at scsibus? target ? lun ? # SCSI scanners
uk* at scsibus? target ? lun ? # unknown SCSI devices uk* at scsibus? target ? lun ? # unknown SCSI devices
# Memory-disk drivers # Memory-disk drivers
pseudo-device md 2 pseudo-device md 2
# Misc. # Misc.
pseudo-device loop 1 # network loopback pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter pseudo-device bpfilter 8 # packet filter
pseudo-device sl 2 # CSLIP pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP pseudo-device ppp 2 # PPP
pseudo-device tun 2 # network tunneling over tty pseudo-device tun 2 # network tunneling over tty
#pseudo-device ipfilter # ip filter #pseudo-device ipfilter # ip filter
pseudo-device pty 64 # pseudo-terminals pseudo-device pty 64 # pseudo-terminals
#pseudo-device vnd 4 # paging to files #pseudo-device vnd 4 # paging to files

View File

@ -1,4 +1,4 @@
# $NetBSD: std.sun3,v 1.20 1997/01/18 19:09:15 gwr Exp $ # $NetBSD: std.sun3,v 1.21 1997/05/07 02:15:04 lukem Exp $
# Standard information for sun3's. # Standard information for sun3's.
machine sun3 m68k machine sun3 m68k
@ -26,8 +26,8 @@ memerr0 at obio0 addr 0x080000
intreg0 at obio0 addr 0x0A0000 intreg0 at obio0 addr 0x0A0000
# Standard defines # Standard defines
options EXEC_AOUT options EXEC_AOUT
options EXEC_SCRIPT options EXEC_SCRIPT
options SWAPPAGER, VNODEPAGER, DEVPAGER options SWAPPAGER, VNODEPAGER, DEVPAGER
# All Sun3 machines with an "le" (3/50, 3/60) should be # All Sun3 machines with an "le" (3/50, 3/60) should be