Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/conf Sync GENERIC.
details: https://anonhg.NetBSD.org/src/rev/ea65658c72f9
branches: trunk
changeset: 473142:ea65658c72f9
user: minoura <minoura%NetBSD.org@localhost>
date: Fri May 21 15:15:33 1999 +0000
description:
Sync GENERIC.
diffstat:
sys/arch/x68k/conf/ALL | 16 ++++++++--------
sys/arch/x68k/conf/INSTALL | 17 ++++++++++-------
sys/arch/x68k/conf/SMALL | 19 +++++++++++--------
sys/arch/x68k/conf/TOKOCHAN | 20 ++++++++++++--------
sys/arch/x68k/conf/ZSCONS | 29 ++++++++++++++++-------------
5 files changed, 57 insertions(+), 44 deletions(-)
diffs (truncated from 352 to 300 lines):
diff -r 73b0398a64e7 -r ea65658c72f9 sys/arch/x68k/conf/ALL
--- a/sys/arch/x68k/conf/ALL Fri May 21 15:08:27 1999 +0000
+++ b/sys/arch/x68k/conf/ALL Fri May 21 15:15:33 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.30 1999/04/18 15:43:21 minoura Exp $
+# $NetBSD: ALL,v 1.31 1999/05/21 15:15:33 minoura Exp $
#
# ALL -- everything that's currently supported
@@ -127,22 +127,23 @@
options COMPAT_13 # NetBSD 1.3 binary compatibility
options COMPAT_M68K4K # NetBSD/m68k4k binaries
#options COMPAT_SUNOS # SunOS 4.x binary compatibility; broken
+options COMPAT_SVR4 # SVR4 binary compatibility; broken
options COMPAT_LINUX # Linux/m68k binary compatibility
-options EXEC_ELF32 # 32-bit ELF executables (Linux)
+options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
## File systems.
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 NULLFS # NULL layered filesystem (buggy)
file-system MFS # memory-based filesystem
file-system FDESC # user file descriptor filesystem
file-system UMAPFS # uid/gid remapping filesystem
-file-system LFS # Log-based filesystem (still experimental)
-file-system PORTAL # portal filesystem (still experimental)
+file-system LFS # Log-structured filesystem (experimental)
+file-system PORTAL # portal filesystem (experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system UNION # union file system
+file-system UNION # union file system (a little buggy)
file-system MSDOSFS # MS-DOS FAT filesystem(s).
file-system ADOSFS # AmigaDOS filesystem
@@ -187,7 +188,7 @@
kbd0 at mfp0 # standard keyboard
ite0 at grf0 # internal terminal emulator
-#options ITE_KERNEL_ATTR=4 # bold for kernel messages
+options ITE_KERNEL_ATTR=4 # bold for kernel messages
# see /sys/arch/x68k/dev/itevar.h
pseudo-device pow 2 # software power switch
@@ -299,6 +300,5 @@
## Random device, used to implement /dev/random (a source of random noise),
## and generate randomness for some kernel formulae.
-## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
pseudo-device rnd
diff -r 73b0398a64e7 -r ea65658c72f9 sys/arch/x68k/conf/INSTALL
--- a/sys/arch/x68k/conf/INSTALL Fri May 21 15:08:27 1999 +0000
+++ b/sys/arch/x68k/conf/INSTALL Fri May 21 15:15:33 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.15 1999/04/18 15:43:22 minoura Exp $
+# $NetBSD: INSTALL,v 1.16 1999/05/21 15:15:34 minoura Exp $
#
# INSTALL -- installation kernel.
@@ -137,22 +137,23 @@
#options COMPAT_13 # NetBSD 1.3 binary compatibility
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
#options COMPAT_SUNOS # SunOS 4.x binary compatibility; broken
+#options COMPAT_SVR4 # SVR4 binary compatibility; broken
#options COMPAT_LINUX # Linux/m68k binary compatibility
-#options EXEC_ELF32 # 32-bit ELF executables (Linux)
+#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
## File systems.
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 NULLFS # NULL layered filesystem (buggy)
#file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
-#file-system LFS # Log-based filesystem (still experimental)
-#file-system PORTAL # portal filesystem (still experimental)
+#file-system LFS # Log-structured filesystem (experimental)
+#file-system PORTAL # portal filesystem (experimental)
#file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
-#file-system UNION # union file system
+#file-system UNION # union file system (a little buggy)
file-system MSDOSFS # MS-DOS FAT filesystem(s).
#file-system ADOSFS # AmigaDOS filesystem
@@ -197,7 +198,7 @@
kbd0 at mfp0 # standard keyboard
ite0 at grf0 # internal terminal emulator
-#options ITE_KERNEL_ATTR=4 # bold for kernel messages
+options ITE_KERNEL_ATTR=4 # bold for kernel messages
# see /sys/arch/x68k/dev/itevar.h
#pseudo-device pow 2 # software power switch
@@ -303,8 +304,10 @@
## like, though 256 is more or less the upper limit. Increasing this
## number still requires you to run /dev/MAKEDEV to create the files
## for the ptys.
+
#pseudo-device pty 8 # pseudo-ttys (for network, etc.)
## Random device, used to implement /dev/random (a source of random noise),
## and generate randomness for some kernel formulae.
+
#pseudo-device rnd
diff -r 73b0398a64e7 -r ea65658c72f9 sys/arch/x68k/conf/SMALL
--- a/sys/arch/x68k/conf/SMALL Fri May 21 15:08:27 1999 +0000
+++ b/sys/arch/x68k/conf/SMALL Fri May 21 15:15:33 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SMALL,v 1.18 1999/04/18 15:43:22 minoura Exp $
+# $NetBSD: SMALL,v 1.19 1999/05/21 15:15:34 minoura Exp $
#
# SMALL -- works with a small memory, e.g. 4MB
@@ -26,7 +26,7 @@
options M060SP # int/fp emulation for MC68060
options JUPITER # support for "Jupiter-X" accelerator
options MAPPEDCOPY # use page mapping for large copyin/copyout
-options BUFCACHE=5 # use this % of the memory for buffer cache
+#options BUFCACHE=5 # use this % of the memory for buffer cache
#options ZSCONSOLE,ZSCN_SPEED="9600" # use serial console
@@ -128,22 +128,23 @@
options COMPAT_13 # NetBSD 1.3 binary compatibility
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
#options COMPAT_SUNOS # SunOS 4.x binary compatibility; broken
+#options COMPAT_SVR4 # SVR4 binary compatibility; broken
#options COMPAT_LINUX # Linux/m68k binary compatibility
-#options EXEC_ELF32 # 32-bit ELF executables (Linux)
+#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
## File systems.
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 NULLFS # NULL layered filesystem (buggy)
file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
-#file-system LFS # Log-based filesystem (still experimental)
-#file-system PORTAL # portal filesystem (still experimental)
+#file-system LFS # Log-structured filesystem (experimental)
+#file-system PORTAL # portal filesystem (experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
-#file-system UNION # union file system
+#file-system UNION # union file system (a little buggy)
file-system MSDOSFS # MS-DOS FAT filesystem(s).
#file-system ADOSFS # AmigaDOS filesystem
@@ -188,7 +189,7 @@
kbd0 at mfp0 # standard keyboard
ite0 at grf0 # internal terminal emulator
-#options ITE_KERNEL_ATTR=4 # bold for kernel messages
+options ITE_KERNEL_ATTR=4 # bold for kernel messages
# see /sys/arch/x68k/dev/itevar.h
pseudo-device pow 2 # software power switch
@@ -294,8 +295,10 @@
## like, though 256 is more or less the upper limit. Increasing this
## number still requires you to run /dev/MAKEDEV to create the files
## for the ptys.
+
pseudo-device pty 8 # pseudo-ttys (for network, etc.)
## Random device, used to implement /dev/random (a source of random noise),
## and generate randomness for some kernel formulae.
+
#pseudo-device rnd
diff -r 73b0398a64e7 -r ea65658c72f9 sys/arch/x68k/conf/TOKOCHAN
--- a/sys/arch/x68k/conf/TOKOCHAN Fri May 21 15:08:27 1999 +0000
+++ b/sys/arch/x68k/conf/TOKOCHAN Fri May 21 15:15:33 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TOKOCHAN,v 1.6 1999/04/18 15:43:22 minoura Exp $
+# $NetBSD: TOKOCHAN,v 1.7 1999/05/21 15:15:34 minoura Exp $
#
# TOKOCHAN -- Believe in the BSD power; Toko to issyo-ni make all!
@@ -21,7 +21,7 @@
#### System options specific to the x68k port
#options EXTENDED_MEMORY # support for >16MB memory
-#options FPU_EMULATE # software fpu emulation for MC68030
+options FPU_EMULATE # software fpu emulation for MC68030
options FPSP # floating point emulation for MC68040
#options M060SP # int/fp emulation for MC68060
#options JUPITER # support for "Jupiter-X" accelerator
@@ -85,7 +85,8 @@
## Compile the kernel with debugging symbols (`netbsd.gdb' is the debug file),
## such that gdb(1) can be used on a kernel coredump.
-makeoptions DEBUG="-pipe" # pass -pipe option to CC
+#makeoptions DEBUG="-g"
+makeoptions COPTS="-O2 -pipe" # pass -pipe option to CC
## Adds code to the kernel that does internal consistency checks, and will
## cause the kernel to panic if corruption of internal data structures
@@ -127,19 +128,20 @@
options COMPAT_13 # NetBSD 1.3 binary compatibility
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
#options COMPAT_SUNOS # SunOS 4.x binary compatibility; broken
+#options COMPAT_SVR4 # SVR4 binary compatibility; broken
#options COMPAT_LINUX # Linux/m68k binary compatibility
-#options EXEC_ELF32 # 32-bit ELF executables (Linux)
+#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
## File systems.
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 NULLFS # NULL layered filesystem (buggy)
file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
#file-system UMAPFS # uid/gid remapping filesystem
-file-system LFS # Log-based filesystem (still experimental)
-#file-system PORTAL # portal filesystem (still experimental)
+file-system LFS # Log-structured filesystem (experimental)
+#file-system PORTAL # portal filesystem (experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
#file-system UNION # union file system
@@ -172,7 +174,7 @@
#options PPP_FILTER # Add active filters for ppp (via bpf)
options BUFCACHE=20 # 20% of real memory as buffer cache
-options NVNODE=1024 # 'make build' requires huge vnode table
+options NVNODE=1024 # 'make build' required huge vnode table
options MSGBUFSIZE=32768 # increase msgbuf to preserve debug messages
#options NKMEMCLUSTERS=2048 # 8MB kernel vm
#options EXPORTMFS # NFS export /tmp
@@ -298,8 +300,10 @@
## like, though 256 is more or less the upper limit. Increasing this
## number still requires you to run /dev/MAKEDEV to create the files
## for the ptys.
+
pseudo-device pty 16 # pseudo-ttys (for network, etc.)
## Random device, used to implement /dev/random (a source of random noise),
## and generate randomness for some kernel formulae.
+
pseudo-device rnd
diff -r 73b0398a64e7 -r ea65658c72f9 sys/arch/x68k/conf/ZSCONS
--- a/sys/arch/x68k/conf/ZSCONS Fri May 21 15:08:27 1999 +0000
+++ b/sys/arch/x68k/conf/ZSCONS Fri May 21 15:15:33 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ZSCONS,v 1.6 1999/04/18 15:43:22 minoura Exp $
+# $NetBSD: ZSCONS,v 1.7 1999/05/21 15:15:34 minoura Exp $
#
# ZSCONS -- like GENERIC, but use zs console.
@@ -127,22 +127,23 @@
options COMPAT_13 # NetBSD 1.3 binary compatibility
#options COMPAT_M68K4K # NetBSD/m68k4k binaries
#options COMPAT_SUNOS # SunOS 4.x binary compatibility; broken
+#options COMPAT_SVR4 # SVR4 binary compatibility; broken
#options COMPAT_LINUX # Linux/m68k binary compatibility
-#options EXEC_ELF32 # 32-bit ELF executables (Linux)
+#options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
## File systems.
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 NULLFS # NULL layered filesystem (buggy)
file-system MFS # memory-based filesystem
#file-system FDESC # user file descriptor filesystem
file-system UMAPFS # uid/gid remapping filesystem
-#file-system LFS # Log-based filesystem (still experimental)
-file-system PORTAL # portal filesystem (still experimental)
+#file-system LFS # Log-structured filesystem (experimental)
+#file-system PORTAL # portal filesystem (experimental)
file-system PROCFS # /proc
file-system CD9660 # ISO 9660 + Rock Ridge file system
-file-system UNION # union file system
+#file-system UNION # union file system (a little buggy)
file-system MSDOSFS # MS-DOS FAT filesystem(s).
#file-system ADOSFS # AmigaDOS filesystem
@@ -189,7 +190,7 @@
#ite0 at grf0 # internal terminal emulator
#options ITE_KERNEL_ATTR=4 # bold for kernel messages
# see /sys/arch/x68k/dev/itevar.h
-pseudo-device pow 2 #! software power switch
+pseudo-device pow 2 # software power switch
## floppy disks
fdc0 at intio0 addr 0xe94000 intr 96 dma 0 dmaintr 100 # floppy controler
@@ -222,15 +223,15 @@
Home |
Main Index |
Thread Index |
Old Index