Tue Jan 26 10:50:20 2021 UTC ()
Regen for previous commit to GENERIC.in.


(rin)
diff -r1.197 -r1.198 src/sys/arch/amiga/conf/DRACO
diff -r1.332 -r1.333 src/sys/arch/amiga/conf/GENERIC
diff -r1.137 -r1.138 src/sys/arch/amiga/conf/INSTALL

cvs diff -r1.197 -r1.198 src/sys/arch/amiga/conf/DRACO (expand / switch to unified diff)

--- src/sys/arch/amiga/conf/DRACO 2021/01/21 06:51:54 1.197
+++ src/sys/arch/amiga/conf/DRACO 2021/01/26 10:50:20 1.198
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1# $NetBSD: DRACO,v 1.197 2021/01/21 06:51:54 nia Exp $ 1# $NetBSD: DRACO,v 1.198 2021/01/26 10:50:20 rin Exp $
2# 2#
3# This file was automatically created. 3# This file was automatically created.
4# Changes will be lost when make is run in this directory. 4# Changes will be lost when make is run in this directory.
5# 5#
6# Created from: # NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin Exp $ 6# Created from: # NetBSD: GENERIC.in,v 1.148 2021/01/21 06:51:54 nia Exp $
7# 7#
8## 8##
9# GENERIC machine description file 9# GENERIC machine description file
10# 10#
11# This machine description file is used to generate the default NetBSD 11# This machine description file is used to generate the default NetBSD
12# kernel. The generic kernel does not include all options, subsystems 12# kernel. The generic kernel does not include all options, subsystems
13# and device drivers, but should be useful for most applications. 13# and device drivers, but should be useful for most applications.
14# 14#
15# The machine description file can be customised for your specific 15# The machine description file can be customised for your specific
16# machine to reduce the kernel size and improve its performance. 16# machine to reduce the kernel size and improve its performance.
17# 17#
18# For further information on compiling NetBSD kernels, see the config(8) 18# For further information on compiling NetBSD kernels, see the config(8)
19# man page. 19# man page.
20# 20#
21# For further information on hardware support for this architecture, see 21# For further information on hardware support for this architecture, see
22# the intro(4) man page. For further information about kernel options 22# the intro(4) man page. For further information about kernel options
23# for this architecture, see the options(4) man page. For an explanation 23# for this architecture, see the options(4) man page. For an explanation
24# of each device driver in this file see the section 4 man page for the 24# of each device driver in this file see the section 4 man page for the
25# device. 25# device.
26 26
27 27
28include "arch/amiga/conf/std.amiga" 28include "arch/amiga/conf/std.amiga"
29 29
30options INCLUDE_CONFIG_FILE # embed config file in kernel binary 30options INCLUDE_CONFIG_FILE # embed config file in kernel binary
31 31
32#ident "GENERIC-$Revision: 1.197 $" 32#ident "GENERIC-$Revision: 1.198 $"
33 33
34makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" 34makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
35 # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for 35 # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
36 # backtraces in DDB. 36 # backtraces in DDB.
37 37
38maxusers 8 38maxusers 8
39options RTC_OFFSET=0 39options RTC_OFFSET=0
40 40
41# 41#
42# mainboards to support (in addition to Amiga) 42# mainboards to support (in addition to Amiga)
43# 43#
44options DRACO 44options DRACO
45# 45#

cvs diff -r1.332 -r1.333 src/sys/arch/amiga/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/amiga/conf/GENERIC 2021/01/21 06:51:54 1.332
+++ src/sys/arch/amiga/conf/GENERIC 2021/01/26 10:50:20 1.333
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1# $NetBSD: GENERIC,v 1.332 2021/01/21 06:51:54 nia Exp $ 1# $NetBSD: GENERIC,v 1.333 2021/01/26 10:50:20 rin Exp $
2# 2#
3# This file was automatically created. 3# This file was automatically created.
4# Changes will be lost when make is run in this directory. 4# Changes will be lost when make is run in this directory.
5# 5#
6# Created from: # NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin Exp $ 6# Created from: # NetBSD: GENERIC.in,v 1.148 2021/01/21 06:51:54 nia Exp $
7# 7#
8## 8##
9# GENERIC machine description file 9# GENERIC machine description file
10# 10#
11# This machine description file is used to generate the default NetBSD 11# This machine description file is used to generate the default NetBSD
12# kernel. The generic kernel does not include all options, subsystems 12# kernel. The generic kernel does not include all options, subsystems
13# and device drivers, but should be useful for most applications. 13# and device drivers, but should be useful for most applications.
14# 14#
15# The machine description file can be customised for your specific 15# The machine description file can be customised for your specific
16# machine to reduce the kernel size and improve its performance. 16# machine to reduce the kernel size and improve its performance.
17# 17#
18# For further information on compiling NetBSD kernels, see the config(8) 18# For further information on compiling NetBSD kernels, see the config(8)
19# man page. 19# man page.
20# 20#
21# For further information on hardware support for this architecture, see 21# For further information on hardware support for this architecture, see
22# the intro(4) man page. For further information about kernel options 22# the intro(4) man page. For further information about kernel options
23# for this architecture, see the options(4) man page. For an explanation 23# for this architecture, see the options(4) man page. For an explanation
24# of each device driver in this file see the section 4 man page for the 24# of each device driver in this file see the section 4 man page for the
25# device. 25# device.
26 26
27 27
28include "arch/amiga/conf/std.amiga" 28include "arch/amiga/conf/std.amiga"
29 29
30options INCLUDE_CONFIG_FILE # embed config file in kernel binary 30options INCLUDE_CONFIG_FILE # embed config file in kernel binary
31 31
32#ident "GENERIC-$Revision: 1.332 $" 32#ident "GENERIC-$Revision: 1.333 $"
33 33
34makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer" 34makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
35 # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for 35 # See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
36 # backtraces in DDB. 36 # backtraces in DDB.
37 37
38maxusers 8 38maxusers 8
39options RTC_OFFSET=0 39options RTC_OFFSET=0
40 40
41# 41#
42# mainboards to support (in addition to Amiga) 42# mainboards to support (in addition to Amiga)
43# 43#
44options DRACO 44options DRACO
45options BB060STUPIDROM # You need this, if you have a non-DraCo 45options BB060STUPIDROM # You need this, if you have a non-DraCo

