| History log of /src/sys/arch/mvmeppc/conf | 
    | Revision | Date | Author | Comments | 
| 1.34 | 29-Jan-2024 | christos | PR/57889: Ricardo Branco: ext2fs does not have user immutable and append file flags, only system ones. Restrict those to the superuser. Before
 the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
 default.
 
 | 
| 1.33 | 12-Feb-2023 | abs | Add optoion GENERIC.local include to the end of ~all GENERIC configs 
 This excludes atari, sgimips, evbmips, evbppc, evbsh3, and hpcarm
 all of which have somewhat specific kernel config file layouts
 
 | 
| 1.32 | 29-Sep-2022 | riastradh | branches:  1.32.4; swwdog(4): Add to GENERIC kernels.
 
 Plus a handful of others that I'm familiar with.  Lots of special-
 purpose kernels should probably have this too but I'm not going
 through all the arm, mips, and ppc evaluation board kernels to see
 which ones are relevant.
 
 Omitted from systems I know to be very small:
 - sun2/GENERIC
 - dreamcast/GENERIC
 Feel free to remove it from others that need to be kept smaller.
 
 Compile-tested a few of these just in case:
 - alpha/GENERIC
 - amd64/GENERIC
 - evbmips/OCTEON
 - i386/GENERIC
 - riscv/GENERIC
 
 PR kern/29702
 
 | 
| 1.31 | 07-Aug-2022 | simonb | UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config
 file can use 128MB of RAM or more.
 - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel
 and by a number of NetBSD developers for years.
 - Add LFS_DIRHASH if LFS was enabled.
 - Be somewhat consistent with FS options order.
 
 | 
| 1.30 | 27-Sep-2020 | roy | vether: Add to kernel configurations 
 It's only enabled if the kernel enabled bridge AND tap.
 Otherwise it's commented out.
 
 | 
| 1.29 | 19-Jan-2020 | thorpej | Remove the strip(4) - Starmode Radio IP - pseudo-device driver.  It is long since obsolete.
 
 | 
| 1.28 | 01-Aug-2018 | maxv | branches:  1.28.4;  1.28.6; Unreference IPF/PF from all the config files, and enable NPF instead when
 wanted. This also fixes some inconsistencies I saw in several files (eg
 IPF options while IPF was not compiled, IPF+PF enabled by default, etc).
 
 | 
| 1.27 | 19-Feb-2017 | rin | branches:  1.27.6;  1.27.10;  1.27.12; PR kern/51208
 Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
 ALL on amd64 and i386.
 
 | 
