cleanup use of whitespace
This commit is contained in:
parent
06fb68217b
commit
6fd182057f
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ALL,v 1.13 1997/02/25 17:49:46 oki Exp $
|
||||
# $NetBSD: ALL,v 1.14 1997/05/08 16:39:35 oki Exp $
|
||||
|
||||
#
|
||||
# ALL -- everything that's currently supported
|
||||
|
@ -7,12 +7,12 @@
|
|||
# architecture type and name of kernel; REQUIRED
|
||||
machine x68k m68k
|
||||
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
# different CPU types; you must have at least the correct one; REQUIRED
|
||||
options M68030
|
||||
options M68040
|
||||
options M68030
|
||||
options M68040
|
||||
options M68060
|
||||
|
||||
# set to indicate RTC is offset from GMT
|
||||
|
@ -43,7 +43,7 @@ options COMPAT_44 # compatibility with 4.4BSD binaries
|
|||
options COMPAT_09 # compatibility with NetBSD 0.9
|
||||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1
|
||||
options COMPAT_12 # compatibility with NetBSD 1.2
|
||||
options COMPAT_12 # compatibility with NetBSD 1.2
|
||||
options COMPAT_M68K4K # NetBSD/m68k4k binaries
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# $NetBSD: EMPTY,v 1.4 1997/01/31 02:14:21 thorpej Exp $
|
||||
# $NetBSD: EMPTY,v 1.5 1997/05/08 16:39:36 oki Exp $
|
||||
|
||||
#
|
||||
# EMPTY
|
||||
#
|
||||
|
||||
#--- from std.x68k
|
||||
# $NetBSD: EMPTY,v 1.4 1997/01/31 02:14:21 thorpej Exp $
|
||||
# $NetBSD: EMPTY,v 1.5 1997/05/08 16:39:36 oki Exp $
|
||||
#
|
||||
# standard x68k information
|
||||
#
|
||||
|
||||
machine x68k m68k
|
||||
|
||||
options MACHINE_NONCONTIG # Non-contiguous memory support
|
||||
options MACHINE_NONCONTIG # Non-contiguous memory support
|
||||
|
||||
mainbus0 at root
|
||||
|
||||
|
@ -43,7 +43,7 @@ cd* at scsibus? target ? lun ?
|
|||
maxusers 8
|
||||
|
||||
# different CPU types; you must have at least the correct one; REQUIRED
|
||||
options "M68040"
|
||||
options "M68040"
|
||||
|
||||
# set to indicate RTC is offset from GMT
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
@ -61,12 +61,12 @@ options FIFO # FIFOs; RECOMMENDED
|
|||
options COMPAT_43 # compatibility with 4.3BSD binaries
|
||||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1
|
||||
options COMPAT_12
|
||||
options COMPAT_12
|
||||
|
||||
# file system options
|
||||
file-system FFS # Berkeley fast file system
|
||||
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
|
||||
# networking options
|
||||
options INET # IP
|
||||
|
@ -74,7 +74,7 @@ options INET # IP
|
|||
# Options specific to this host.
|
||||
options DEBUG # extra kernel debugging support
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options ITEKANJI # Kanji display for console
|
||||
options ITEKANJI # Kanji display for console
|
||||
options PANICBUTTON # enable interrupt switch
|
||||
options "EIOMAPSIZE=0" # do not map PCI address space
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.9 1997/01/31 06:03:38 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.10 1997/05/08 16:39:36 oki Exp $
|
||||
|
||||
#
|
||||
# GENERIC
|
||||
|
@ -7,12 +7,12 @@
|
|||
# architecture type and name of kernel; REQUIRED
|
||||
machine x68k m68k
|
||||
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
# different CPU types; you must have at least the correct one; REQUIRED
|
||||
options M68030
|
||||
options M68040
|
||||
options M68030
|
||||
options M68040
|
||||
|
||||
# set to indicate RTC is offset from GMT
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
@ -28,7 +28,7 @@ options DEVPAGER # device pager (mapped devices)
|
|||
#options DIAGNOSTIC # internal consistency checking
|
||||
|
||||
options KTRACE # system call tracing, a la ktrace(1)
|
||||
options FIFO # FIFOs; RECOMMENDED
|
||||
options FIFO # FIFOs; RECOMMENDED
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
|
@ -42,10 +42,10 @@ options SHMMAXPGS=1024 # 1024 pages in the defualt
|
|||
options COMPAT_09 # compatibility with NetBSD 0.9
|
||||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1
|
||||
options COMPAT_12
|
||||
options COMPAT_12
|
||||
options TCP_COMPAT_42 # 4.2 networking ABI
|
||||
#options COMPAT_SUNOS # SunOS binaries
|
||||
#options COMPAT_HPUX # HP-UX binaries; VERY EXPERIMENTAL
|
||||
#options COMPAT_HPUX # HP-UX binaries; VERY EXPERIMENTAL
|
||||
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
|
||||
|
||||
# file system options
|
||||
|
@ -65,13 +65,13 @@ file-system NULLFS # Loop-back filesystem
|
|||
#file-system UNION # union mount
|
||||
|
||||
#options QUOTA # file system quotas
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
#options NFSSERVER # Network File System server
|
||||
|
||||
# networking options
|
||||
#options GATEWAY # IP packet forwarding
|
||||
options INET # Internet protocols
|
||||
#options NS # XNS
|
||||
#options NS # XNS
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
#options ISO,TPIP # OSI networking
|
||||
#options EON # OSI tunneling over IP
|
||||
|
@ -82,7 +82,7 @@ options INET # Internet protocols
|
|||
options DEBUG
|
||||
options MACHINE_NONCONTIG # support for noncontig memory
|
||||
options FPSP # '40 Floating Point Software
|
||||
options ITEKANJI # Kanji display for console
|
||||
options ITEKANJI # Kanji display for console
|
||||
options PANICBUTTON # enable interrupt switch
|
||||
options EIOMAPSIZE=0 # do not map PCI address space
|
||||
#options MAPPEDCOPY # use page mapping for large copyin/copyout
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: JUPITER,v 1.5 1997/01/31 02:14:23 thorpej Exp $
|
||||
# $NetBSD: JUPITER,v 1.6 1997/05/08 16:39:37 oki Exp $
|
||||
|
||||
#
|
||||
# JUPITER
|
||||
|
@ -7,13 +7,13 @@
|
|||
# architecture type and name of kernel; REQUIRED
|
||||
machine x68k m68k
|
||||
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
# different CPU types; you must have at least the correct one; REQUIRED
|
||||
options M68030
|
||||
options M68040
|
||||
options M68060
|
||||
options M68030
|
||||
options M68040
|
||||
options M68060
|
||||
|
||||
# set to indicate RTC is offset from GMT
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
@ -42,7 +42,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
|
|||
options COMPAT_44 # compatibility with 4.4BSD binaries
|
||||
options COMPAT_09 # compatibility with NetBSD 0.9
|
||||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
options COMPAT_12
|
||||
options COMPAT_12
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
# file system options
|
||||
|
@ -81,7 +81,7 @@ options MACHINE_NONCONTIG # support for noncontig memory
|
|||
options DEBUG # extra kernel debugging support
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options M060SP # floating point / integer emulation for M68060
|
||||
options JUPITER # JUPITER-X extension
|
||||
options JUPITER # JUPITER-X extension
|
||||
options ITEKANJI # Kanji display for console
|
||||
options PANICBUTTON # enable interrupt switch
|
||||
options EIOMAPSIZE=0 # do not mapping PCI address space
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: MARINE,v 1.6 1997/02/03 22:19:36 oki Exp $
|
||||
# $NetBSD: MARINE,v 1.7 1997/05/08 16:39:38 oki Exp $
|
||||
|
||||
#
|
||||
# MARINE
|
||||
|
@ -8,8 +8,8 @@
|
|||
machine x68k m68k
|
||||
ident MARINE
|
||||
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
# different CPU types; you must have at least the correct one; REQUIRED
|
||||
#cpu M68030
|
||||
|
@ -43,7 +43,7 @@ options COMPAT_43 # compatibility with 4.3BSD binaries
|
|||
#options COMPAT_09 # compatibility with NetBSD 0.9
|
||||
options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
options COMPAT_11 # compatibility with NetBSD 1.1
|
||||
options COMPAT_12
|
||||
options COMPAT_12
|
||||
#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
# file system options
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: NBTY,v 1.5 1997/01/31 02:14:26 thorpej Exp $
|
||||
# $NetBSD: NBTY,v 1.6 1997/05/08 16:39:39 oki Exp $
|
||||
|
||||
#
|
||||
# ALL -- everything that's currently supported
|
||||
|
@ -7,12 +7,12 @@
|
|||
# architecture type and name of kernel; REQUIRED
|
||||
machine x68k m68k
|
||||
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
# different CPU types; you must have at least the correct one; REQUIRED
|
||||
options M68030
|
||||
options M68040
|
||||
options M68030
|
||||
options M68040
|
||||
|
||||
# set to indicate RTC is offset from GMT
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
@ -29,20 +29,20 @@ options DIAGNOSTIC # internal consistency checking
|
|||
|
||||
options KTRACE # system call tracing, a la ktrace(1)
|
||||
options FIFO # FIFOs; RECOMMENDED
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
options SYSVMSG # System V-like message queues
|
||||
options SYSVSEM # System V-like semaphores
|
||||
options SYSVSHM # System V-like memory sharing
|
||||
options SHMMAXPGS=1024 # 1024 pages in the defualt
|
||||
options LKM # loadable kernel modules
|
||||
options LKM # loadable kernel modules
|
||||
|
||||
# compatibility options
|
||||
options COMPAT_NOMID # old zmagic executables
|
||||
options COMPAT_NOMID # old zmagic executables
|
||||
options COMPAT_43 # compatibility with 4.3BSD binaries
|
||||
options COMPAT_44 # compatibility with 4.4BSD binaries
|
||||
#options COMPAT_09 # compatibility with NetBSD 0.9
|
||||
#options COMPAT_10 # compatibility with NetBSD 1.0
|
||||
#options COMPAT_11 # compatibility with NetBSD 1.1
|
||||
options COMPAT_12
|
||||
options COMPAT_12
|
||||
options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
#options COMPAT_SUNOS # SunOS binaries
|
||||
|
@ -65,27 +65,27 @@ file-system PORTAL # portal filesystem (still experimental)
|
|||
file-system UMAPFS # uid/gid remapping filesystem
|
||||
file-system UNION # union mount
|
||||
|
||||
options QUOTA # file system quotas
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
options NFSSERVER # Network File System server
|
||||
options QUOTA # file system quotas
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
options NFSSERVER # Network File System server
|
||||
|
||||
# networking options
|
||||
options INET # Internet protocols
|
||||
options GATEWAY # IP packet forwarding
|
||||
options INET # Internet protocols
|
||||
options GATEWAY # IP packet forwarding
|
||||
options MROUTING # Multicast routing support
|
||||
#options NS # XNS
|
||||
#options NS # XNS
|
||||
#options CCITT,LLC,HDLC # X.25
|
||||
#options ISO,TPIP # OSI networking
|
||||
#options EON # OSI tunneling over IP
|
||||
options MULTICAST # multicast
|
||||
options TUN # tunnelling
|
||||
options TUN # tunnelling
|
||||
|
||||
# Options specific to this host.
|
||||
#options INSECURE # Disable kernel security.
|
||||
#options MACHINE_NONCONTIG # support for noncontig memory
|
||||
options DEBUG # extra kernel debugging support
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options ITEKANJI # Kanji display for console
|
||||
options ITEKANJI # Kanji display for console
|
||||
options PANICBUTTON # enable interrupt switch
|
||||
#options JUPITER # support for "JUPITER-X"
|
||||
#options EIOMAPSIZE=0 # do not map PCI address space
|
||||
|
@ -95,7 +95,7 @@ options PANICBUTTON # enable interrupt switch
|
|||
#options PROFTIMER, PRF_INTERVAL=500
|
||||
#options KGDB,"KGDBDEV=15*256+2", KGDBRATE=19200
|
||||
#options PPP_OUTQ_SIZE=4096
|
||||
options SLMTU=552
|
||||
options SLMTU=552
|
||||
|
||||
#config netbsd root on sd6a swap on sd6b
|
||||
config netbsd root on ? type ?
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SMALL,v 1.4 1997/01/31 02:14:27 thorpej Exp $
|
||||
# $NetBSD: SMALL,v 1.5 1997/05/08 16:39:39 oki Exp $
|
||||
|
||||
#
|
||||
# SMALL
|
||||
|
@ -11,7 +11,7 @@ maxusers 8
|
|||
|
||||
# different CPU types; you must have at least the correct one; REQUIRED
|
||||
#options "M68030"
|
||||
options "M68040"
|
||||
options "M68040"
|
||||
|
||||
# set to indicate RTC is offset from GMT
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
@ -37,7 +37,7 @@ options "COMPAT_43" # compatibility with 4.3BSD binaries
|
|||
#options "COMPAT_44" # compatibility with 4.4BSD binaries
|
||||
#options "COMPAT_09" # compatibility with NetBSD 0.9
|
||||
options "COMPAT_10" # compatibility with NetBSD 1.0
|
||||
options COMPAT_12
|
||||
options COMPAT_12
|
||||
#options "TCP_COMPAT_42" # compatibility with 4.2BSD TCP/IP
|
||||
|
||||
# file system options
|
||||
|
@ -58,7 +58,7 @@ file-system FFS # Berkeley fast file system
|
|||
#file-system UNION # union mount
|
||||
|
||||
#options QUOTA # file system quotas
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
#options NFSSERVER # Network File System server
|
||||
|
||||
# networking options
|
||||
|
@ -76,7 +76,7 @@ options INET # IP
|
|||
#options INSECURE # Disable kernel security.
|
||||
options DEBUG # extra kernel debugging support
|
||||
options FPSP # floating point emulation for MC68040
|
||||
options ITEKANJI # Kanji display for console
|
||||
options ITEKANJI # Kanji display for console
|
||||
options PANICBUTTON # enable interrupt switch
|
||||
options NODISCONNECT # do not use disconnect for SCSI
|
||||
#options JUPITER # support for "JUPITER-X"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SMALL030,v 1.4 1997/02/03 20:20:45 oki Exp $
|
||||
# $NetBSD: SMALL030,v 1.5 1997/05/08 16:39:40 oki Exp $
|
||||
|
||||
#
|
||||
# SMALL030 -- small configuration with mc68030 processor
|
||||
|
@ -7,16 +7,16 @@
|
|||
# architecture type and name of kernel; REQUIRED
|
||||
machine x68k m68k
|
||||
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
# different CPU types; you must have at least the correct one; REQUIRED
|
||||
options M68030
|
||||
options M68030
|
||||
#options M68040
|
||||
#options M68060
|
||||
|
||||
# set to indicate RTC is offset from GMT
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
||||
|
||||
# estimated number of users
|
||||
maxusers 8
|
||||
|
@ -28,7 +28,7 @@ options VNODEPAGER,DEVPAGER # vnode and device node caching
|
|||
#options DIAGNOSTIC # internal consistency checking
|
||||
|
||||
#options KTRACE # system call tracing, a la ktrace(1)
|
||||
options FIFO # fifos; recommended
|
||||
options FIFO # fifos; recommended
|
||||
#options SYSVSHM # System V shared memory; broken
|
||||
#options SHMMAXPGS=1024
|
||||
#options LKM # loadable kernel modules
|
||||
|
@ -61,14 +61,14 @@ file-system FFS # Berkeley fast file system
|
|||
#file-system UMAPFS # uid/gid remapping filesystem
|
||||
|
||||
#options QUOTA # file system quotas
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
options FASTLINKS # fast symbolic links in FFS
|
||||
#options NFSSERVER # Network File System server
|
||||
|
||||
# networking options
|
||||
#options GATEWAY # packet forwarding
|
||||
options INET # IP
|
||||
#options NS # XNS
|
||||
#options CCITT # X.25
|
||||
#options NS # XNS
|
||||
#options CCITT # X.25
|
||||
#options ISO,TPIP # OSI networking
|
||||
#options EON # OSI tunneling over IP
|
||||
#options MULTICAST # multicast
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# $NetBSD: std.x68k,v 1.2 1996/10/27 09:14:59 oki Exp $
|
||||
# $NetBSD: std.x68k,v 1.3 1997/05/08 16:39:41 oki Exp $
|
||||
#
|
||||
# standard x68k information
|
||||
#
|
||||
|
||||
machine x68k m68k
|
||||
|
||||
options MACHINE_NONCONTIG # Non-contiguous memory support
|
||||
options MACHINE_NONCONTIG # Non-contiguous memory support
|
||||
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
options EXEC_SCRIPT # Support #!
|
||||
options EXEC_AOUT # a.out format executables
|
||||
|
||||
mainbus0 at root
|
||||
|
||||
|
|
Loading…
Reference in New Issue