Wed Feb 16 20:14:41 2022 UTC ()
macppc: Support GENERIC.local.


(riastradh)
diff -r1.372 -r1.373 src/sys/arch/macppc/conf/GENERIC

cvs diff -r1.372 -r1.373 src/sys/arch/macppc/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/macppc/conf/GENERIC 2021/01/21 06:51:55 1.372
+++ src/sys/arch/macppc/conf/GENERIC 2022/02/16 20:14:40 1.373
@@ -1,38 +1,38 @@ @@ -1,38 +1,38 @@
1# $NetBSD: GENERIC,v 1.372 2021/01/21 06:51:55 nia Exp $ 1# $NetBSD: GENERIC,v 1.373 2022/02/16 20:14:40 riastradh 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
21include "arch/macppc/conf/std.macppc" 21include "arch/macppc/conf/std.macppc"
22 22
23options INCLUDE_CONFIG_FILE # embed config file in kernel binary 23options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 24
25#ident "GENERIC-$Revision: 1.372 $" 25#ident "GENERIC-$Revision: 1.373 $"
26 26
27maxusers 32 27maxusers 32
28 28
29options ALTIVEC # Include AltiVec support 29options ALTIVEC # Include AltiVec support
30 30
31# Standard system options 31# Standard system options
32options INSECURE # disable kernel security levels 32options INSECURE # disable kernel security levels
33 33
34options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT 34options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
35options NTP # NTP phase/frequency locked loop 35options NTP # NTP phase/frequency locked loop
36options KTRACE # system call tracing via ktrace(1) 36options KTRACE # system call tracing via ktrace(1)
37 37
38options SYSVMSG # System V message queues 38options SYSVMSG # System V message queues
@@ -558,13 +558,16 @@ pseudo-device pty # pseudo-terminals @@ -558,13 +558,16 @@ pseudo-device pty # pseudo-terminals
558pseudo-device openfirm # /dev/openfirm 558pseudo-device openfirm # /dev/openfirm
559pseudo-device wsmux # mouse and keyboard multiplexer 559pseudo-device wsmux # mouse and keyboard multiplexer
560pseudo-device wsfont 560pseudo-device wsfont
561pseudo-device swwdog # software watchdog driver - swwdog(4) 561pseudo-device swwdog # software watchdog driver - swwdog(4)
562pseudo-device clockctl # user control of clock subsystem 562pseudo-device clockctl # user control of clock subsystem
563pseudo-device ksyms # /dev/ksyms 563pseudo-device ksyms # /dev/ksyms
564 564
565# userland interface to drivers, including autoconf and properties retrieval 565# userland interface to drivers, including autoconf and properties retrieval
566pseudo-device drvctl 566pseudo-device drvctl
567 567
568include "dev/veriexec.config" 568include "dev/veriexec.config"
569 569
570#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions 570#options PAX_MPROTECT=0 # PaX mprotect(2) restrictions
 571
 572# Pull in optional local configuration
 573cinclude "arch/evbarm/conf/GENERIC64.local"