Sun Mar 8 06:32:41 2020 UTC ()
Fix comments on root devices.


(rin)
diff -r1.104 -r1.105 src/sys/arch/sun2/conf/GENERIC
diff -r1.1 -r1.2 src/sys/arch/sun2/conf/NFS

cvs diff -r1.104 -r1.105 src/sys/arch/sun2/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/sun2/conf/GENERIC 2020/03/08 06:25:10 1.104
+++ src/sys/arch/sun2/conf/GENERIC 2020/03/08 06:32:41 1.105
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1# $NetBSD: GENERIC,v 1.104 2020/03/08 06:25:10 rin Exp $ 1# $NetBSD: GENERIC,v 1.105 2020/03/08 06:32:41 rin Exp $
2# 2#
3# GENERIC machine description file 3# GENERIC machine description file
4#  4#
5# This machine description file is used to generate the default NetBSD 5# This machine description file is used to generate the default NetBSD
6# kernel. The generic kernel does not include all options, subsystems 6# kernel. The generic kernel does not include all options, subsystems
7# and device drivers, but should be useful for most applications. 7# and device drivers, but should be useful for most applications.
8# 8#
9# The machine description file can be customised for your specific 9# The machine description file can be customised for your specific
10# machine to reduce the kernel size and improve its performance. 10# machine to reduce the kernel size and improve its performance.
11# 11#
12# For further information on compiling NetBSD kernels, see the config(8) 12# For further information on compiling NetBSD kernels, see the config(8)
13# man page. 13# man page.
14# 14#
15# For further information on hardware support for this architecture, see 15# For further information on hardware support for this architecture, see
16# the intro(4) man page. For further information about kernel options 16# the intro(4) man page. For further information about kernel options
17# for this architecture, see the options(4) man page. For an explanation 17# for this architecture, see the options(4) man page. For an explanation
18# of each device driver in this file see the section 4 man page for the 18# of each device driver in this file see the section 4 man page for the
19# device. 19# device.
20 20
21# Supports Sun2 (2/120, 2/170, 2/50, ...) 21# Supports Sun2 (2/120, 2/170, 2/50, ...)
22# Supports root on: ie0, sd*, ... 22# Supports root on: sd*, ... (FFS)
23 23
24include "arch/sun2/conf/std.sun2" 24include "arch/sun2/conf/std.sun2"
25 25
26options MODULAR # new style module(7) framework 26options MODULAR # new style module(7) framework
27#options MODULAR_DEFAULT_AUTOLOAD 27#options MODULAR_DEFAULT_AUTOLOAD
28options INSECURE # allow modload(8) in multiuser mode 28options INSECURE # allow modload(8) in multiuser mode
29 29
30#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 30#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
31 31
32#ident "GENERIC-$Revision: 1.104 $" 32#ident "GENERIC-$Revision: 1.105 $"
33 33
34makeoptions COPTS="-Os -fno-inline-small-functions" 34makeoptions COPTS="-Os -fno-inline-small-functions"
35 # bootloader has size limit (~2MB) 35 # bootloader has size limit (~2MB)
36 36
37# Machines to be supported by this kernel 37# Machines to be supported by this kernel
38#options FPU_EMULATE 38#options FPU_EMULATE
39 39
40# Needs to be set per system. i.e change these as you see fit 40# Needs to be set per system. i.e change these as you see fit
41maxusers 4 41maxusers 4
42 42
43# Standard system options 43# Standard system options
44options KTRACE # system call tracing 44options KTRACE # system call tracing
45#options SYSVMSG # System V message queues 45#options SYSVMSG # System V message queues

cvs diff -r1.1 -r1.2 src/sys/arch/sun2/conf/NFS (expand / switch to unified diff)

--- src/sys/arch/sun2/conf/NFS 2020/03/08 06:23:18 1.1
+++ src/sys/arch/sun2/conf/NFS 2020/03/08 06:32:41 1.2
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1# $NetBSD: NFS,v 1.1 2020/03/08 06:23:18 rin Exp $ 1# $NetBSD: NFS,v 1.2 2020/03/08 06:32:41 rin Exp $
2# 2#
3# GENERIC machine description file for NFS root instead of FFS 3# GENERIC machine description file for NFS root instead of FFS
4 4
5# Supports Sun2 (2/120, 2/170, 2/50, ...) 5# Supports Sun2 (2/120, 2/170, 2/50, ...)
6# Supports root on: ie0, sd*, ... 6# Supports root on: ie0, ... (NFS)
7 7
8include "arch/sun2/conf/GENERIC" 8include "arch/sun2/conf/GENERIC"
9no file-system FFS 9no file-system FFS
10file-system NFS 10file-system NFS