Sun Mar 8 06:25:10 2020 UTC ()
Retire md(4) in favor of tmpfs provided by module,
though both are not useful for 8MB RAM system...


(rin)
diff -r1.103 -r1.104 src/sys/arch/sun2/conf/GENERIC

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

--- src/sys/arch/sun2/conf/GENERIC 2020/03/08 06:23:18 1.103
+++ src/sys/arch/sun2/conf/GENERIC 2020/03/08 06:25:10 1.104
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: GENERIC,v 1.103 2020/03/08 06:23:18 rin Exp $ 1# $NetBSD: GENERIC,v 1.104 2020/03/08 06:25:10 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#
@@ -19,27 +19,27 @@ @@ -19,27 +19,27 @@
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: ie0, sd*, ...
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.103 $" 32#ident "GENERIC-$Revision: 1.104 $"
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
@@ -218,27 +218,27 @@ options SCSI_OLD_NOINQUIRY @@ -218,27 +218,27 @@ options SCSI_OLD_NOINQUIRY
218## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks. 218## Xylogics 450 or 451 Multibus/VME SMD disk controllers and disks.
219#xyc0 at mbio0 addr 0xee40 ipl 2 219#xyc0 at mbio0 addr 0xee40 ipl 2
220#xyc0 at vme0 addr 0xee40 irq 2 vect 0x48 220#xyc0 at vme0 addr 0xee40 irq 2 vect 0x48
221#xyc1 at mbio0 addr 0xee48 ipl 2 221#xyc1 at mbio0 addr 0xee48 ipl 2
222#xyc1 at vme0 addr 0xee48 irq 2 vect 0x49 222#xyc1 at vme0 addr 0xee48 irq 2 vect 0x49
223#xy* at xyc? drive ? 223#xy* at xyc? drive ?
224 224
225# 225#
226# accept filters 226# accept filters
227#pseudo-device accf_data # "dataready" accept filter 227#pseudo-device accf_data # "dataready" accept filter
228#pseudo-device accf_http # "httpready" accept filter 228#pseudo-device accf_http # "httpready" accept filter
229 229
230## Memory-disk device. 230## Memory-disk device.
231pseudo-device md  231#pseudo-device md
232 232
233#### Network interfaces. 233#### Network interfaces.
234 234
235## Intel Ethernet (onboard, or Multibus/VME) 235## Intel Ethernet (onboard, or Multibus/VME)
236ie0 at obio0 addr 0x7f0800 ipl 3 # 2/50 236ie0 at obio0 addr 0x7f0800 ipl 3 # 2/50
237ie0 at mbmem0 addr 0x88000 ipl 3 237ie0 at mbmem0 addr 0x88000 ipl 3
238ie1 at mbmem0 addr 0x8c000 ipl 3 238ie1 at mbmem0 addr 0x8c000 ipl 3
239## VME: the first [addr,len] pair specifies the device registers; 239## VME: the first [addr,len] pair specifies the device registers;
240## the second pair specifies the on-board memory buffer 240## the second pair specifies the on-board memory buffer
241ie1 at vme0 addr 0xe88000,0xe00000 len -1,0x40000 irq 3 vect 0x75 241ie1 at vme0 addr 0xe88000,0xe00000 len -1,0x40000 irq 3 vect 0x75
242 242
243## 3Com Ethernet (Multibus only) 243## 3Com Ethernet (Multibus only)
244ec0 at mbmem0 addr 0xe0000 ipl 3 244ec0 at mbmem0 addr 0xe0000 ipl 3