Wed Oct 17 14:49:02 2012 UTC ()
Add "no options COMPAT_60" to all kernel configuration files
that already had "no options COMPAT_50".


(apb)
diff -r1.39 -r1.40 src/sys/arch/mac68k/conf/SMALLRAM
diff -r1.17 -r1.18 src/sys/arch/zaurus/conf/INSTALL

cvs diff -r1.39 -r1.40 src/sys/arch/mac68k/conf/SMALLRAM (expand / switch to unified diff)

--- src/sys/arch/mac68k/conf/SMALLRAM 2011/10/03 19:22:59 1.39
+++ src/sys/arch/mac68k/conf/SMALLRAM 2012/10/17 14:48:41 1.40
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: SMALLRAM,v 1.39 2011/10/03 19:22:59 hauke Exp $ 1# $NetBSD: SMALLRAM,v 1.40 2012/10/17 14:48:41 apb Exp $
2# 2#
3# This is an example of how to configure a small, efficient kernel for 3# This is an example of how to configure a small, efficient kernel for
4# a system with limited RAM. Even so it's capable of doing quite a 4# a system with limited RAM. Even so it's capable of doing quite a
5# bit. The hypothetical system used for this example is a Macintosh 5# bit. The hypothetical system used for this example is a Macintosh
6# IIx or Macintosh IIcx with 8 MB of RAM and an 80 MB disk. One or 6# IIx or Macintosh IIcx with 8 MB of RAM and an 80 MB disk. One or
7# more DP5380- based NuBus Ethernet cards, onboard video and one or 7# more DP5380- based NuBus Ethernet cards, onboard video and one or
8# more NuBus video cards are configured. Basic SLIP and PPP support 8# more NuBus video cards are configured. Basic SLIP and PPP support
9# as well as packet filtering are available. 9# as well as packet filtering are available.
10# 10#
11# This configuration is suitable for experimenting with NetBSD as a 11# This configuration is suitable for experimenting with NetBSD as a
12# router with one or more Ethernet cards, and up to two PPP 12# router with one or more Ethernet cards, and up to two PPP
13# connections (one on each serial port). 13# connections (one on each serial port).
14 14
@@ -32,26 +32,27 @@ no options KMEMSTATS @@ -32,26 +32,27 @@ no options KMEMSTATS
32 32
33no options COMPAT_10 33no options COMPAT_10
34no options COMPAT_11 34no options COMPAT_11
35no options COMPAT_12 35no options COMPAT_12
36no options COMPAT_13 36no options COMPAT_13
37no options COMPAT_14 37no options COMPAT_14
38no options COMPAT_15 38no options COMPAT_15
39no options COMPAT_16 39no options COMPAT_16
40no options COMPAT_20 40no options COMPAT_20
41no options COMPAT_30 41no options COMPAT_30
42no options COMPAT_40 42no options COMPAT_40
43no options COMPAT_43 43no options COMPAT_43
44no options COMPAT_50 44no options COMPAT_50
 45no options COMPAT_60
45 46
46no options COMPAT_AOUT_M68K 47no options COMPAT_AOUT_M68K
47no options EXEC_AOUT 48no options EXEC_AOUT
48no options COMPAT_BSDPTY 49no options COMPAT_BSDPTY
49 50
50no file-system EXT2FS 51no file-system EXT2FS
51no file-system LFS 52no file-system LFS
52no file-system MFS 53no file-system MFS
53no file-system CD9660 54no file-system CD9660
54no file-system MSDOSFS 55no file-system MSDOSFS
55no file-system FDESC 56no file-system FDESC
56no file-system KERNFS 57no file-system KERNFS
57no file-system NULLFS 58no file-system NULLFS

cvs diff -r1.17 -r1.18 src/sys/arch/zaurus/conf/INSTALL (expand / switch to unified diff)

--- src/sys/arch/zaurus/conf/INSTALL 2012/08/17 20:11:41 1.17
+++ src/sys/arch/zaurus/conf/INSTALL 2012/10/17 14:49:02 1.18
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: INSTALL,v 1.17 2012/08/17 20:11:41 abs Exp $ 1# $NetBSD: INSTALL,v 1.18 2012/10/17 14:49:02 apb Exp $
2# 2#
3# INSTALL config file (GENERIC with memory disk root) 3# INSTALL config file (GENERIC with memory disk root)
4# 4#
5 5
6include "arch/zaurus/conf/GENERIC" 6include "arch/zaurus/conf/GENERIC"
7 7
8# Enable the hooks used for initializing the root memory-disk. 8# Enable the hooks used for initializing the root memory-disk.
9options MEMORY_DISK_HOOKS # enable root ramdisk 9options MEMORY_DISK_HOOKS # enable root ramdisk
10options MEMORY_DISK_IS_ROOT # force root on memory disk 10options MEMORY_DISK_IS_ROOT # force root on memory disk
11options MEMORY_DISK_SERVER=0 # no userspace memory disk support 11options MEMORY_DISK_SERVER=0 # no userspace memory disk support
12options MEMORY_DISK_ROOT_SIZE=4224 # size of memory disk, in blocks 12options MEMORY_DISK_ROOT_SIZE=4224 # size of memory disk, in blocks
13options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode 13options MEMORY_DISK_RBFLAGS=RB_SINGLE # boot in single-user mode
14 14
@@ -30,26 +30,27 @@ no file-system KERNFS @@ -30,26 +30,27 @@ no file-system KERNFS
30no file-system NULLFS 30no file-system NULLFS
31no file-system PROCFS 31no file-system PROCFS
32no file-system PTYFS 32no file-system PTYFS
33no file-system TMPFS 33no file-system TMPFS
34 34
35no options COMPAT_13 35no options COMPAT_13
36no options COMPAT_14 36no options COMPAT_14
37no options COMPAT_15 37no options COMPAT_15
38no options COMPAT_16 38no options COMPAT_16
39no options COMPAT_20 39no options COMPAT_20
40no options COMPAT_30 40no options COMPAT_30
41no options COMPAT_40 41no options COMPAT_40
42no options COMPAT_50 42no options COMPAT_50
 43no options COMPAT_60
43no options COMPAT_43 44no options COMPAT_43
44 45
45no options COMPAT_OSSAUDIO 46no options COMPAT_OSSAUDIO
46 47
47no options SYSVMSG 48no options SYSVMSG
48no options SYSVSEM 49no options SYSVSEM
49no options SYSVSHM 50no options SYSVSHM
50 51
51options PIPE_SOCKETPAIR 52options PIPE_SOCKETPAIR
52 53
53no options WSDISPLAY_COMPAT_PCVT 54no options WSDISPLAY_COMPAT_PCVT
54no options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 55no options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
55no options WSDISPLAY_COMPAT_RAWKBD 56no options WSDISPLAY_COMPAT_RAWKBD