cvs diff -r1.137 -r1.138 src/sys/arch/amiga/conf/INSTALL (expand / switch to unified diff)

--- src/sys/arch/amiga/conf/INSTALL 2020/10/26 06:22:28 1.137
+++ src/sys/arch/amiga/conf/INSTALL 2021/01/26 10:50:20 1.138
@@ -1,45 +1,45 @@ @@ -1,45 +1,45 @@
1# $NetBSD: INSTALL,v 1.137 2020/10/26 06:22:28 rin Exp $ 1# $NetBSD: INSTALL,v 1.138 2021/01/26 10:50:20 rin Exp $
2# 2#
3# This file was automatically created. 3# This file was automatically created.
4# Changes will be lost when make is run in this directory. 4# Changes will be lost when make is run in this directory.
5# 5#
6# Created from: # NetBSD: GENERIC.in,v 1.147 2020/10/26 06:21:49 rin Exp $ 6# Created from: # NetBSD: GENERIC.in,v 1.148 2021/01/21 06:51:54 nia Exp $
7# 7#
8## 8##
9# GENERIC machine description file 9# GENERIC machine description file
10# 10#
11# This machine description file is used to generate the default NetBSD 11# This machine description file is used to generate the default NetBSD
12# kernel. The generic kernel does not include all options, subsystems 12# kernel. The generic kernel does not include all options, subsystems
13# and device drivers, but should be useful for most applications. 13# and device drivers, but should be useful for most applications.
14# 14#
15# The machine description file can be customised for your specific 15# The machine description file can be customised for your specific
16# machine to reduce the kernel size and improve its performance. 16# machine to reduce the kernel size and improve its performance.
17# 17#
18# For further information on compiling NetBSD kernels, see the config(8) 18# For further information on compiling NetBSD kernels, see the config(8)
19# man page. 19# man page.
20# 20#
21# For further information on hardware support for this architecture, see 21# For further information on hardware support for this architecture, see
22# the intro(4) man page. For further information about kernel options 22# the intro(4) man page. For further information about kernel options
23# for this architecture, see the options(4) man page. For an explanation 23# for this architecture, see the options(4) man page. For an explanation
24# of each device driver in this file see the section 4 man page for the 24# of each device driver in this file see the section 4 man page for the
25# device. 25# device.
26 26
27 27
28include "arch/amiga/conf/std.amiga" 28include "arch/amiga/conf/std.amiga"
29 29
30options INCLUDE_CONFIG_FILE # embed config file in kernel binary 30options INCLUDE_CONFIG_FILE # embed config file in kernel binary
31 31
32#ident "GENERIC-$Revision: 1.137 $" 32#ident "GENERIC-$Revision: 1.138 $"
33 33
34makeoptions COPTS="-Os -fno-omit-frame-pointer" 34makeoptions COPTS="-Os -fno-omit-frame-pointer"
35 35
36maxusers 8 36maxusers 8
37options RTC_OFFSET=0 37options RTC_OFFSET=0
38 38
39# 39#
40# mainboards to support (in addition to Amiga) 40# mainboards to support (in addition to Amiga)
41# 41#
42options DRACO 42options DRACO
43options BB060STUPIDROM # You need this, if you have a non-DraCo 43options BB060STUPIDROM # You need this, if you have a non-DraCo
44 # MC68060 with an OS ROM up to (at least) 44 # MC68060 with an OS ROM up to (at least)
45 # V40 (OS3.1) and want to boot with the 45 # V40 (OS3.1) and want to boot with the