| 1.26 | 21-Aug-2015 | uebayasi | branches:  1.26.2;  1.26.4; Add `pseudo-device ksyms' where `options DDB' is used, because
 config(1)/config(5) can't handle module dependency correctly at this
 moment.
 
 (This is another proof that shared file definition (`file xxx.c a|b')
 is a bad idea.)
 
 | 
| 1.25 | 07-Aug-2015 | maxv | Remove KMEMSTATS. 
 | 
| 1.24 | 16-Nov-2014 | manu | branches:  1.24.2; Remove unused extended attributes kernel options
 
 As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
 and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
 as they have been obsolete for a long time:
 UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
 LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
 UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
 
 | 
| 1.23 | 12-Nov-2014 | manu | Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels 
 This change just brings UFS1 extended attribute *support* in the kernel,
 extended attributes are not enabled unless three conditions are met:
 1) filesystem is UFS1 (newfs -O1)
 2) .attribute/system and .attribute/user directories are created at fs root
 3) filesystem is mounted with -o extattr
 
 Some GENERIC kernels are obviously memory constrained, the extended
 attributes options were not enabled for them, but just added commented out.
 (kernel were considered memory constrained if QUOTA option was disabled)
 
 | 
| 1.22 | 30-Jun-2013 | rmind | branches:  1.22.6; G/C PFIL_HOOKS from the kernel configs.
 
 | 
| 1.21 | 05-Jun-2013 | christos | branches:  1.21.2; remove obsolete networking options
 
 | 
| 1.20 | 27-Apr-2013 | christos | more bogus number removal 
 | 
| 1.19 | 27-Apr-2013 | christos | the bogus number police 
 | 
| 1.18 | 27-Apr-2013 | christos | remove confusing numeric locators where they are unused. 
 | 
| 1.17 | 02-Mar-2013 | christos | Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it. 
 | 
| 1.16 | 17-Aug-2012 | abs | branches:  1.16.2; Update all kernel configs mentioning WSEMUL_* but not already including
 WSDISPLAY_COMPAT_USL using the following rules:
 - If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
 - If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
 and commented out WSDISPLAY_COMPAT_USL
 - Otherwise add WSDISPLAY_COMPAT_USL
 
 Some of the INSTALL configs for larger memory machines are probably suitable
 for adding WSDISPLAY_COMPAT_USL.
 
 Now wsconscfg(8) should be able to switch VTs when expected.
 
 Implemented after no objection from tech-kern to the following:
 
 On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
 > wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
 > terminals.
 >
 > Except when in an exceptionally memory or space constrained
 > environment (INSTALL being the obvious case), is there any reason why
 > all GENERIC and GENERIC-like kernels which have wscons enabled
 > shouldn't also have WSDISPLAY_COMPAT_USL?
 
 | 
| 1.15 | 18-Dec-2011 | dholland | branches:  1.15.2; WABPL is no longer considered experimental (has not been for some time)
 so update its comment in config files.
 
 | 
| 1.14 | 22-Nov-2011 | tls | branches:  1.14.2; 
 The rnd pseudo-device is not really optional, because it is in the same
 source file as the entropy-pool code itself.  Move it to std.  This
 will be cleaned up more when I split the sources up as they should be.
 
 This fixes build breaks on several ports.  Thanks to Havard Eidnes for
 pointing them out.
 
 | 
| 1.13 | 30-Jun-2011 | wiz | branches:  1.13.2; dependant -> dependent
 
 | 
| 1.12 | 06-Mar-2011 | bouyer | merge the bouyer-quota2 branch. This adds a new on-disk format to store disk quota usage and limits, integrated with ffs
 metadata. Usage is checked by fsck_ffs (no more quotacheck)
 and is covered by the WAPBL journal. Enabled with kernel
 option QUOTA2 (added where QUOTA was enabled in kernel config files),
 turned on with tunefs(8) on a per-filesystem
 basis. mount_mfs(8) can also turn quotas on.
 
 See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
 for details.
 
 | 
| 1.11 | 31-Jan-2011 | matt | Fix ident. 
 | 
| 1.10 | 23-Nov-2010 | hannken | branches:  1.10.2;  1.10.4; Remove unused count from pseudo-device md.
 
 | 
| 1.9 | 29-Apr-2010 | chs | enable TMPFS in all GENERICs that have MFS enabled. 
 | 
| 1.8 | 16-Apr-2010 | pooka | Remove unused count (invariably "4") from pseudo-device fss. 
 | 
| 1.7 | 05-Dec-2009 | pooka | branches:  1.7.2;  1.7.4; Remove the portalfs kernel file system driver.  Replace mount_portal(8)
 with a version based on puffs.  User functionality remains the same.
 
 | 
| 1.6 | 24-Nov-2008 | ad | Remove softdep, pass 1. We are focused on improving journalling. 
 Proposed on tech-kern@.
 
 | 
| 1.5 | 10-Aug-2008 | tls | branches:  1.5.2; Add accept filters to GENERIC kernels where they exist.
 
 | 
| 1.4 | 31-Jul-2008 | simonb | Add "options WAPBL" to standard GENERIC/INSTALL type configs. 
 | 
| 1.3 | 04-Nov-2007 | xtraeme | branches:  1.3.4;  1.3.18;  1.3.22;  1.3.24;  1.3.28; Remove System V semaphores and share memory options to set the limits:
 SEMMNI, SEMMNS, SEMUME and SHMMAXPGS.
 
 They can be tweaked via sysctl now. Ports that were setting values on
 them weren't touched, I only removed the ones that were commented out.
 
 | 
| 1.2 | 17-Oct-2007 | garbled | branches:  1.2.2;  1.2.4;  1.2.6;  1.2.8; Merge the ppcoea-renovation branch to HEAD.
 
 This branch was a major cleanup and rototill of many of the various OEA
 cpu based PPC ports that focused on sharing as much code as possible
 between the various ports to eliminate near-identical copies of files in
 every tree.  Additionally there is a new PIC system that unifies the
 interface to interrupt code for all different OEA ppc arches.  The work
 for this branch was done by a variety of people, too long to list here.
 
 TODO:
 bebox still needs work to complete the transition to -renovation.
 ofppc still needs a bunch of work, which I will be looking at.
 ev64260 still needs to be renovated
 amigappc was not attempted.
 
 NOTES:
 pmppc was removed as an arch, and moved to a evbppc target.
 
 | 
| 1.1 | 16-Oct-2007 | garbled | branches:  1.1.2;  1.1.4; file GENERIC was initially added on branch ppcoea-renovation.
 
 | 
| 1.1.4.2 | 13-Nov-2007 | bouyer | Sync with HEAD 
 | 
| 1.1.4.1 | 25-Oct-2007 | bouyer | Sync with HEAD. 
 | 
| 1.1.2.1 | 16-Oct-2007 | garbled | Given that mvmeppc only supports one machine right now, just call the kernel GENERIC like everyone else.
 
 | 
| 1.2.8.3 | 15-Nov-2007 | yamt | sync with head. 
 | 
| 1.2.8.2 | 27-Oct-2007 | yamt | sync with head. 
 | 
| 1.2.8.1 | 17-Oct-2007 | yamt | file GENERIC was added on branch yamt-lazymbuf on 2007-10-27 11:27:17 +0000 
 | 
| 1.2.6.3 | 04-Nov-2007 | jmcneill | Sync with HEAD. 
 | 
| 1.2.6.2 | 26-Oct-2007 | joerg | Sync with HEAD. 
 Follow the merge of pmap.c on i386 and amd64 and move
 pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
 code to restore CR4 before jumping back into kernel space as the large
 page option might cover that.
 
 | 
| 1.2.6.1 | 17-Oct-2007 | joerg | file GENERIC was added on branch jmcneill-pm on 2007-10-26 15:42:56 +0000 
 | 
| 1.2.4.3 | 03-Dec-2007 | ad | Sync with HEAD. 
 | 
| 1.2.4.2 | 23-Oct-2007 | ad | Sync with head. 
 | 
| 1.2.4.1 | 17-Oct-2007 | ad | file GENERIC was added on branch vmlocking on 2007-10-23 20:35:57 +0000 
 | 
| 1.2.2.2 | 18-Oct-2007 | yamt | sync with head. 
 | 
| 1.2.2.1 | 17-Oct-2007 | yamt | file GENERIC was added on branch yamt-x86pmap on 2007-10-18 08:32:16 +0000 
 | 
| 1.3.28.2 | 13-Dec-2008 | haad | Update haad-dm branch to haad-dm-base2. 
 | 
| 1.3.28.1 | 19-Oct-2008 | haad | Sync with HEAD. 
 | 
| 1.3.24.1 | 18-Sep-2008 | wrstuden | Sync with wrstuden-revivesa-base-2. 
 | 
| 1.3.22.3 | 11-Aug-2010 | yamt | sync with head. 
 | 
| 1.3.22.2 | 11-Mar-2010 | yamt | sync with head 
 | 
| 1.3.22.1 | 04-May-2009 | yamt | sync with head. 
 | 
| 1.3.18.2 | 17-Jan-2009 | mjf | Sync with HEAD. 
 | 
| 1.3.18.1 | 28-Sep-2008 | mjf | Sync with HEAD. 
 | 
| 1.3.4.2 | 06-Nov-2007 | matt | sync with HEAD 
 | 
| 1.3.4.1 | 04-Nov-2007 | matt | file GENERIC was added on branch matt-armv6 on 2007-11-06 23:19:29 +0000 
 | 
| 1.5.2.1 | 19-Jan-2009 | skrll | Sync with HEAD. 
 | 
| 1.7.4.3 | 21-Apr-2011 | rmind | sync with head 
 | 
| 1.7.4.2 | 05-Mar-2011 | rmind | sync with head 
 | 
| 1.7.4.1 | 30-May-2010 | rmind | sync with head 
 | 
| 1.7.2.2 | 17-Aug-2010 | uebayasi | Sync with HEAD. 
 | 
| 1.7.2.1 | 30-Apr-2010 | uebayasi | Sync with HEAD. 
 | 
| 1.10.4.2 | 08-Feb-2011 | bouyer | Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA is commented out)
 
 | 
| 1.10.4.1 | 08-Feb-2011 | bouyer | Sync with HEAD 
 | 
| 1.10.2.1 | 06-Jun-2011 | jruoho | Sync with HEAD. 
 | 
| 1.13.2.3 | 22-May-2014 | yamt | sync with head. 
 for a reference, the tree before this commit was tagged
 as yamt-pagecache-tag8.
 
 this commit was splitted into small chunks to avoid
 a limitation of cvs.  ("Protocol error: too many arguments")
 
 | 
| 1.13.2.2 | 30-Oct-2012 | yamt | sync with head 
 | 
| 1.13.2.1 | 17-Apr-2012 | yamt | sync with head 
 | 
| 1.14.2.1 | 18-Feb-2012 | mrg | merge to -current. 
 | 
| 1.15.2.1 | 15-Aug-2012 | sborrill | Pull up the following revisions(s) (requested by martin in ticket #502): sys/arch/cobalt/conf/GENERIC:		patch
 sys/arch/i386/conf/GENERIC:		patch
 sys/arch/i386/conf/XEN3_DOM0:		patch
 sys/arch/i386/conf/XEN3_DOMU:		patch
 sys/arch/mvmeppc/conf/GENERIC:		patch
 sys/arch/shark/conf/GENERIC:		patch
 sys/arch/sparc64/conf/GENERIC:		patch
 sys/arch/sparc64/conf/GENERIC.DEBUG:	patch
 sys/arch/zaurus/conf/GENERIC:		patch
 
 Switch off DIAGNOSTIC and/or DEBUG on release kernels.
 Enable DIAGNOSTIC in DEBUG kernels to allow for option
 being switched off in GENERIC.
 
 | 
| 1.16.2.3 | 03-Dec-2017 | jdolecek | update from HEAD 
 | 
| 1.16.2.2 | 20-Aug-2014 | tls | Rebase to HEAD as of a few days ago. 
 | 
| 1.16.2.1 | 23-Jun-2013 | tls | resync from head 
 | 
| 1.21.2.1 | 28-Aug-2013 | rmind | sync with head 
 | 
| 1.22.6.3 | 18-Nov-2014 | snj | Pull up following revision(s) (requested by manu in ticket #251): sys/arch/acorn26/conf/GENERIC: revision 1.81
 sys/arch/acorn32/conf/GENERIC: revision 1.116
 sys/arch/alpha/conf/GENERIC: revision 1.362
 sys/arch/amd64/conf/ALL: revision 1.23
 sys/arch/amd64/conf/GENERIC: revision 1.404
 sys/arch/amd64/conf/XEN3_DOM0: revision 1.112
 sys/arch/amd64/conf/XEN3_DOMU: revision 1.60
 sys/arch/amiga/conf/GENERIC.in: revision 1.129
 sys/arch/amiga/conf/GENERIC: revision 1.311
 sys/arch/amigappc/conf/GENERIC: revision 1.24
 sys/arch/arc/conf/GENERIC: revision 1.184
 sys/arch/bebox/conf/GENERIC: revision 1.145
 sys/arch/cats/conf/GENERIC: revision 1.155
 sys/arch/cesfic/conf/GENERIC: revision 1.65
 sys/arch/cobalt/conf/GENERIC: revision 1.147
 sys/arch/dreamcast/conf/GENERIC: revision 1.121
 sys/arch/emips/conf/GENERIC: revision 1.15
 sys/arch/epoc32/conf/GENERIC: revision 1.8
 sys/arch/ews4800mips/conf/GENERIC: revision 1.51
 sys/arch/hp300/conf/GENERIC: revision 1.190
 sys/arch/hpcmips/conf/GENERIC: revision 1.229
 sys/arch/hpcsh/conf/GENERIC: revision 1.106
 sys/arch/hppa/conf/GENERIC: revision 1.6
 sys/arch/i386/conf/ALL: revision 1.389
 sys/arch/i386/conf/GENERIC: revision 1.1118
 sys/arch/i386/conf/XEN3_DOM0: revision 1.93
 sys/arch/i386/conf/XEN3_DOMU: revision 1.65
 sys/arch/ibmnws/conf/GENERIC: revision 1.46
 sys/arch/iyonix/conf/GENERIC: revision 1.88
 sys/arch/landisk/conf/GENERIC: revision 1.45
 sys/arch/luna68k/conf/GENERIC: revision 1.119
 sys/arch/mac68k/conf/GENERIC: revision 1.220
 sys/arch/macppc/conf/GENERIC: revision 1.320
 sys/arch/macppc/conf/MAMBO: revision 1.24
 sys/arch/macppc/conf/POWERMAC_G5: revision 1.25
 sys/arch/mipsco/conf/GENERIC: revision 1.88
 sys/arch/mmeye/conf/GENERIC: revision 1.120
 sys/arch/mvme68k/conf/GENERIC: revision 1.94
 sys/arch/mvmeppc/conf/GENERIC: revision 1.24
 sys/arch/netwinder/conf/GENERIC: revision 1.126
 sys/arch/news68k/conf/GENERIC: revision 1.125
 sys/arch/newsmips/conf/GENERIC: revision 1.129
 sys/arch/next68k/conf/GENERIC: revision 1.139
 sys/arch/ofppc/conf/GENERIC: revision 1.157
 sys/arch/pmax/conf/GENERIC64: revision 1.21
 sys/arch/pmax/conf/GENERIC: revision 1.185
 sys/arch/prep/conf/GENERIC: revision 1.174
 sys/arch/rs6000/conf/GENERIC: revision 1.33
 sys/arch/sandpoint/conf/GENERIC: revision 1.88
 sys/arch/sbmips/conf/GENERIC: revision 1.101
 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.28
 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.104
 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.106
 sys/arch/shark/conf/GENERIC: revision 1.121
 sys/arch/sparc/conf/GENERIC: revision 1.248
 sys/arch/sparc/conf/TADPOLE3GX: revision 1.65
 sys/arch/sparc64/conf/GENERIC: revision 1.177
 sys/arch/sparc64/conf/NONPLUS64: revision 1.44
 sys/arch/sun2/conf/GENERIC: revision 1.94
 sys/arch/sun3/conf/GENERIC: revision 1.171
 sys/arch/vax/conf/GENERIC: revision 1.193
 sys/arch/vax/conf/VAX780: revision 1.19
 sys/arch/x68k/conf/GENERIC: revision 1.179
 sys/arch/zaurus/conf/GENERIC: revision 1.65
 sys/ufs/files.ufs: revision 1.38
 Remove unused extended attributes kernel options
 
 As Masao Uebayashi pointed to me, UFS_EXTATTR_AUTOSTART, LFS_EXTATTR_AUTOSTART
 and UFS_EXTATTR_AUTOCREATE are not used anywhere in the code. Remove them
 as they have been obsolete for a long time:
 UFS_EXTATTR_AUTOSTART was replaced by mount -o extattr
 LFS_EXTATTR_AUTOSTART was created to match obsolete UFS_EXTATTR_AUTOSTART
 UFS_EXTATTR_AUTOCREATE was replaced by sysctl vfs.ffs.extattr_autocreate
 
 | 
| 1.22.6.2 | 14-Nov-2014 | martin | Pull up following revision(s) (requested by manu in ticket #232): sys/arch/next68k/conf/GENERIC: revision 1.138
 sys/arch/cobalt/conf/GENERIC: revision 1.146
 sys/arch/mvme68k/conf/GENERIC: revision 1.93
 sys/arch/vax/conf/VAX780: revision 1.18
 sys/arch/newsmips/conf/GENERIC: revision 1.128
 sys/arch/luna68k/conf/GENERIC: revision 1.118
 sys/arch/sbmips/conf/GENERIC: revision 1.100
 sys/arch/pmax/conf/GENERIC: revision 1.184
 sys/arch/alpha/conf/GENERIC: revision 1.361
 sys/arch/sparc64/conf/GENERIC: revision 1.176
 sys/arch/sun3/conf/GENERIC: revision 1.170
 sys/arch/shark/conf/GENERIC: revision 1.120
 sys/arch/landisk/conf/GENERIC: revision 1.44
 sys/arch/bebox/conf/GENERIC: revision 1.144
 sys/arch/sparc64/conf/NONPLUS64: revision 1.43
 sys/arch/sandpoint/conf/GENERIC: revision 1.87
 sys/arch/emips/conf/GENERIC: revision 1.14
 sys/arch/amd64/conf/XEN3_DOM0: revision 1.111
 sys/arch/dreamcast/conf/GENERIC: revision 1.120
 sys/arch/cesfic/conf/GENERIC: revision 1.64
 sys/arch/mmeye/conf/GENERIC: revision 1.119
 sys/arch/epoc32/conf/GENERIC: revision 1.7
 sys/arch/x68k/conf/GENERIC: revision 1.178
 sys/arch/iyonix/conf/GENERIC: revision 1.87
 sys/arch/sun2/conf/GENERIC: revision 1.93
 sys/arch/ews4800mips/conf/GENERIC: revision 1.50
 sys/arch/amd64/conf/XEN3_DOMU: revision 1.59
 sys/arch/acorn26/conf/GENERIC: revision 1.80
 sys/arch/acorn32/conf/GENERIC: revision 1.115
 sys/arch/macppc/conf/POWERMAC_G5: revision 1.24
 sys/arch/i386/conf/GENERIC: revision 1.1117
 sys/arch/arc/conf/GENERIC: revision 1.183
 sys/arch/cats/conf/GENERIC: revision 1.154
 sys/arch/amiga/conf/GENERIC.in: revision 1.128
 sys/arch/zaurus/conf/GENERIC: revision 1.64
 sys/arch/netwinder/conf/GENERIC: revision 1.125
 sys/arch/hppa/conf/GENERIC: revision 1.5
 sys/arch/mvmeppc/conf/GENERIC: revision 1.23
 sys/arch/macppc/conf/GENERIC: revision 1.319
 sys/arch/amiga/conf/GENERIC: revision 1.310
 sys/arch/pmax/conf/GENERIC64: revision 1.20
 sys/arch/macppc/conf/MAMBO: revision 1.23
 sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.27
 sys/arch/amigappc/conf/GENERIC: revision 1.23
 sys/arch/amd64/conf/GENERIC: revision 1.403
 sys/arch/ofppc/conf/GENERIC: revision 1.156
 sys/arch/mac68k/conf/GENERIC: revision 1.219
 sys/arch/i386/conf/XEN3_DOMU: revision 1.64
 sys/arch/mipsco/conf/GENERIC: revision 1.87
 sys/arch/hp300/conf/GENERIC: revision 1.189
 sys/arch/vax/conf/GENERIC: revision 1.192
 sys/arch/news68k/conf/GENERIC: revision 1.124
 sys/arch/ibmnws/conf/GENERIC: revision 1.45
 sys/arch/hpcsh/conf/GENERIC: revision 1.105
 sys/arch/sparc/conf/TADPOLE3GX: revision 1.64
 sys/arch/i386/conf/XEN3_DOM0: revision 1.92
 sys/arch/sparc/conf/GENERIC: revision 1.247
 sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.105
 sys/arch/prep/conf/GENERIC: revision 1.173
 sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.103
 sys/arch/rs6000/conf/GENERIC: revision 1.32
 sys/arch/hpcmips/conf/GENERIC: revision 1.228
 Support for UFS1 extended attributes in GENERIC and GENERIC-like kernels
 This change just brings UFS1 extended attribute *support* in the kernel,
 extended attributes are not enabled unless three conditions are met:
 1) filesystem is UFS1 (newfs -O1)
 2) .attribute/system and .attribute/user directories are created at fs root
 3) filesystem is mounted with -o extattr
 Some GENERIC kernels are obviously memory constrained, the extended
 attributes options were not enabled for them, but just added commented out.
 (kernel were considered memory constrained if QUOTA option was disabled)
 
 | 
| 1.22.6.1 | 10-Oct-2014 | snj | Apply patch (requested by bouyer/martin in ticket #116): Disable DIAGNOSTIC and/or DEBUG.
 
 | 
| 1.24.2.2 | 28-Aug-2017 | skrll | Sync with HEAD 
 | 
| 1.24.2.1 | 22-Sep-2015 | skrll | Sync with HEAD 
 | 
| 1.26.4.1 | 21-Apr-2017 | bouyer | Sync with HEAD 
 | 
| 1.26.2.1 | 20-Mar-2017 | pgoyette | Sync with HEAD 
 | 
| 1.27.12.2 | 08-Apr-2020 | martin | Merge changes from current as of 20200406 
 | 
| 1.27.12.1 | 10-Jun-2019 | christos | Sync with HEAD 
 | 
| 1.27.10.1 | 06-Sep-2018 | pgoyette | Sync with HEAD 
 Resolve a couple of conflicts (result of the uimin/uimax changes)
 
 | 
| 1.27.6.3 | 18-Apr-2018 | martin | Requested by skrll in ticket #60: sys/arch/amd64/conf/GENERIC
 sys/arch/amd64/conf/XEN3_DOM0
 sys/arch/amd64/conf/XEN3_DOMU
 sys/arch/cobalt/conf/GENERIC
 sys/arch/evbarm/conf/BEAGLEBONE
 sys/arch/evbarm/conf/BEAGLEBOARD
 sys/arch/evbarm/conf/BEAGLEBOARDXM
 sys/arch/evbarm/conf/GENERIC.common
 sys/arch/i386/conf/GENERIC
 sys/arch/i386/conf/XEN3_DOM0
 sys/arch/i386/conf/XEN3_DOMU
 sys/arch/mvmeppc/conf/GENERIC
 sys/arch/shark/conf/GENERIC
 sys/arch/sparc64/conf/GENERIC
 sys/arch/zaurus/conf/GENERIC
 
 Remove option DIAGNOSTIC.
 
 | 
| 1.27.6.2 | 29-Aug-2017 | martin | Requested by skrll in ticket #60: sys/arch/amd64/conf/GENERIC
 sys/arch/amd64/conf/XEN3_DOM0
 sys/arch/amd64/conf/XEN3_DOMU
 sys/arch/cobalt/conf/GENERIC
 sys/arch/evbarm/conf/BEAGLEBONE
 sys/arch/evbarm/conf/BEAGLEBOARD
 sys/arch/evbarm/conf/BEAGLEBOARDXM
 sys/arch/evbarm/conf/GENERIC.common
 sys/arch/i386/conf/GENERIC
 sys/arch/i386/conf/XEN3_DOM0
 sys/arch/i386/conf/XEN3_DOMU
 sys/arch/mvmeppc/conf/GENERIC
 sys/arch/shark/conf/GENERIC
 sys/arch/sparc64/conf/GENERIC
 sys/arch/zaurus/conf/GENERIC
 
 
 Re-enable option DIAGNOSTIC for now, will remove it again later.
 
 | 
| 1.27.6.1 | 05-Jul-2017 | martin | Remove options DIAGNOSTIC/DEBUG and PAX debug options. Requested by snj in #60.
 
 | 
| 1.28.6.1 | 25-Jan-2020 | ad | Sync with head. 
 | 
| 1.28.4.1 | 21-Nov-2019 | martin | In preparation for the upcoming release, turn off DIAGNOSTIC in most kernel configs, modules and libc.
 
 | 
| 1.32.4.1 | 09-Oct-2023 | snj | Apply patch (requested by martin in ticket #401): Disable DIAGNOSTIC/DEBUG.
 
 | 
| 1.27 | 17-Oct-2007 | garbled | Merge the ppcoea-renovation branch to HEAD. 
 This branch was a major cleanup and rototill of many of the various OEA
 cpu based PPC ports that focused on sharing as much code as possible
 between the various ports to eliminate near-identical copies of files in
 every tree.  Additionally there is a new PIC system that unifies the
 interface to interrupt code for all different OEA ppc arches.  The work
 for this branch was done by a variety of people, too long to list here.
 
 TODO:
 bebox still needs work to complete the transition to -renovation.
 ofppc still needs a bunch of work, which I will be looking at.
 ev64260 still needs to be renovated
 amigappc was not attempted.
 
 NOTES:
 pmppc was removed as an arch, and moved to a evbppc target.
 
 | 
| 1.26 | 26-Aug-2006 | christos | branches:  1.26.12;  1.26.20;  1.26.30;  1.26.32;  1.26.34;  1.26.36; PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
 Also remove CCITT,NS,NIP
 
 | 
| 1.25 | 19-Apr-2006 | drochner | adjust comments for the new location of wskbdmap_mfii.c, addresses PR kern/33290 by henry nelson
 
 | 
| 1.24 | 05-Feb-2006 | cube | branches:  1.24.2;  1.24.4;  1.24.6; Remove 'count' argument for pseudo-devices that ignore it
 (vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 
 | 
| 1.23 | 04-Feb-2006 | rpaulo | bpfilter doesn't accept count anymore. 
 | 
| 1.22 | 20-Dec-2005 | thorpej | branches:  1.22.2;  1.22.4;  1.22.6; Remove the tablet line discipline.
 
 | 
| 1.21 | 07-Dec-2005 | tsutsui | Adjust comments for options FFS_NO_SNAPSHOT. 
 XXX: This option should be mentioned in options(4).
 
 | 
| 1.20 | 19-Aug-2005 | christos | Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels 
 | 
| 1.19 | 31-Jul-2005 | yamt | revert "defflag VMSWAP" changes for now. there seems to be far more people who don't want to edit
 their kernel config files than i thought.
 
 | 
| 1.18 | 30-Jul-2005 | yamt | add "options VMSWAP" to non INSTALL kernels. 
 | 
| 1.17 | 07-Jul-2005 | tron | Add (commented out) IPSEC_NAT_T option. 
 | 
| 1.16 | 18-Feb-2005 | dsl | branches:  1.16.4;  1.16.6; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 
 | 
| 1.15 | 11-Feb-2005 | dsl | Add 'option FFS_SNAPSHOT' to most of the config files. Commented out for kernels that appear to hace space constraints.
 
 | 
| 1.14 | 31-Jan-2005 | hannken | Add file system snapshots to kernel configs. 
 - Ffs internal snapshots get compiled in unconditionally.
 
 - File system snapshot device fss(4) added to all kernel configs that
 have a disk.  Device is commented out on all non-GENERIC kernels.
 
 Reviewed by: Jason Thorpe <thorpej@netbsd.org>
 
 | 
| 1.13 | 17-Jan-2005 | cube | branches:  1.13.2; Add tap(4) support to a random^Wcarefully chosen set of kernel configs.
 All those kernels have a line for both tun and bridge, and if either is
 commented out, tap is commented out also.  With the exception of i386's
 GENERIC_TINY.
 
 XXX:  we _need_ some way of making this more simple.
 
 | 
| 1.12 | 04-Sep-2004 | manu | branches:  1.12.4; IPv4 PIM support, based on a submission from Pavlin Radoslavov posted on
 tech-net@
 
 | 
| 1.11 | 15-Jul-2004 | atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
 
 | 
| 1.10 | 14-Oct-2002 | elric | branches:  1.10.6;  1.10.8; Added commented out cgd(4)s to GENERIC configs.
 
 | 
| 1.9 | 18-Sep-2002 | lukem | enable USERCONF by default; it's small and extremely useful to have available. 
 | 
| 1.8 | 17-Jun-2002 | lukem | branches:  1.8.2; Enable "pseudo-device clockctl" in all kernels, except
 installation related kernels (INSTALL* and RAMDISK*).
 This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 
 | 
| 1.7 | 25-Apr-2002 | atatat | branches:  1.7.2;  1.7.4; Add the INCLUDE_CONFIG_FILE option to all config files.  In config
 files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
 ALPHA), it is uncommented.
 
 | 
| 1.6 | 17-Apr-2002 | mycroft | Switch from de to tlp by default. 
 | 
| 1.5 | 16-Apr-2002 | wiz | Remove last(?) traces of pmsi. 
 | 
| 1.4 | 12-Apr-2002 | gmcgarry | Add commented-out USERCONF option.  Mainly useful for install media and can be optionally enabled based on miniroot and ramdisk size
 requirements.
 
 | 
| 1.3 | 04-Mar-2002 | wiz | Remove ipip reference. 
 | 
| 1.2 | 03-Mar-2002 | scw | No longer need to define CACHELINESIZE here, and move NEWPMAP option to std.mvmeppc since the old pmap module is not supported on mvmeppc.
 
 | 
| 1.1 | 27-Feb-2002 | scw | branches:  1.1.2; New port: NetBSD/mvmeppc
 
 Based mostly on NetBSD/prep at this time since the earlier mvme160x
 boards are pretty much PReP compliant. Later boards in the range
 diverge somewhat from the reference platform, hence the separate port.
 
 Still needs *lots* of bashing into shape, but at this time it will
 boot to multi-user over ethernet on an MVME1603-051.
 
 | 
| 1.1.2.6 | 18-Oct-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.5 | 20-Jun-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.4 | 17-Apr-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.3 | 01-Apr-2002 | nathanw | Catch up to -current. (CVS: It's not just a program. It's an adventure!)
 
 | 
| 1.1.2.2 | 28-Feb-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.1 | 27-Feb-2002 | nathanw | file MVME1600 was added on branch nathanw_sa on 2002-02-28 04:10:55 +0000 
 | 
| 1.7.4.1 | 01-Aug-2002 | lukem | Pull up revision 1.8 (requested by lukem in ticket #312): Enable "pseudo-device clockctl" in all kernels, except
 installation related kernels (INSTALL* and RAMDISK*).
 This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 
 | 
| 1.7.2.1 | 14-Jul-2002 | gehenna | catch up with -current. 
 | 
| 1.8.2.4 | 10-Oct-2002 | jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
 
 | 
| 1.8.2.3 | 06-Sep-2002 | jdolecek | sync kqueue branch with HEAD 
 | 
| 1.8.2.2 | 23-Jun-2002 | jdolecek | catch up with -current on kqueue branch 
 | 
| 1.8.2.1 | 17-Jun-2002 | jdolecek | file MVME1600 was added on branch kqueue on 2002-06-23 17:38:25 +0000 
 | 
| 1.10.8.1 | 15-Jul-2004 | he | Pull up revision 1.11 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
 but commented out in most of them.
 
 | 
| 1.10.6.9 | 11-Dec-2005 | christos | Sync with head. 
 | 
| 1.10.6.8 | 10-Nov-2005 | skrll | Sync with HEAD. Here we go again... 
 | 
| 1.10.6.7 | 04-Mar-2005 | skrll | Sync with HEAD. 
 Hi Perry!
 
 | 
| 1.10.6.6 | 15-Feb-2005 | skrll | Sync with HEAD. 
 | 
| 1.10.6.5 | 04-Feb-2005 | skrll | Sync with HEAD. 
 | 
| 1.10.6.4 | 24-Jan-2005 | skrll | Sync with HEAD. 
 | 
| 1.10.6.3 | 21-Sep-2004 | skrll | Fix the sync with head I botched. 
 | 
| 1.10.6.2 | 18-Sep-2004 | skrll | Sync with HEAD. 
 | 
| 1.10.6.1 | 03-Aug-2004 | skrll | Sync with HEAD 
 | 
| 1.12.4.1 | 29-Apr-2005 | kent | sync with -current 
 | 
| 1.13.2.2 | 19-Mar-2005 | yamt | sync with head.  xen and whitespace.  xen part is not finished. 
 | 
| 1.13.2.1 | 12-Feb-2005 | yamt | sync with head. 
 | 
| 1.16.6.3 | 27-Oct-2007 | yamt | sync with head. 
 | 
| 1.16.6.2 | 30-Dec-2006 | yamt | sync with head. 
 | 
| 1.16.6.1 | 21-Jun-2006 | yamt | sync with head. 
 | 
| 1.16.4.1 | 18-Jul-2005 | riz | Pull up revision 1.17 (requested by tron in ticket #566): Add (commented out) IPSEC_NAT_T option.
 
 | 
| 1.22.6.1 | 22-Apr-2006 | simonb | Sync with head. 
 | 
| 1.22.4.1 | 09-Sep-2006 | rpaulo | sync with head 
 | 
| 1.22.2.1 | 18-Feb-2006 | yamt | sync with head. 
 | 
| 1.24.6.1 | 24-May-2006 | tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch. 
 | 
| 1.24.4.1 | 11-May-2006 | elad | sync with head 
 | 
| 1.24.2.2 | 03-Sep-2006 | yamt | sync with head. 
 | 
| 1.24.2.1 | 24-May-2006 | yamt | sync with head. 
 | 
| 1.26.36.1 | 25-Oct-2007 | bouyer | Sync with HEAD. 
 | 
| 1.26.34.1 | 18-Oct-2007 | yamt | sync with head. 
 | 
| 1.26.32.1 | 06-Nov-2007 | matt | sync with HEAD 
 | 
| 1.26.30.1 | 26-Oct-2007 | joerg | Sync with HEAD. 
 Follow the merge of pmap.c on i386 and amd64 and move
 pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
 code to restore CR4 before jumping back into kernel space as the large
 page option might cover that.
 
 | 
| 1.26.20.2 | 16-Oct-2007 | garbled | Given that mvmeppc only supports one machine right now, just call the kernel GENERIC like everyone else.
 
 | 
| 1.26.20.1 | 09-May-2007 | garbled | Apply the complete renovation package to mvmeppc. 1) Convert to shared PIC code.  For now, using i8259, however, I suspect
 this machine really needs prepivr.
 2) Convert to shared PCI
 3) Convert to shared ISA
 4) Clean up a few __P's and K&R declarations.  Still a few to go probably.
 
 | 
| 1.26.12.1 | 23-Oct-2007 | ad | Sync with head. 
 | 
| 1.16 | 19-Jan-2024 | thorpej | opt_mvmetype.h -> opt_mvmeconf.h to match mvme68k (which wins out because it supports more boards).
 
 | 
| 1.15 | 22-Jun-2011 | matt | Add support pci_intr_setattr. Export non-inline version of pci api for modules (_MODULE is defined).
 Fix definition of pc_conf_hook and pc_conf_interrupt.
 Switch to using inlines instead of macros.
 Switch ibm4xx to use <powerpc/pci_machdep.h>
 
 | 
| 1.14 | 20-Feb-2008 | drochner | Since files.wscons et al. are included by ~all ports anyway, include them in the mi "files" file, and remove include statements from md files.
 These shouldn't pull in additional kernel code when not in use, so it
 shouldn't do any harm except a risk of namespace collisions which
 should be easy to fix.
 
 | 
| 1.13 | 03-Dec-2007 | ad | Interrupt handling changes, in discussion since February: 
 - Reduce available SPL levels for hardware devices to none, vm, sched, high.
 - Acquire kernel_lock only for interrupts at IPL_VM.
 - Implement threaded soft interrupts.
 
 | 
| 1.12 | 17-Oct-2007 | garbled | branches:  1.12.2; Merge the ppcoea-renovation branch to HEAD.
 
 This branch was a major cleanup and rototill of many of the various OEA
 cpu based PPC ports that focused on sharing as much code as possible
 between the various ports to eliminate near-identical copies of files in
 every tree.  Additionally there is a new PIC system that unifies the
 interface to interrupt code for all different OEA ppc arches.  The work
 for this branch was done by a variety of people, too long to list here.
 
 TODO:
 bebox still needs work to complete the transition to -renovation.
 ofppc still needs a bunch of work, which I will be looking at.
 ev64260 still needs to be renovated
 amigappc was not attempted.
 
 NOTES:
 pmppc was removed as an arch, and moved to a evbppc target.
 
 | 
| 1.11 | 10-Apr-2007 | macallan | branches:  1.11.4;  1.11.12;  1.11.14;  1.11.16;  1.11.18; include files.wsfb
 
 | 
| 1.10 | 11-Dec-2005 | christos | branches:  1.10.26;  1.10.30;  1.10.32; merge ktrace-lwp.
 
 | 
| 1.9 | 25-Mar-2004 | wiz | branches:  1.9.16; Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
 [Down from 16 to 8, since disklabel.h still says 8.]
 Addresses PR 24905 by Simon Burge.
 
 | 
| 1.8 | 27-Jul-2003 | thorpej | Since everyone uses clock_subr.c (or should, if they don't currently), list it in conf/files instead of in every port's files.*.
 
 | 
| 1.7 | 18-Mar-2003 | matt | branches:  1.7.2; Switch/adapt to new bus space infrastructure.
 
 | 
| 1.6 | 05-Mar-2003 | matt | Remove port-specific procfs_machdep.c (since they are all identical and a better one resides in powerpc/powerpc/).
 
 | 
| 1.5 | 30-Oct-2002 | manu | Moved binary compatibility options from arch directory to cpu directory 
 | 
| 1.4 | 26-Oct-2002 | jdolecek | now that mem_no is emitted by config(8), there is no reason to keep copy of more or less identical iskmemdev() for every arch; move the function
 to spec_vnop.c, and g/c machine-dependant copies
 
 | 
| 1.3 | 06-Sep-2002 | gehenna | Merge the gehenna-devsw branch into the trunk. 
 This merge changes the device switch tables from static array to
 dynamically generated by config(8).
 
 - All device switches is defined as a constant structure in device drivers.
 
 - The new grammer ``device-major'' is introduced to ``files''.
 
 device-major <prefix> char <num> [block <num>] [<rules>]
 
 - All device major numbers must be listed up in port dependent majors.<arch>
 by using this grammer.
 
 - Added the new naming convention.
 The name of the device switch must be <prefix>_[bc]devsw for auto-generation
 of device switch tables.
 
 - The backward compatibility of loading block/character device
 switch by LKM framework is broken. This is necessary to convert
 from block/character device major to device name in runtime and vice versa.
 
 - The restriction to assign device major by LKM is completely removed.
 We don't need to reserve LKM entries for dynamic loading of device switch.
 
 - In compile time, device major numbers list is packed into the kernel and
 the LKM framework will refer it to assign device major number dynamically.
 
 | 
| 1.2 | 16-Apr-2002 | thorpej | branches:  1.2.2;  1.2.6; * Move the mii_bitbang attribute into dev/mii/files.mii
 * Pull in dev/mii/files.mii from conf/files, rather than playing
 the magic "files include order" dance in N machine-dependent
 configuration definitions.
 
 | 
| 1.1 | 27-Feb-2002 | scw | branches:  1.1.2; New port: NetBSD/mvmeppc
 
 Based mostly on NetBSD/prep at this time since the earlier mvme160x
 boards are pretty much PReP compliant. Later boards in the range
 diverge somewhat from the reference platform, hence the separate port.
 
 Still needs *lots* of bashing into shape, but at this time it will
 boot to multi-user over ethernet on an MVME1603-051.
 
 | 
| 1.1.2.5 | 11-Nov-2002 | nathanw | Catch up to -current 
 | 
| 1.1.2.4 | 17-Sep-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.3 | 20-Jun-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.2 | 28-Feb-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.1 | 27-Feb-2002 | nathanw | file files.mvmeppc was added on branch nathanw_sa on 2002-02-28 04:10:56 +0000 
 | 
| 1.2.6.3 | 10-Oct-2002 | jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
 
 | 
| 1.2.6.2 | 23-Jun-2002 | jdolecek | catch up with -current on kqueue branch 
 | 
| 1.2.6.1 | 16-Apr-2002 | jdolecek | file files.mvmeppc was added on branch kqueue on 2002-06-23 17:38:26 +0000 
 | 
| 1.2.2.2 | 17-May-2002 | gehenna | Remove old block majors list. 
 | 
| 1.2.2.1 | 16-May-2002 | gehenna | Include the list of block/character major numbers. 
 | 
| 1.7.2.3 | 21-Sep-2004 | skrll | Fix the sync with head I botched. 
 | 
| 1.7.2.2 | 18-Sep-2004 | skrll | Sync with HEAD. 
 | 
| 1.7.2.1 | 03-Aug-2004 | skrll | Sync with HEAD 
 | 
| 1.9.16.4 | 27-Feb-2008 | yamt | sync with head. 
 | 
| 1.9.16.3 | 07-Dec-2007 | yamt | sync with head 
 | 
| 1.9.16.2 | 27-Oct-2007 | yamt | sync with head. 
 | 
| 1.9.16.1 | 03-Sep-2007 | yamt | sync with head. 
 | 
| 1.10.32.1 | 11-Jul-2007 | mjf | Sync with head. 
 | 
| 1.10.30.3 | 03-Dec-2007 | ad | Sync with HEAD. 
 | 
| 1.10.30.2 | 23-Oct-2007 | ad | Sync with head. 
 | 
| 1.10.30.1 | 10-Apr-2007 | ad | Sync with head. 
 | 
| 1.10.26.1 | 15-Apr-2007 | yamt | sync with head. 
 | 
| 1.11.18.1 | 25-Oct-2007 | bouyer | Sync with HEAD. 
 | 
| 1.11.16.1 | 18-Oct-2007 | yamt | sync with head. 
 | 
| 1.11.14.3 | 23-Mar-2008 | matt | sync with HEAD 
 | 
| 1.11.14.2 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.11.14.1 | 06-Nov-2007 | matt | sync with HEAD 
 | 
| 1.11.12.2 | 09-Dec-2007 | jmcneill | Sync with HEAD. 
 | 
| 1.11.12.1 | 26-Oct-2007 | joerg | Sync with HEAD. 
 Follow the merge of pmap.c on i386 and amd64 and move
 pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
 code to restore CR4 before jumping back into kernel space as the large
 page option might cover that.
 
 | 
| 1.11.4.2 | 10-May-2007 | garbled | More cleanup.  mvmeppc and ibmnws are machines that have a PReP memory map.  Rather than have each port roll it's own code, use
 oea/prep_machdep.c instead.
 
 | 
| 1.11.4.1 | 09-May-2007 | garbled | Apply the complete renovation package to mvmeppc. 1) Convert to shared PIC code.  For now, using i8259, however, I suspect
 this machine really needs prepivr.
 2) Convert to shared PCI
 3) Convert to shared ISA
 4) Clean up a few __P's and K&R declarations.  Still a few to go probably.
 
 | 
| 1.12.2.1 | 08-Dec-2007 | mjf | Sync with HEAD. 
 | 
| 1.26 | 04-Apr-2020 | jdolecek | mark nsmb major obsolete 
 | 
| 1.25 | 28-Jan-2019 | dholland | Systematize handling of removed drivers. 
 - Every driver that was removed and whose number hasn't already been
 reused is now listed with a commented-out "obsolete" line.
 - The format of these has been systematized. Future format changes can
 probably be safely done with a script.
 - This does not include a few cases of assignments that only lasted a
 couple days, or stuff from before major reorgs. Some of these may
 be included nonetheless, because there was a lot of ground to cover
 and therefore not a lot of time to dig into history in detail.
 
 Note that the obsolete listings do not mean the major numbers can
 never be reused; that's up to portmasters and/or core. It does mean
 that they won't be reused by accident, however, which in some cases
 (depending on the driver, how widely used it was, its family of device
 nodes, their default permissions, etc.) can be quite dangerous.
 
 Note that some of the things now explicitly listed as obsolete are
 really ancient history. My scan went back as far as when the majors
 files were added. (But not before that.)
 
 | 
| 1.24 | 27-Jan-2019 | dholland | Restore satlink's majors entries commented out and marked obsolete. Otherwise they might accidentally get reused later and cause a
 security problem.
 
 | 
| 1.23 | 27-Jan-2019 | maxv | Remove the satlink driver. It was disabled everywhere, had no man page and no use either. Spotted by thorpej in PR/21345, ok christos.
 
 | 
| 1.22 | 19-Dec-2018 | maxv | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, but also as discussed several times in the past.
 
 | 
| 1.21 | 23-Sep-2018 | maxv | Remove ISDN from the kernel. It has remained unmaintained for a long time, is of poor quality, and is now an obstacle to MP-ification. It was removed
 ten years ago from FreeBSD for the same reason.
 
 This retires a big user of the mbuf API, and will ease maintenance of the
 kernel.
 
 | 
| 1.20 | 30-Jun-2011 | wiz | branches:  1.20.52;  1.20.54; dependant -> dependent
 
 | 
| 1.19 | 12-Nov-2008 | ad | Remove LKMs and switch to the module framework, pass 1. 
 Proposed on tech-kern@.
 
 | 
| 1.18 | 31-Dec-2007 | ad | branches:  1.18.6;  1.18.10;  1.18.16;  1.18.18; Remove systrace. Ok core@.
 
 | 
| 1.17 | 24-Nov-2006 | wiz | branches:  1.17.28;  1.17.34;  1.17.42; s/independant/independent/, from Zafer.
 
 | 
| 1.16 | 11-Dec-2005 | christos | branches:  1.16.20;  1.16.22; merge ktrace-lwp.
 
 | 
| 1.15 | 17-Sep-2005 | yamt | make VMSWAP optional again. 
 | 
| 1.14 | 31-Jul-2005 | yamt | revert "defflag VMSWAP" changes for now. there seems to be far more people who don't want to edit
 their kernel config files than i thought.
 
 | 
| 1.13 | 30-Jul-2005 | yamt | defflag VMSWAP. 
 | 
| 1.12 | 10-May-2005 | jdolecek | branches:  1.12.2; assign major for nsmb(4)
 
 | 
| 1.11 | 10-Dec-2003 | jmc | Change reference at bottom from sys/dev/majors to sys/conf/majors to match reality
 
 | 
| 1.10 | 24-Oct-2003 | jdolecek | add major for 'ses' for archs which have the other scsi devices 
 | 
| 1.9 | 10-Oct-2003 | jdolecek | reassing majors for crypto and pf to use the newly defined MI major range
 
 | 
| 1.8 | 10-Oct-2003 | jdolecek | update the comment - the space for machine-dependant majors is reduced to 0-143
 follows discussion on tech-kern
 
 | 
| 1.7 | 05-Oct-2003 | jdolecek | Add some framework for MI assignment of device majors - add sys/dev/majors which is automatically included during kernel config, and add comments
 to individual machine-dependant majors.* files to assign new MI majors
 in MI file.
 
 Range 0-191 is reserved for machine-specific assignments, range
 192+ are MI assignments.
 
 Follows recent discussion on tech-kern@
 
 | 
| 1.6 | 22-Aug-2003 | itojun | create /dev/crypto 
 | 
| 1.5 | 27-Jul-2003 | itojun | reserve cdev major # for PF.  ok'ed by technical-exec 
 | 
| 1.4 | 25-Apr-2003 | ragge | branches:  1.4.2; Add ksyms device major.
 
 | 
| 1.3 | 04-Oct-2002 | elric | branches:  1.3.2; assign majors for raw and cooked cgd's.
 
 | 
| 1.2 | 06-Sep-2002 | gehenna | branches:  1.2.2; Merge the gehenna-devsw branch into the trunk.
 
 This merge changes the device switch tables from static array to
 dynamically generated by config(8).
 
 - All device switches is defined as a constant structure in device drivers.
 
 - The new grammer ``device-major'' is introduced to ``files''.
 
 device-major <prefix> char <num> [block <num>] [<rules>]
 
 - All device major numbers must be listed up in port dependent majors.<arch>
 by using this grammer.
 
 - Added the new naming convention.
 The name of the device switch must be <prefix>_[bc]devsw for auto-generation
 of device switch tables.
 
 - The backward compatibility of loading block/character device
 switch by LKM framework is broken. This is necessary to convert
 from block/character device major to device name in runtime and vice versa.
 
 - The restriction to assign device major by LKM is completely removed.
 We don't need to reserve LKM entries for dynamic loading of device switch.
 
 - In compile time, device major numbers list is packed into the kernel and
 the LKM framework will refer it to assign device major number dynamically.
 
 | 
| 1.1 | 16-May-2002 | gehenna | branches:  1.1.2; file majors.mvmeppc was initially added on branch gehenna-devsw.
 
 | 
| 1.1.2.3 | 14-Jul-2002 | gehenna | catch up with -current. 
 | 
| 1.1.2.2 | 30-May-2002 | gehenna | Add $NetBSD$ 
 | 
| 1.1.2.1 | 16-May-2002 | gehenna | Add the list of block/character majors. 
 | 
| 1.2.2.3 | 18-Oct-2002 | nathanw | Catch up to -current. 
 | 
| 1.2.2.2 | 17-Sep-2002 | nathanw | Catch up to -current. 
 | 
| 1.2.2.1 | 06-Sep-2002 | nathanw | file majors.mvmeppc was added on branch nathanw_sa on 2002-09-17 21:16:08 +0000 
 | 
| 1.3.2.2 | 10-Oct-2002 | jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
 
 | 
| 1.3.2.1 | 04-Oct-2002 | jdolecek | file majors.mvmeppc was added on branch kqueue on 2002-10-10 18:34:21 +0000 
 | 
| 1.4.2.4 | 10-Nov-2005 | skrll | Sync with HEAD. Here we go again... 
 | 
| 1.4.2.3 | 21-Sep-2004 | skrll | Fix the sync with head I botched. 
 | 
| 1.4.2.2 | 18-Sep-2004 | skrll | Sync with HEAD. 
 | 
| 1.4.2.1 | 03-Aug-2004 | skrll | Sync with HEAD 
 | 
| 1.12.2.3 | 21-Jan-2008 | yamt | sync with head 
 | 
| 1.12.2.2 | 30-Dec-2006 | yamt | sync with head. 
 | 
| 1.12.2.1 | 21-Jun-2006 | yamt | sync with head. 
 | 
| 1.16.22.1 | 10-Dec-2006 | yamt | sync with head. 
 | 
| 1.16.20.1 | 12-Jan-2007 | ad | Sync with head. 
 | 
| 1.17.42.1 | 02-Jan-2008 | bouyer | Sync with HEAD 
 | 
| 1.17.34.1 | 18-Feb-2008 | mjf | Sync with HEAD. 
 | 
| 1.17.28.1 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.18.18.1 | 19-Jan-2009 | skrll | Sync with HEAD. 
 | 
| 1.18.16.1 | 13-Dec-2008 | haad | Update haad-dm branch to haad-dm-base2. 
 | 
| 1.18.10.1 | 04-May-2009 | yamt | sync with head. 
 | 
| 1.18.6.1 | 17-Jan-2009 | mjf | Sync with HEAD. 
 | 
| 1.20.54.2 | 08-Apr-2020 | martin | Merge changes from current as of 20200406 
 | 
| 1.20.54.1 | 10-Jun-2019 | christos | Sync with HEAD 
 | 
| 1.20.52.2 | 26-Dec-2018 | pgoyette | Sync with HEAD, resolve a few conflicts 
 | 
| 1.20.52.1 | 30-Sep-2018 | pgoyette | Ssync with HEAD 
 | 
| 1.9 | 11-Dec-2005 | christos | merge ktrace-lwp. 
 | 
| 1.8 | 17-Sep-2005 | yamt | include "conf/std". 
 | 
| 1.7 | 12-Aug-2003 | matt | branches:  1.7.16; Remove SPILLSTK leftovers.
 
 | 
| 1.6 | 03-Feb-2003 | matt | branches:  1.6.2; Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).
 
 | 
| 1.5 | 02-Feb-2003 | matt | Perform a rototill of the powerpc code.  Mandate use of SPRG0 to store a pointer to current cpu's cpu_info structure.  Use cpu_info for
 intstk,intr_depth,still_stk,idle_pcb,curpcb,curlwp,etal even on
 non-MULTIPROCESSOR machines.  Add common macros GET_CPUINFO and
 INIT_CPUINFO to get and initialize the cpu_info struct on startup.  Make
 ibm4xx use the standard <powerpc/frame.h>.  Use IFRAME_xx in ibm4xx
 trap_subr.S instead of explicit magic offsets.  Move INTSTK and SPILLSTK
 to std.<platform>.  Change faultbuf to a struct instead of an array.
 
 On MPC6XX cpus, stop using the vector page for temporary space and use
 reserved space in cpu_info.
 
 | 
| 1.4 | 18-Apr-2002 | matt | branches:  1.4.6; Use a common genassym.cf for all the PPC_MPC6XX ports.  Add a makeoptions to
 std.foo to indicate the directory to get genassym.cf from.  Add an intrframe
 to <powerpc/frame.h> and make trap_subr.S use symbolic offsets into it.
 
 | 
| 1.3 | 09-Mar-2002 | chs | switch all mpc6xx powerpc ports to NEWPMAP by default. the old pmap is still available with the OLDPMAP option.
 
 | 
| 1.2 | 03-Mar-2002 | scw | No longer need to define CACHELINESIZE here, and move NEWPMAP option to std.mvmeppc since the old pmap module is not supported on mvmeppc.
 
 | 
| 1.1 | 27-Feb-2002 | scw | branches:  1.1.2; New port: NetBSD/mvmeppc
 
 Based mostly on NetBSD/prep at this time since the earlier mvme160x
 boards are pretty much PReP compliant. Later boards in the range
 diverge somewhat from the reference platform, hence the separate port.
 
 Still needs *lots* of bashing into shape, but at this time it will
 boot to multi-user over ethernet on an MVME1603-051.
 
 | 
| 1.1.2.3 | 20-Jun-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.2 | 28-Feb-2002 | nathanw | Catch up to -current. 
 | 
| 1.1.2.1 | 27-Feb-2002 | nathanw | file std.mvmeppc was added on branch nathanw_sa on 2002-02-28 04:10:56 +0000 
 | 
| 1.4.6.2 | 23-Jun-2002 | jdolecek | catch up with -current on kqueue branch 
 | 
| 1.4.6.1 | 18-Apr-2002 | jdolecek | file std.mvmeppc was added on branch kqueue on 2002-06-23 17:38:26 +0000 
 | 
| 1.6.2.4 | 10-Nov-2005 | skrll | Sync with HEAD. Here we go again... 
 | 
| 1.6.2.3 | 21-Sep-2004 | skrll | Fix the sync with head I botched. 
 | 
| 1.6.2.2 | 18-Sep-2004 | skrll | Sync with HEAD. 
 | 
| 1.6.2.1 | 03-Aug-2004 | skrll | Sync with HEAD 
 | 
| 1.7.16.1 | 21-Jun-2006 | yamt | sync with head. 
 |