Home | History | Annotate | only in /src/sys/arch/sandpoint/conf
History log of /src/sys/arch/sandpoint/conf
RevisionDateAuthorComments
 1.26 21-Dec-2021  nisimura retire Ampro EnCorePP1 board configuration
 1.25 21-Jan-2021  nia add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg
 1.24 27-Sep-2020  roy branches: 1.24.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.23 01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.22 13-Apr-2019  isaki Add drvctl to kernel which has audio device.
audiocfg(1) requires drvctl(4).
 1.21 01-Aug-2018  maxv 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.20 14-Jul-2018  maxv Remove "options IPKDB", and the other associated options, from the config
files.

ipkdb is being retired. Its code is really old, and hasn't kept pace with
today's expectations: IPv6, SMP, modern NICs. The associated code for x86
was already removed because it was too incorrect to stay.

There are plans to rewrite a similar feature from scratch.

ok kamil christos
 1.19 14-Jul-2018  maxv Remove "options DEBUG_BY_TOOLS", it doesn't exist.
 1.18 14-Sep-2017  mrg branches: 1.18.2; 1.18.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.17 29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.16 19-Feb-2017  rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.15 13-Dec-2016  christos branches: 1.15.2;
wildcard speaker attachments, now that we can handle many of them.
 1.14 10-Dec-2016  christos remove VAUDIOSPEAKER for now, will be done differently.
 1.13 08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.12 23-Aug-2014  dholland branches: 1.12.2; 1.12.4;
Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.11 27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.10 22-Feb-2012  nisimura branches: 1.10.2;

- nuke commented-out SYMTAB_SPACE directive since this port has a
companion bootloader which is capable of loading a plain ELF kernel
and accompanying ELF symbol table.
- remove fxp(4) from GENERIC as no known NAS has the device.
 1.9 22-Nov-2011  tls branches: 1.9.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.8 30-Jun-2010  phx branches: 1.8.8;
Add file system snapshot device.
 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 19-Aug-2009  nisimura - use options PIC_MPCSOC to replace PIC_OPENPIC.
 1.5 24-Nov-2008  ad Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.
 1.4 05-Apr-2008  nisimura branches: 1.4.4; 1.4.10; 1.4.12;
- add COMPAT_40
- add #options WAPBL for journalled BSDFFS for GENERIC.NAS
 1.3 29-Nov-2007  nisimura branches: 1.3.14;
comment-out lpt0 since EnCorePP1 experiences occasional irq 7 flood
regardless of the special care to disable LPT function in VIA 686SB.
May not revive anytime soon as it's considered little use.
 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 04-May-2007  nisimura branches: 1.1.2; 1.1.6; 1.1.8; 1.1.10;
file ENCPP1 was initially added on branch ppcoea-renovation.
 1.1.10.1 25-Oct-2007  bouyer Sync with HEAD.
 1.1.8.1 18-Oct-2007  yamt sync with head.
 1.1.6.2 03-Dec-2007  joerg Sync with HEAD.
 1.1.6.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.1.2.5 23-May-2007  nisimura - add SANDPOINT, GENERIC.NAS and GENERIC
this port is going to host a range of MPC8241/8245 NAS products.
SANDPOINT supports X2 and X3 absorbing the EPIC usage difference
between them. GENERIC.NAS is for a flock of NAS in market.
- have ENCPP1 some more devices.
 1.1.2.4 09-May-2007  nisimura add eumb device node with two children. I chose a way to have no
locator designation. commented out for now.
 1.1.2.3 09-May-2007  nisimura allow ENCPP1 to have no PCI_NETBSD_CONFIGURE to adapt a smart booloader
performs PCI device configuration before exec'ing kernels.
 1.1.2.2 04-May-2007  nisimura remove options OPENPIC_SERIAL_MODE and ALTIVEC.
- ENCPP1 uses EPIC direct mode irq.
- AltiVec is new to G4 core, not available in MPC8245.
 1.1.2.1 04-May-2007  nisimura NetBSD/sandpoint is about to complete ppcoea-renovation.
- add a conf file for Ampro EnCorePP1 MPC8245 eval.
 1.2.8.3 09-Jan-2008  matt sync with HEAD
 1.2.8.2 06-Nov-2007  matt sync with HEAD
 1.2.8.1 17-Oct-2007  matt file ENCPP1 was added on branch matt-armv6 on 2007-11-06 23:21:18 +0000
 1.2.6.1 08-Dec-2007  mjf Sync with HEAD.
 1.2.4.3 07-Dec-2007  yamt sync with head
 1.2.4.2 27-Oct-2007  yamt sync with head.
 1.2.4.1 17-Oct-2007  yamt file ENCPP1 was added on branch yamt-lazymbuf on 2007-10-27 11:28:13 +0000
 1.2.2.3 03-Dec-2007  ad Sync with HEAD.
 1.2.2.2 23-Oct-2007  ad Sync with head.
 1.2.2.1 17-Oct-2007  ad file ENCPP1 was added on branch vmlocking on 2007-10-23 20:36:25 +0000
 1.3.14.2 17-Jan-2009  mjf Sync with HEAD.
 1.3.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.4.12.1 19-Jan-2009  skrll Sync with HEAD.
 1.4.10.1 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.4.4.4 11-Aug-2010  yamt sync with head.
 1.4.4.3 11-Mar-2010  yamt sync with head
 1.4.4.2 19-Aug-2009  yamt sync with head.
 1.4.4.1 04-May-2009  yamt sync with head.
 1.7.4.1 03-Jul-2010  rmind sync with head
 1.7.2.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.8.8.2 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.8.8.1 17-Apr-2012  yamt sync with head
 1.9.2.1 24-Feb-2012  mrg sync to -current.
 1.10.2.2 03-Dec-2017  jdolecek update from HEAD
 1.10.2.1 23-Jun-2013  tls resync from head
 1.12.4.2 20-Mar-2017  pgoyette Sync with HEAD
 1.12.4.1 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.12.2.2 28-Aug-2017  skrll Sync with HEAD
 1.12.2.1 05-Feb-2017  skrll Sync with HEAD
 1.15.2.1 21-Apr-2017  bouyer Sync with HEAD
 1.18.4.1 10-Jun-2019  christos Sync with HEAD
 1.18.2.2 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.18.2.1 28-Jul-2018  pgoyette Sync with HEAD
 1.24.2.1 03-Apr-2021  thorpej Sync with HEAD.
 1.113 02-Apr-2024  charlotte Mention DKWEDGE_METHOD_TOS in several kernel config files
 1.112 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.111 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.110 29-Sep-2022  riastradh 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.109 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.108 29-Jun-2021  nia Remove uscanner(4) driver

This exists for compatibility with a Linux interface which was apparently
deprecated in Linux 2.6. There are various mailing list threads going
back to 2004 where the usefulness of this driver is discussed, but
the conclusion is that scanner software has all moved to using ugen(4)
instead, and enabling this driver will not help you scan things.
 1.107 21-Jan-2021  nia branches: 1.107.4;
add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg
 1.106 27-Sep-2020  roy branches: 1.106.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.105 01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.104 25-Mar-2020  jdolecek remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal
 1.103 03-Jan-2020  thorpej Eliminate all of the #ifdefs for the "strtc" driver. Define model
properties (similar to what the "dsrtc" driver does), and provide
DT compat strings corresponding to those models. Allow config flags
to specify the model for non-FDT platforms (also like "dsrtc").
 1.102 26-Apr-2019  sevan Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.
 1.101 23-Oct-2018  jdolecek remove the 'wd* at umass?' for the non-standardized and rare (extinct?)
In-System Design ATA protocol over Bulk-Only devices from most kernels,
leave only in i386/amd64 ALL; it's unmaintained and likely currently broken,
lack of test hardware makes it impossible to support
 1.100 01-Aug-2018  maxv 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.99 15-May-2018  thorpej branches: 1.99.2;
Revert previous; we actually use direct-configuration of I2C in this
kernel config.
 1.98 15-May-2018  thorpej Fully specifiy the location of indirectly-configured I2C devices. In
particular, the parent spec must not be wild-carded, as doing so doesn't
work well on systems where more than one I2C bus is present.
 1.97 23-Jan-2018  sevan branches: 1.97.2;
Alternate buffer queue strategies no longer considered experimental, update
description.

Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
 1.96 14-Sep-2017  mrg clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.95 13-Sep-2017  sevan Remove support for VERIFIED_EXEC_FP_RMD160, VERIFIED_EXEC_FP_SHA1, and VERIFIED_EXEC_FP_MD5 options.
These algorithms are either broken or on their way to being broken.

Discussed on tech-security
http://mail-index.netbsd.org/tech-security/2017/08/21/msg000936.html

ok riastradh
 1.94 29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.93 26-Feb-2017  rin branches: 1.93.6;
Add DKWEDGE_METHOD_RDB option, which is enabled for x86, commented out for
other platforms by default.
 1.92 19-Feb-2017  rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.91 30-Sep-2015  phx branches: 1.91.2; 1.91.4;
Disable CFI in the GENERIC kernel again, as currently only cmdset 1.3
is supported, which is not present in all flash chips.
Add lmtemp(4), an LM75 temperature sensor, which is found in some
Synology NAS models.
 1.90 21-Sep-2015  phx double vlan pseudo-device removed
 1.89 07-Sep-2015  phx Enable cfi/nor/flash devices as reading from flash seems to work now.
 1.88 16-Nov-2014  manu branches: 1.88.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.87 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.86 19-Sep-2014  christos Disable BSDLABEL and MBR DKWEDGE methods again since sysinst does not work
with wedges.
 1.85 24-Aug-2014  jnemeth Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
 1.84 23-Aug-2014  dholland Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.83 18-Aug-2014  christos - Enable Wedge support for MBR/BSDLABEL where it was commented out.
- Add apple partition support where it was missing
- Add comments where missing
 1.82 16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.81 05-Mar-2014  phx branches: 1.81.4;
Enabled SYSV* options, which all ports have (and which is needed by 3rd
party software like SANE, e.g.).
Added ugen*.
 1.80 30-Jun-2013  rmind G/C PFIL_HOOKS from the kernel configs.
 1.79 05-Jun-2013  christos branches: 1.79.2;
remove obsolete networking options
 1.78 27-Apr-2013  christos the bogus number police
 1.77 27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.76 02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.75 01-Mar-2013  joerg Retire OSI network stack. OK core@
 1.74 17-Oct-2012  apb Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.73 29-Apr-2012  phx branches: 1.73.2;
Add driver for ATAPI disk drives.
 1.72 10-Mar-2012  joerg P1003_1B_SEMAPHORE is no longer optional.
 1.71 22-Feb-2012  nisimura - nuke commented-out SYMTAB_SPACE directive since this port has a
companion bootloader which is capable of loading a plain ELF kernel
and accompanying ELF symbol table.
- remove fxp(4) from GENERIC as no known NAS has the device.
 1.70 11-Feb-2012  phx Add support for ATAPI CD/DVD drives as well.
 1.69 10-Feb-2012  phx Enable support for USB CD/DVD drives. OK releng@.
 1.68 23-Jan-2012  phx Removed duplicate bridge(4) device. Insert blank after viaide(4).
Some more restructuring.
 1.67 23-Jan-2012  phx Restructured, based on macppc and ofppc.
Added some new options and pseudo-devices.
 1.66 14-Jan-2012  phx New device nhpow(4) to support the onboard GPIO pins on a NH230/231 board for
buttons, powerdown, reset, LEDs and fan control. It attaches gpio(4) for
its 8 pins on demand.
 1.65 07-Jan-2012  phx Disable flash device unless nor(4) is not finished.
Add pcf8563rtc(4) for NH230/231.
 1.64 28-Dec-2011  phx Add a workaround for the VT6410 IDE controller on the Iomega Storcenter.
Its interrupt cannot be disabled and remains asserted during the whole
device probing procedure, causing an interrupt storm.
This was fixed by establishing an edge-triggered interrupt for it, so it
will trigger only once during probing.
This workaround makes the WDC_NO_IDS option obsolete, which was removed
from the GENERIC config.
 1.63 18-Dec-2011  dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.62 17-Dec-2011  phx Added NOR flash driver, using nor(4) and flash(4).
 1.61 22-Nov-2011  tls branches: 1.61.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.60 11-Aug-2011  phx branches: 1.60.2;
Add viaide for Iomega Storcenter, although a VT6410 driver still needs to
be written.
 1.59 11-Apr-2011  phx Enable strtc(4). Should theoretically work.
It works indeed for my DSM-G600 after I removed the battery. But there
must be something which confuses the chip later on...
 1.58 06-Apr-2011  phx Enable all known RTC drivers. The correct RTC will automatically be chosen as
an I2C device, depending on the NAS model.
 1.57 20-Mar-2011  phx More networking options.
 1.56 19-Mar-2011  phx Add ral(4) and stge(4) for DLink DSM-G600.
Disabled DIAGNOSTIC.
 1.55 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.54 13-Feb-2011  phx uvideo works, so include it
 1.53 07-Feb-2011  nisimura add Dallas I2C RTC driver for StorCenter, leaving it commented out for now.
 1.52 15-Jan-2011  phx branches: 1.52.2; 1.52.4;
Add some USB devices, which I tested successfully.
Replace tab by blank after a device name, where it was forgotten.
 1.51 11-Jan-2011  nisimura step forward to MODULAR sandpoint kernel. disabled until all work gets done.
 1.50 07-Aug-2010  phx Removed double WAPBL option. Fixed typo.
 1.49 30-Jun-2010  phx Add file system snapshot device.
 1.48 09-Jun-2010  phx The sandpoint port is now focussed on 824x based NAS boxes.
Replaced GENERIC by GENERIC.NAS.
Added INSTALL_KURO for KuroBox.
GENERIC.NAS and RAMDISK are no longer needed.
 1.47 17-May-2010  phx Excluded KUROBOX from GENERIC.NAS because console is on a different port.
Add INET6 option to GENERIC(.NAS).
Build KUROBOX kernel together with GENERIC and GENERIC.NAS.
Patch submitted by Toru Nishimura.
 1.46 08-May-2010  phx Synology boxes need sk(4), not msk(4).
 1.45 05-Dec-2009  pooka branches: 1.45.2; 1.45.4;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.44 19-Aug-2009  nisimura - use options PIC_MPCSOC to replace PIC_OPENPIC.
 1.43 24-Jan-2009  mrg add COMPAT_50 to all the configs with COMPAT_40.
 1.42 24-Nov-2008  ad Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.
 1.41 10-Aug-2008  tls branches: 1.41.2;
Add accept filters to GENERIC kernels where they exist.
 1.40 31-Jul-2008  simonb Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.39 05-Apr-2008  nisimura branches: 1.39.4; 1.39.6; 1.39.10;
- add COMPAT_40
- add #options WAPBL for journalled BSDFFS for GENERIC.NAS
 1.38 29-Nov-2007  nisimura branches: 1.38.14;
comment-out lpt0 since EnCorePP1 experiences occasional irq 7 flood
regardless of the special care to disable LPT function in VIA 686SB.
May not revive anytime soon as it's considered little use.
 1.37 17-Oct-2007  garbled branches: 1.37.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.36 26-Aug-2006  tsutsui branches: 1.36.12; 1.36.20; 1.36.30; 1.36.32; 1.36.34; 1.36.36;
Remove obsolete #options VERIFIED_EXEC, found by grep(1).
 1.35 09-Dec-2005  elad branches: 1.35.4; 1.35.8; 1.35.18;
Add (commented out) Veriexec options and pseudo-device to GENERIC kernels,
and remove the i386 GENERIC_VERIEXEC config.
 1.34 05-Jul-2002  matt branches: 1.34.6; 1.34.22;
Peform a rototill over the powerpc-based ports.

Move the trap/vector initialization for MPC6xx ports to mpc6xx_machdep.c
Also move softnet, install_extintr, mapiodev, kvtop. Add common BAT
initialization code.

Add user Altivec support.

Fix calls to OF_call_method in macppc/macppc/machdep.c.

Use ci_fpuproc in cpu_info instead of separate fpuproc.

Add separate syscall.c and defined __HAVE_SYSCALL_INTERN.
 1.33 16-May-2002  briggs Put options after include to please config(8).
 1.32 16-May-2002  briggs branches: 1.32.2;
Split GENERIC into GENERIC (for the X3 revision of the board in native
interrupt mode) and GENERIC.X2 (for the X2 revision of the board or an
X3 in legacy interrupt mode).
 1.31 16-May-2002  briggs Comment out pciide stuff since it's not working yet.
 1.30 25-Apr-2002  atatat 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.29 17-Apr-2002  mycroft Remove TLP_MATCH_* options.
 1.28 15-Apr-2002  briggs Really nuke pmsi
 1.27 15-Apr-2002  briggs Nuke pmsi
 1.26 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.25 12-Apr-2002  briggs Enable pciide, wd, atapibus, and atapi devices.
 1.24 27-Mar-2002  briggs Add fxp* (Intel EtherExpress PRO 10+/100B).
 1.23 09-Mar-2002  chs switch all mpc6xx powerpc ports to NEWPMAP by default.
the old pmap is still available with the OLDPMAP option.
 1.22 27-Jan-2002  jdolecek add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines
 1.21 28-Dec-2001  martin Add PPPoE to all generic kernels that should be able to use it.
XXX TODO: do this for INSTALL kernels too, add sysinst support and make the
XXX needed binaries available on the ramdisk root fs.
 1.20 14-Dec-2001  briggs Re-enable wscons stuff. Add rtk* as it's now confirmed to work on sandpoint.
 1.19 14-Dec-2001  gmcgarry Add a blurb to the top of all GENERIC files. This serves three purposes:
- to clarify some terminology
- to clarify the intention of the GENERIC file
- to cross-reference some useful man pages
 1.18 07-Dec-2001  briggs Disable ws* until we can have a working vga* at pci.
 1.17 23-Nov-2001  atatat The bridge(4) pseudo-device no longer requires the port to
__HAVE_GENERIC_SOFT_INTERRUPTS, so add it back to all GENERIC configs.
 1.16 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.15 13-Nov-2001  augustss The wsmux pseudo device does not need a count anymore.
 1.14 12-Sep-2001  manu branches: 1.14.4;
Linux emulation is no longer experimental, removed comment
 1.13 01-Sep-2001  atatat branches: 1.13.2;
Comment out bridge pseudo devices from ports that don't
__HAVE_GENERIC_SOFT_INTERRUPTS. bridge(4) doesn't compile there.
 1.12 01-Sep-2001  atatat Add bridge pseudo devices to GENERIC configs
 1.11 30-Aug-2001  briggs - Change default time frequency to 100MHz from 66MHz.
- Support the serial mode interrupts (with a kernel configuration option)
on the Sandpoint X3.
- Initialize cpu_timebase.
- Enable tulip driver.
 1.10 26-Aug-2001  matt Make all powerpc ports use a common Makefile.powerpc (except walnut)
Enforce -Wmissing-prototypes -Wstrict-prototypes for all ppc ports.
Split out macppc cpu support and make common to mpc6xx ports. Make
other mpc6xx ports use it. Add evcnts for mpc6xx traps.
 1.9 08-Jul-2001  abs branches: 1.9.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)
 1.8 10-Jun-2001  tsubai Use the new pmap to compile again (sorry).
 1.7 07-Jun-2001  briggs Enable a few more devices (adw, dpt, siop, sip, sd). Do not compile DEBUG.
 1.6 04-Apr-2001  manu Cosmetic change
 1.5 03-Apr-2001  manu Added a comented out COMPAT_LINUX option in GENERIC kernels of PowerPC ports
 1.4 08-Feb-2001  briggs branches: 1.4.2; 1.4.4;
Keyboard, mouse, ws*
 1.3 08-Feb-2001  briggs Add fdc and lpt.
 1.2 07-Feb-2001  briggs Add in ppb* for PCI-PCI bridge support.
 1.1 04-Feb-2001  briggs Support for the Motorola Sandpoint reference platform using the
MPC8240 processor module. See the README for more information.
 1.4.4.2 21-Jun-2001  nathanw Catch up to -current.
 1.4.4.1 09-Apr-2001  nathanw Catch up with -current.
 1.4.2.3 21-Apr-2001  bouyer Sync with HEAD
 1.4.2.2 11-Feb-2001  bouyer Sync with HEAD.
 1.4.2.1 08-Feb-2001  bouyer file GENERIC was added on branch thorpej_scsipi on 2001-02-11 19:11:40 +0000
 1.9.2.6 06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.9.2.5 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.9.2.4 16-Mar-2002  jdolecek Catch up with -current.
 1.9.2.3 11-Feb-2002  jdolecek Sync w/ -current.
 1.9.2.2 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.9.2.1 13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.13.2.1 01-Oct-2001  fvdl Catch up with -current.
 1.14.4.9 01-Aug-2002  nathanw Catch up to -current.
 1.14.4.8 20-Jun-2002  nathanw Catch up to -current.
 1.14.4.7 17-Apr-2002  nathanw Catch up to -current.
 1.14.4.6 01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.14.4.5 28-Feb-2002  nathanw Catch up to -current.
 1.14.4.4 08-Jan-2002  nathanw Catch up to -current.
 1.14.4.3 13-Nov-2001  briggs SYSV IPC
 1.14.4.2 05-Nov-2001  briggs Initial SA support for ppc. Test-booted on sandpoint, macppc, & walnut.
mcontext and cpu_getmcontext()/cpu_setmcontext() from Klaus Klein
<kleink@netbsd.org>.
 1.14.4.1 12-Sep-2001  briggs file GENERIC was added on branch nathanw_sa on 2001-11-05 19:46:20 +0000
 1.32.2.3 17-Jul-2002  gehenna catch up with -current.
 1.32.2.2 30-May-2002  gehenna Catch up with -current.
 1.32.2.1 16-May-2002  gehenna file GENERIC was added on branch gehenna-devsw on 2002-05-30 15:35:34 +0000
 1.34.22.4 07-Dec-2007  yamt sync with head
 1.34.22.3 27-Oct-2007  yamt sync with head.
 1.34.22.2 30-Dec-2006  yamt sync with head.
 1.34.22.1 21-Jun-2006  yamt sync with head.
 1.34.6.1 11-Dec-2005  christos Sync with head.
 1.35.18.1 22-Sep-2006  riz Pull up following revision(s) (requested by tsutsui in ticket #170):
sys/arch/sparc64/conf/GENERIC: revision 1.63
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.55
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.54
sys/arch/next68k/conf/GENERIC: revision 1.105
sys/arch/ews4800mips/conf/GENERIC: revision 1.12
sys/arch/arc/conf/GENERIC: revision 1.142
sys/arch/sun3/conf/GENERIC3X: revision 1.91
sys/arch/amd64/conf/GENERIC: revision 1.105
sys/arch/sun2/conf/GENERIC: revision 1.58
sys/arch/amiga/conf/GENERIC.in: revision 1.55
sys/arch/mac68k/conf/GENERIC: revision 1.175
sys/arch/acorn26/conf/GENERIC: revision 1.46
sys/arch/shark/conf/GENERIC: revision 1.65
sys/arch/cesfic/conf/GENERIC: revision 1.45
sys/arch/sandpoint/conf/GENERIC: revision 1.36
sys/arch/iyonix/conf/GENERIC: revision 1.32
sys/arch/mvme68k/conf/GENERIC: revision 1.69
sys/arch/evbarm/conf/ARMADILLO210: revision 1.3
sys/arch/vax/conf/GENERIC: revision 1.154
sys/arch/mipsco/conf/GENERIC: revision 1.61
sys/arch/evbarm/conf/ARMADILLO9: revision 1.14
sys/arch/cobalt/conf/GENERIC: revision 1.103
sys/arch/ofppc/conf/GENERIC: revision 1.94
sys/arch/hp700/conf/GENERIC: revision 1.69
sys/arch/playstation2/conf/GENERIC: revision 1.8
sys/arch/dreamcast/conf/GENERIC: revision 1.73
sys/arch/news68k/conf/GENERIC: revision 1.81
sys/arch/macppc/conf/GENERIC: revision 1.234
sys/arch/hp300/conf/GENERIC: revision 1.134
sys/arch/mmeye/conf/GENERIC: revision 1.83
sys/arch/ibmnws/conf/GENERIC: revision 1.26
sys/arch/cats/conf/GENERIC: revision 1.109
sys/arch/sparc/conf/GENERIC: revision 1.191
sys/arch/pdp10/conf/GENERIC: revision 1.27
sys/arch/acorn32/conf/GENERIC: revision 1.75
sys/arch/luna68k/conf/GENERIC: revision 1.74
sys/arch/bebox/conf/GENERIC: revision 1.101
sys/arch/pmax/conf/GENERIC: revision 1.148
sys/arch/x68k/conf/GENERIC: revision 1.130
sys/arch/sun3/conf/GENERIC: revision 1.134
sys/arch/prep/conf/GENERIC: revision 1.126
sys/arch/alpha/conf/GENERIC: revision 1.293
sys/arch/newsmips/conf/GENERIC: revision 1.94
sys/arch/netwinder/conf/GENERIC: revision 1.83
sys/arch/hpcsh/conf/GENERIC: revision 1.69
sys/arch/sbmips/conf/GENERIC: revision 1.55
sys/arch/pc532/conf/GENERIC: revision 1.65
sys/arch/hpcmips/conf/GENERIC: revision 1.192
Remove obsolete #options VERIFIED_EXEC, found by grep(1).
 1.35.8.1 03-Sep-2006  yamt sync with head.
 1.35.4.1 09-Sep-2006  rpaulo sync with head
 1.36.36.1 25-Oct-2007  bouyer Sync with HEAD.
 1.36.34.1 18-Oct-2007  yamt sync with head.
 1.36.32.2 09-Jan-2008  matt sync with HEAD
 1.36.32.1 06-Nov-2007  matt sync with HEAD
 1.36.30.2 03-Dec-2007  joerg Sync with HEAD.
 1.36.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.36.20.1 23-May-2007  nisimura - add SANDPOINT, GENERIC.NAS and GENERIC
this port is going to host a range of MPC8241/8245 NAS products.
SANDPOINT supports X2 and X3 absorbing the EPIC usage difference
between them. GENERIC.NAS is for a flock of NAS in market.
- have ENCPP1 some more devices.
 1.36.12.2 03-Dec-2007  ad Sync with HEAD.
 1.36.12.1 23-Oct-2007  ad Sync with head.
 1.37.2.1 08-Dec-2007  mjf Sync with HEAD.
 1.38.14.3 17-Jan-2009  mjf Sync with HEAD.
 1.38.14.2 28-Sep-2008  mjf Sync with HEAD.
 1.38.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.39.10.2 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.39.10.1 19-Oct-2008  haad Sync with HEAD.
 1.39.6.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.39.4.4 11-Aug-2010  yamt sync with head.
 1.39.4.3 11-Mar-2010  yamt sync with head
 1.39.4.2 19-Aug-2009  yamt sync with head.
 1.39.4.1 04-May-2009  yamt sync with head.
 1.41.2.2 03-Mar-2009  skrll Sync with HEAD.
 1.41.2.1 19-Jan-2009  skrll Sync with HEAD.
 1.45.4.4 21-Apr-2011  rmind sync with head
 1.45.4.3 05-Mar-2011  rmind sync with head
 1.45.4.2 03-Jul-2010  rmind sync with head
 1.45.4.1 30-May-2010  rmind sync with head
 1.45.2.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.52.4.3 17-Feb-2011  bouyer Sync with HEAD
 1.52.4.2 08-Feb-2011  bouyer Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
 1.52.4.1 08-Feb-2011  bouyer Sync with HEAD
 1.52.2.1 06-Jun-2011  jruoho Sync with HEAD.
 1.60.2.4 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.60.2.3 30-Oct-2012  yamt sync with head
 1.60.2.2 23-May-2012  yamt sync with head.
 1.60.2.1 17-Apr-2012  yamt sync with head
 1.61.2.4 29-Apr-2012  mrg sync to latest -current.
 1.61.2.3 11-Mar-2012  mrg sync to latest -current
 1.61.2.2 24-Feb-2012  mrg sync to -current.
 1.61.2.1 18-Feb-2012  mrg merge to -current.
 1.73.2.4 03-Dec-2017  jdolecek update from HEAD
 1.73.2.3 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.73.2.2 23-Jun-2013  tls resync from head
 1.73.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.79.2.2 18-May-2014  rmind sync with head
 1.79.2.1 28-Aug-2013  rmind sync with head
 1.81.4.3 15-May-2015  snj Pull up following revision(s) (requested by jnemeth in ticket #762):
share/man/man4/options.4: revision 1.442
sys/arch/amd64/conf/ALL: revision 1.18
sys/arch/amd64/conf/GENERIC: revision 1.396
sys/arch/dreamcast/conf/GENERIC: revision 1.119
sys/arch/epoc32/conf/GENERIC: revision 1.6
sys/arch/evbarm/conf/BCM5301X: revision 1.24
sys/arch/evbarm/conf/BCM56340: revision 1.9
sys/arch/evbarm/conf/IMX23_OLINUXINO: revision 1.9
sys/arch/evbarm/conf/std.beagle: revision 1.13
sys/arch/evbarm/conf/std.kobo: revision 1.2
sys/arch/evbarm/conf/std.netwalker: revision 1.10
sys/arch/evbppc/conf/P2020DS: revision 1.25
sys/arch/evbppc/conf/RB800: revision 1.30
sys/arch/evbppc/conf/TWRP1025: revision 1.18
sys/arch/hp300/conf/GENERIC: revision 1.187
sys/arch/hpcsh/conf/GENERIC: revision 1.104
sys/arch/i386/conf/GENERIC: revision 1.1111
sys/arch/i386/conf/MONOLITHIC: revision 1.17
sys/arch/landisk/conf/GENERIC: revision 1.43
sys/arch/luna68k/conf/GENERIC: revision 1.117
sys/arch/macppc/conf/GENERIC: revision 1.316
sys/arch/macppc/conf/GENERIC_601: revision 1.5
sys/arch/mmeye/conf/MMEYE_WLF: revision 1.16
sys/arch/news68k/conf/GENERIC: revision 1.123
sys/arch/sandpoint/conf/GENERIC: revision 1.85
sys/arch/shark/conf/GENERIC: revision 1.119
sys/arch/sparc/conf/GENERIC: revision 1.246
sys/arch/sparc64/conf/GENERIC: revision 1.174
sys/arch/sun3/conf/GENERIC3X: revision 1.125
sys/arch/sun3/conf/GENERIC: revision 1.169
sys/arch/x68k/conf/GENERIC: revision 1.177
sys/arch/zaurus/conf/GENERIC: revision 1.62
sys/conf/files: revision 1.1099
sys/kern/kern_module.c: revisions 1.98, 1.99
Create an "options MODULAR_DEFAULT_AUTOLOAD" config option and add
it to all kernel configs that contain "options MODULAR". This
option turns on module autoloading by default (which is the current
default). This allows people who don't want module autoloading on
by default to disable it by simply removing/commentting this line.
--
fix typo. (s/MODULE_DEFAULT_AUTOLOAD/MODULAR_DEFAULT_AUTOLOAD/)
 1.81.4.2 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.81.4.1 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.88.2.3 28-Aug-2017  skrll Sync with HEAD
 1.88.2.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.88.2.1 22-Sep-2015  skrll Sync with HEAD
 1.91.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.91.2.1 20-Mar-2017  pgoyette Sync with HEAD
 1.93.6.1 26-Jan-2018  martin Pull up following revision(s) (requested by sevan in ticket #510):
sys/arch/sun3/conf/GENERIC3X: revision 1.130
sys/arch/sparc64/conf/GENERIC: revision 1.203
sys/arch/news68k/conf/LIBERO: revision 1.66
sys/arch/amiga/conf/DRACO: revision 1.185
sys/arch/evbarm/conf/MV2120: revision 1.35
sys/arch/x68k/conf/GENERIC: revision 1.187
sys/arch/rs6000/conf/GENERIC: revision 1.39
sys/arch/news68k/conf/GENERIC_TINY: revision 1.86
sys/arch/i386/conf/XEN3_DOMU: revision 1.88
sys/arch/iyonix/conf/GENERIC: revision 1.97
sys/arch/evbarm64/conf/A64EMUL: revision 1.11
sys/arch/mvme68k/conf/GENERIC: revision 1.98
sys/arch/acorn32/conf/GENERIC: revision 1.124
sys/arch/i386/conf/XEN3_DOM0: revision 1.125
sys/arch/cobalt/conf/INSTALL: revision 1.65
sys/arch/macppc/conf/GENERIC_601: revision 1.16
sys/arch/hppa/conf/GENERIC: revision 1.17
sys/arch/amiga/conf/GENERIC.in: revision 1.137
sys/arch/sgimips/conf/GENERIC32_IP12: revision 1.33
sys/arch/netwinder/conf/GENERIC: revision 1.134
sys/arch/amd64/conf/XEN3_DOMU: revision 1.83
sys/arch/mac68k/conf/GENERIC: revision 1.225
sys/arch/arc/conf/RPC44: revision 1.54
sys/arch/mipsco/conf/GENERIC: revision 1.92
sys/arch/cats/conf/GENERIC: revision 1.166
sys/arch/amd64/conf/XEN3_DOM0: revision 1.145
sys/arch/amigappc/conf/GENERIC: revision 1.33
sys/arch/sun3/conf/GENERIC: revision 1.176
sys/arch/news68k/conf/GENERIC: revision 1.130
sys/arch/hpcsh/conf/GENERIC: revision 1.110
sys/arch/hp300/conf/GENERIC: revision 1.198
sys/arch/atari/conf/GENERIC.in: revision 1.115
sys/arch/sparc/conf/MRCOFFEE: revision 1.54
sys/arch/evbppc/conf/EXPLORA451: revision 1.62
sys/arch/cesfic/conf/GENERIC: revision 1.69
sys/arch/vax/conf/GENERIC: revision 1.204
sys/arch/sgimips/conf/GENERIC32_IP3x: revision 1.115
sys/arch/sgimips/conf/GENERIC32_IP2x: revision 1.112
sys/arch/sparc/conf/GENERIC: revision 1.258
sys/arch/next68k/conf/GENERIC: revision 1.145
sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.34
sys/arch/prep/conf/GENERIC: revision 1.185
sys/arch/amiga/conf/INSTALL: revision 1.129
sys/arch/newsmips/conf/GENERIC: revision 1.133
sys/arch/cobalt/conf/GENERIC: revision 1.156
sys/arch/sun2/conf/GENERIC: revision 1.99
sys/arch/luna68k/conf/INSTALL: revision 1.25
sys/arch/amigappc/conf/NULL: revision 1.53
sys/arch/acorn26/conf/GENERIC: revision 1.85
sys/arch/vax/conf/VAX780: revision 1.25
sys/arch/luna68k/conf/GENERIC: revision 1.125
sys/arch/ews4800mips/conf/GENERIC: revision 1.56
sys/arch/macppc/conf/POWERMAC_G5: revision 1.29
sys/arch/arc/conf/GENERIC: revision 1.189
sys/arch/macppc/conf/MAMBO: revision 1.27
sys/arch/acorn32/conf/EB7500ATX: revision 1.64
sys/arch/pmax/conf/GENERIC: revision 1.196
sys/arch/pmax/conf/GENERIC64: revision 1.28
sys/arch/amiga/conf/GENERIC: revision 1.319
sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.55
sys/arch/macppc/conf/GENERIC: revision 1.339
sys/arch/emips/conf/GENERIC: revision 1.21
sys/arch/sandpoint/conf/GENERIC: revision 1.97
sys/arch/landisk/conf/GENERIC: revision 1.58
sys/arch/bebox/conf/GENERIC: revision 1.157
sys/arch/alpha/conf/GENERIC: revision 1.379
Alternate buffer queue strategies no longer considered experimental, update
description.
Discussed on tech-kern
http://mail-index.netbsd.org/tech-kern/2018/01/21/msg023002.html
 1.97.2.3 26-Nov-2018  pgoyette Sync with HEAD, resolve a couple of conflicts
 1.97.2.2 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.97.2.1 21-May-2018  pgoyette Sync with HEAD
 1.99.2.2 08-Apr-2020  martin Merge changes from current as of 20200406
 1.99.2.1 10-Jun-2019  christos Sync with HEAD
 1.106.2.1 03-Apr-2021  thorpej Sync with HEAD.
 1.107.4.1 01-Aug-2021  thorpej Sync with HEAD.
 1.15 09-Jun-2010  phx The sandpoint port is now focussed on 824x based NAS boxes.
Replaced GENERIC by GENERIC.NAS.
Added INSTALL_KURO for KuroBox.
GENERIC.NAS and RAMDISK are no longer needed.
 1.14 29-May-2010  phx 'satmgr' device for communicating with the satellite processor found on many
MPC824x-based systems. It registers the power button to sysmon and sets
a reboot/shutdown callback for cpu_reboot(). Other functions can be controlled
through /dev/satmgr.
Currently there is support for KuroBox and Synology, which will be extended
as soon more platforms have been reasearched.
This patch was submitted by Toru Nishimura.
 1.13 17-May-2010  phx Excluded KUROBOX from GENERIC.NAS because console is on a different port.
Add INET6 option to GENERIC(.NAS).
Build KUROBOX kernel together with GENERIC and GENERIC.NAS.
Patch submitted by Toru Nishimura.
 1.12 08-May-2010  phx Synology boxes need sk(4), not msk(4).
 1.11 05-Dec-2009  pooka branches: 1.11.2; 1.11.4;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.10 20-Jul-2009  nisimura - add missing "usb* at ehci?" line.
 1.9 24-Jan-2009  mrg branches: 1.9.2;
add COMPAT_50 to all the configs with COMPAT_40.
 1.8 24-Nov-2008  ad Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.
 1.7 31-Jul-2008  simonb branches: 1.7.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.6 07-Apr-2008  nisimura branches: 1.6.4; 1.6.6; 1.6.10;
- assign console on at 0x4600 for GENERIC.NAS configuration.
 1.5 05-Apr-2008  nisimura - add COMPAT_40
- add #options WAPBL for journalled BSDFFS for GENERIC.NAS
 1.4 27-Oct-2007  nisimura branches: 1.4.2; 1.4.6; 1.4.20;
- remove ppb which is unlikey used.
- a comment about console selection.
 1.3 24-Oct-2007  nisimura Add fxp(4) to facilitate the entire development cycle. Benefitial
to emulate NAS products with southbridge-less SP3 and EnCorePP1.
 1.2 17-Oct-2007  garbled branches: 1.2.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.1 23-May-2007  nisimura branches: 1.1.2; 1.1.6; 1.1.8; 1.1.10;
file GENERIC.NAS was initially added on branch ppcoea-renovation.
 1.1.10.2 13-Nov-2007  bouyer Sync with HEAD
 1.1.10.1 25-Oct-2007  bouyer Sync with HEAD.
 1.1.8.1 18-Oct-2007  yamt sync with head.
 1.1.6.3 02-Nov-2007  joerg More diff reduce to HEAD due to botched up merging.
 1.1.6.2 28-Oct-2007  joerg Sync with HEAD.
 1.1.6.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.1.2.1 23-May-2007  nisimura - add SANDPOINT, GENERIC.NAS and GENERIC
this port is going to host a range of MPC8241/8245 NAS products.
SANDPOINT supports X2 and X3 absorbing the EPIC usage difference
between them. GENERIC.NAS is for a flock of NAS in market.
- have ENCPP1 some more devices.
 1.2.2.3 03-Dec-2007  ad Sync with HEAD.
 1.2.2.2 23-Oct-2007  ad Sync with head.
 1.2.2.1 17-Oct-2007  ad file GENERIC.NAS was added on branch vmlocking on 2007-10-23 20:36:26 +0000
 1.4.20.3 17-Jan-2009  mjf Sync with HEAD.
 1.4.20.2 28-Sep-2008  mjf Sync with HEAD.
 1.4.20.1 02-Jun-2008  mjf Sync with HEAD.
 1.4.6.2 06-Nov-2007  matt sync with HEAD
 1.4.6.1 27-Oct-2007  matt file GENERIC.NAS was added on branch matt-armv6 on 2007-11-06 23:21:19 +0000
 1.4.2.2 27-Oct-2007  yamt sync with head.
 1.4.2.1 27-Oct-2007  yamt file GENERIC.NAS was added on branch yamt-lazymbuf on 2007-10-27 11:28:14 +0000
 1.6.10.2 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.6.10.1 19-Oct-2008  haad Sync with HEAD.
 1.6.6.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.6.4.4 11-Aug-2010  yamt sync with head.
 1.6.4.3 11-Mar-2010  yamt sync with head
 1.6.4.2 19-Aug-2009  yamt sync with head.
 1.6.4.1 04-May-2009  yamt sync with head.
 1.7.2.3 28-Apr-2009  skrll Sync with HEAD.
 1.7.2.2 03-Mar-2009  skrll Sync with HEAD.
 1.7.2.1 19-Jan-2009  skrll Sync with HEAD.
 1.9.2.1 24-Oct-2010  jym Sync with HEAD
 1.11.4.2 03-Jul-2010  rmind sync with head
 1.11.4.1 30-May-2010  rmind sync with head
 1.11.2.2 17-Aug-2010  uebayasi Sync with HEAD.
 1.11.2.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.2 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.1 16-May-2002  briggs branches: 1.1.2; 1.1.6; 1.1.8; 1.1.30; 1.1.72; 1.1.80; 1.1.90; 1.1.92; 1.1.94; 1.1.96;
Split GENERIC into GENERIC (for the X3 revision of the board in native
interrupt mode) and GENERIC.X2 (for the X2 revision of the board or an
X3 in legacy interrupt mode).
 1.1.96.1 25-Oct-2007  bouyer Sync with HEAD.
 1.1.94.1 18-Oct-2007  yamt sync with head.
 1.1.92.1 06-Nov-2007  matt sync with HEAD
 1.1.90.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.1.80.1 23-May-2007  nisimura - add SANDPOINT, GENERIC.NAS and GENERIC
this port is going to host a range of MPC8241/8245 NAS products.
SANDPOINT supports X2 and X3 absorbing the EPIC usage difference
between them. GENERIC.NAS is for a flock of NAS in market.
- have ENCPP1 some more devices.
 1.1.72.1 23-Oct-2007  ad Sync with head.
 1.1.30.1 27-Oct-2007  yamt sync with head.
 1.1.8.2 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.8.1 16-May-2002  jdolecek file GENERIC.X2 was added on branch kqueue on 2002-06-23 17:39:57 +0000
 1.1.6.2 20-Jun-2002  nathanw Catch up to -current.
 1.1.6.1 16-May-2002  nathanw file GENERIC.X2 was added on branch nathanw_sa on 2002-06-20 03:40:43 +0000
 1.1.2.2 16-May-2002  briggs Split GENERIC into GENERIC (for the X3 revision of the board in native
interrupt mode) and GENERIC.X2 (for the X2 revision of the board or an
X3 in legacy interrupt mode).
 1.1.2.1 16-May-2002  briggs file GENERIC.X2 was added on branch gehenna-devsw on 2002-05-16 00:20:01 +0000
 1.33 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.32 27-Sep-2006  manu branches: 1.32.8; 1.32.16; 1.32.26; 1.32.28; 1.32.30; 1.32.32;
- Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407
 1.31 15-Sep-2006  gdamore branches: 1.31.2;
Convert sandpoint to GENERIC todr, including breaking of the clock handling
out into its own driver. (NB: mcclock should really, really be an MI driver
to avoid this kind of pasteware, but it is "nontrivial" to cope with the
fact that some machines have different ideas of mcclock.)
 1.30 09-May-2006  he branches: 1.30.8;
Bump SYMTAB_SPACE so that the symbol table fits again.
 1.29 05-Feb-2006  cube branches: 1.29.2; 1.29.4; 1.29.6;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.28 04-Feb-2006  rpaulo bpfilter doesn't accept count anymore.
 1.27 07-Dec-2005  tsutsui branches: 1.27.2; 1.27.4; 1.27.6;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.26 19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.25 19-Aug-2005  christos 64 bit inode changes.
 1.24 17-Jul-2005  hubertf Add support for reading cloop2 compressed filesystem image,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
 1.23 25-Jun-2005  rpaulo branches: 1.23.2;
Add file-system PTYFS (commented out) so that people know its existence.

Ok'ed by Christos Zoulas and Hubert Feyrer.
 1.22 31-May-2005  tron Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.
 1.21 25-Feb-2005  simonb branches: 1.21.2;
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
that didn't have those options but had other earlier compat options.
 1.20 18-Feb-2005  dsl Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.19 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.18 24-Nov-2004  bouyer branches: 1.18.4; 1.18.6;
pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).
 1.17 10-Nov-2004  christos Add COMPAT_BSDPTY to the rest of the config files.
 1.16 15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.15 26-Jun-2004  abs Add (commented out) ALTQ options to all GENERIC-like files
 1.14 22-Jun-2004  itojun have pf and pflog pseudo-device (commented out).
reviewed by matt, perry, christos
 1.13 18-Jun-2004  christos ptm is now mandatory, depends on pty, and can be disabled with -DNO_DEV_PTM
 1.12 16-Jun-2004  christos Add pseudo-device ptm on all the generic flavored kernels.
 1.11 14-Dec-2003  thorpej branches: 1.11.2;
Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).
 1.10 13-Dec-2003  thorpej Split out the Silicon Image SATALink support into its own driver,
"satalink".
 1.9 18-Oct-2003  lukem Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
 1.8 08-Oct-2003  bouyer Add new per-chip pciide drivers.
 1.7 08-Oct-2003  bouyer Add atabus.
 1.6 26-Apr-2003  ragge branches: 1.6.2;
Add pseudo-device ksyms.
 1.5 27-Feb-2003  perseant Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.
Let brconfig tell whether the bridge is using the ipfilter hook, or not.
 1.4 14-Oct-2002  elric Added commented out cgd(4)s to GENERIC configs.
 1.3 18-Sep-2002  lukem enable USERCONF by default; it's small and extremely useful to have available.
 1.2 17-Jun-2002  lukem branches: 1.2.2; 1.2.4;
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.1 16-May-2002  briggs branches: 1.1.2; 1.1.4;
Split GENERIC into GENERIC (for the X3 revision of the board in native
interrupt mode) and GENERIC.X2 (for the X2 revision of the board or an
X3 in legacy interrupt mode).
 1.1.4.1 01-Aug-2002  lukem Pull up revision 1.2 (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.1.2.2 15-Jul-2002  gehenna catch up with -current.
 1.1.2.1 16-May-2002  gehenna file GENERIC.sandpoint was added on branch gehenna-devsw on 2002-07-15 01:20:52 +0000
 1.2.4.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.2.4.3 06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.2.4.2 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.2.4.1 17-Jun-2002  jdolecek file GENERIC.sandpoint was added on branch kqueue on 2002-06-23 17:39:58 +0000
 1.2.2.3 18-Oct-2002  nathanw Catch up to -current.
 1.2.2.2 20-Jun-2002  nathanw Catch up to -current.
 1.2.2.1 17-Jun-2002  nathanw file GENERIC.sandpoint was added on branch nathanw_sa on 2002-06-20 03:40:43 +0000
 1.6.2.9 11-Dec-2005  christos Sync with head.
 1.6.2.8 10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.6.2.7 04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.6.2.6 15-Feb-2005  skrll Sync with HEAD.
 1.6.2.5 29-Nov-2004  skrll Sync with HEAD.
 1.6.2.4 14-Nov-2004  skrll Sync with HEAD.
 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.11.2.2 15-Jul-2004  he branches: 1.11.2.2.2;
Pull up revision 1.16 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.11.2.1 30-Jun-2004  jdc Pull up revision 1.15 (requested by abs in ticket #567).

Add (commented out) ALTQ options to all GENERIC-like files
 1.11.2.2.2.1 02-Apr-2005  he Pull up revision 1.18 (requested by bouyer in ticket #1019):
Add pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) series of
controllers.
 1.18.6.2 19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.18.6.1 12-Feb-2005  yamt sync with head.
 1.18.4.1 29-Apr-2005  kent sync with -current
 1.21.2.2 14-Aug-2005  riz Pull up revision 1.24 (requested by hubertf in ticket #625):
Add support for reading cloop2 compressed filesystem images,
enable by putting VND_COMPRESSION into kernel config file.
Written by Cliff Wright, polished up slightly by me.
 1.21.2.1 01-Jun-2005  riz Pull up revision 1.22 (requested by tron in ticket #362):
Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.
 1.23.2.3 27-Oct-2007  yamt sync with head.
 1.23.2.2 30-Dec-2006  yamt sync with head.
 1.23.2.1 21-Jun-2006  yamt sync with head.
 1.27.6.2 01-Jun-2006  kardel Sync with head.
 1.27.6.1 22-Apr-2006  simonb Sync with head.
 1.27.4.1 09-Sep-2006  rpaulo sync with head
 1.27.2.1 18-Feb-2006  yamt sync with head.
 1.29.6.1 24-May-2006  tron Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
 1.29.4.1 11-May-2006  elad sync with head
 1.29.2.1 24-May-2006  yamt sync with head.
 1.30.8.1 18-Nov-2006  ad Sync with head.
 1.31.2.1 22-Oct-2006  yamt sync with head
 1.32.32.1 25-Oct-2007  bouyer Sync with HEAD.
 1.32.30.1 18-Oct-2007  yamt sync with head.
 1.32.28.1 06-Nov-2007  matt sync with HEAD
 1.32.26.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.32.16.1 23-May-2007  nisimura - add SANDPOINT, GENERIC.NAS and GENERIC
this port is going to host a range of MPC8241/8245 NAS products.
SANDPOINT supports X2 and X3 absorbing the EPIC usage difference
between them. GENERIC.NAS is for a flock of NAS in market.
- have ENCPP1 some more devices.
 1.32.8.1 23-Oct-2007  ad Sync with head.
 1.10 28-Mar-2022  martin Provide a bit more space for the ramdisk image (which recently did grow)
 1.9 10-Aug-2014  joerg Bump the ramdisk size on macppc and sandpoint somewhat to compensate for
larger code with LLVM.
 1.8 23-Nov-2010  hannken branches: 1.8.18;
Remove unused count from pseudo-device md.
 1.7 09-Jun-2010  phx The sandpoint port is now focussed on 824x based NAS boxes.
Replaced GENERIC by GENERIC.NAS.
Added INSTALL_KURO for KuroBox.
GENERIC.NAS and RAMDISK are no longer needed.
 1.6 06-Feb-2009  jym branches: 1.6.4; 1.6.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html

Reviewed by abs@ in private mail.
 1.5 05-Jul-2002  abs branches: 1.5.112; 1.5.120;
Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR,
MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they
include another config files that already defines the options, or if
they are for an embedded board, just define a few extra options, and
do not already define PIPE_SOCKETPAIR.
 1.4 02-Apr-2002  lukem branches: 1.4.2;
Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.3 10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.2 27-Jan-2002  jdolecek add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines
 1.1 07-Dec-2001  briggs branches: 1.1.2; 1.1.4;
Add INSTALL kernel (copy from RAMDISK).
 1.1.4.6 06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.1.4.5 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.4.4 16-Mar-2002  jdolecek Catch up with -current.
 1.1.4.3 11-Feb-2002  jdolecek Sync w/ -current.
 1.1.4.2 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.1.4.1 07-Dec-2001  thorpej file INSTALL was added on branch kqueue on 2002-01-10 19:48:18 +0000
 1.1.2.6 01-Aug-2002  nathanw Catch up to -current.
 1.1.2.5 17-Apr-2002  nathanw Catch up to -current.
 1.1.2.4 01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.1.2.3 28-Feb-2002  nathanw Catch up to -current.
 1.1.2.2 08-Jan-2002  nathanw Catch up to -current.
 1.1.2.1 07-Dec-2001  nathanw file INSTALL was added on branch nathanw_sa on 2002-01-08 00:27:22 +0000
 1.4.2.1 17-Jul-2002  gehenna catch up with -current.
 1.5.120.1 03-Mar-2009  skrll Sync with HEAD.
 1.5.112.2 11-Aug-2010  yamt sync with head.
 1.5.112.1 04-May-2009  yamt sync with head.
 1.6.6.2 05-Mar-2011  rmind sync with head
 1.6.6.1 03-Jul-2010  rmind sync with head
 1.6.4.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.8.18.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4 29-Mar-2022  martin More space for the memory disk image is needed here too (follow the
last change in INSTALL)
 1.3 10-Aug-2014  joerg Bump the ramdisk size on macppc and sandpoint somewhat to compensate for
larger code with LLVM.
 1.2 23-Nov-2010  hannken branches: 1.2.18;
Remove unused count from pseudo-device md.
 1.1 09-Jun-2010  phx branches: 1.1.2; 1.1.4; 1.1.6;
The sandpoint port is now focussed on 824x based NAS boxes.
Replaced GENERIC by GENERIC.NAS.
Added INSTALL_KURO for KuroBox.
GENERIC.NAS and RAMDISK are no longer needed.
 1.1.6.2 17-Aug-2010  uebayasi Sync with HEAD.
 1.1.6.1 09-Jun-2010  uebayasi file INSTALL_KURO was added on branch uebayasi-xip on 2010-08-17 06:45:06 +0000
 1.1.4.2 11-Aug-2010  yamt sync with head.
 1.1.4.1 09-Jun-2010  yamt file INSTALL_KURO was added on branch yamt-nfs-mp on 2010-08-11 22:52:38 +0000
 1.1.2.3 05-Mar-2011  rmind sync with head
 1.1.2.2 03-Jul-2010  rmind sync with head
 1.1.2.1 09-Jun-2010  rmind file INSTALL_KURO was added on branch rmind-uvmplock on 2010-07-03 01:19:25 +0000
 1.2.18.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.9 25-Mar-2021  rin At least KuroBox Classic and HG seem to have buggy UART, for which
ETXRDY interrupts are sometimes (once per a few hours?) lost; TX stalls
until next RX arrives.

Since interrupt-based I/O works just fine for other devices, I believe
this problem is due to UART and not to PIC or its driver.

In order to work around this bug, enable COM_HW_BROKEN_ETXRDY bit, as
well as carry out polling once per 10 sec or 1k tics (arbitrary, but
1 min seems too long).

XXX
Apply this for other MPC824x-based boards?
 1.8 03-Jan-2020  thorpej branches: 1.8.8; 1.8.10;
Eliminate all of the #ifdefs for the "strtc" driver. Define model
properties (similar to what the "dsrtc" driver does), and provide
DT compat strings corresponding to those models. Allow config flags
to specify the model for non-FDT platforms (also like "dsrtc").
 1.7 21-Sep-2015  phx branches: 1.7.18;
Remove erroneously entered debug options.
 1.6 21-Sep-2015  phx double vlan pseudo-device removed
 1.5 12-May-2012  nisimura branches: 1.5.16;

More "no" designations to reflect the target NAS hardware configuration.
Is provided as a reference for other NAS platforms. Before-after
factor is the 91% fitness.
 1.4 14-Jan-2012  phx New device nhpow(4) to support the onboard GPIO pins on a NH230/231 board for
buttons, powerdown, reset, LEDs and fan control. It attaches gpio(4) for
its 8 pins on demand.
 1.3 09-Jun-2010  phx branches: 1.3.2; 1.3.4; 1.3.12; 1.3.16;
The sandpoint port is now focussed on 824x based NAS boxes.
Replaced GENERIC by GENERIC.NAS.
Added INSTALL_KURO for KuroBox.
GENERIC.NAS and RAMDISK are no longer needed.
 1.2 29-May-2010  phx branches: 1.2.2;
'satmgr' device for communicating with the satellite processor found on many
MPC824x-based systems. It registers the power button to sysmon and sets
a reboot/shutdown callback for cpu_reboot(). Other functions can be controlled
through /dev/satmgr.
Currently there is support for KuroBox and Synology, which will be extended
as soon more platforms have been reasearched.
This patch was submitted by Toru Nishimura.
 1.1 17-May-2010  phx Excluded KUROBOX from GENERIC.NAS because console is on a different port.
Add INET6 option to GENERIC(.NAS).
Build KUROBOX kernel together with GENERIC and GENERIC.NAS.
Patch submitted by Toru Nishimura.
 1.2.2.3 03-Jul-2010  rmind sync with head
 1.2.2.2 30-May-2010  rmind sync with head
 1.2.2.1 29-May-2010  rmind file KUROBOX was added on branch rmind-uvmplock on 2010-05-30 05:17:05 +0000
 1.3.16.2 02-Jun-2012  mrg sync to latest -current.
 1.3.16.1 18-Feb-2012  mrg merge to -current.
 1.3.12.2 23-May-2012  yamt sync with head.
 1.3.12.1 17-Apr-2012  yamt sync with head
 1.3.4.2 17-Aug-2010  uebayasi Sync with HEAD.
 1.3.4.1 09-Jun-2010  uebayasi file KUROBOX was added on branch uebayasi-xip on 2010-08-17 06:45:06 +0000
 1.3.2.2 11-Aug-2010  yamt sync with head.
 1.3.2.1 09-Jun-2010  yamt file KUROBOX was added on branch yamt-nfs-mp on 2010-08-11 22:52:38 +0000
 1.5.16.1 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.7.18.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.8.10.1 03-Apr-2021  thorpej Sync with HEAD.
 1.8.8.1 03-Apr-2021  thorpej Sync with HEAD.
 1.4 26-Aug-2001  matt Make all powerpc ports use a common Makefile.powerpc (except walnut)
Enforce -Wmissing-prototypes -Wstrict-prototypes for all ppc ports.
Split out macppc cpu support and make common to mpc6xx ports. Make
other mpc6xx ports use it. Add evcnts for mpc6xx traps.
 1.3 01-Jun-2001  simonb branches: 1.3.2;
Rename assembly files that are pre-processed by cpp to use an S suffix.
 1.2 29-May-2001  mrg define _KERNEL_OPT as well as _KERNEL. we will use this in the future to
get kernel "opt_foo.h" headers, rather than _KERNEL && !_LKM.
 1.1 04-Feb-2001  briggs branches: 1.1.2; 1.1.4;
Support for the Motorola Sandpoint reference platform using the
MPC8240 processor module. See the README for more information.
 1.1.4.1 21-Jun-2001  nathanw Catch up to -current.
 1.1.2.2 11-Feb-2001  bouyer Sync with HEAD.
 1.1.2.1 04-Feb-2001  bouyer file Makefile.sandpoint was added on branch thorpej_scsipi on 2001-02-11 19:11:41 +0000
 1.3.2.1 13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.5 09-Jun-2010  phx The sandpoint port is now focussed on 824x based NAS boxes.
Replaced GENERIC by GENERIC.NAS.
Added INSTALL_KURO for KuroBox.
GENERIC.NAS and RAMDISK are no longer needed.
 1.4 06-Feb-2009  jym branches: 1.4.2; 1.4.4; 1.4.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html

Reviewed by abs@ in private mail.
 1.3 02-Apr-2002  lukem branches: 1.3.116; 1.3.124;
Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.2 10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.1 07-Jun-2001  briggs branches: 1.1.2; 1.1.4; 1.1.10;
GENERIC + memory disk hooks.
 1.1.10.3 17-Apr-2002  nathanw Catch up to -current.
 1.1.10.2 01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.1.10.1 07-Jun-2001  nathanw file RAMDISK was added on branch nathanw_sa on 2002-04-01 07:42:15 +0000
 1.1.4.2 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.4.1 16-Mar-2002  jdolecek Catch up with -current.
 1.1.2.1 21-Jun-2001  nathanw Catch up to -current.
 1.3.124.1 03-Mar-2009  skrll Sync with HEAD.
 1.3.116.2 11-Aug-2010  yamt sync with head.
 1.3.116.1 04-May-2009  yamt sync with head.
 1.4.6.1 03-Jul-2010  rmind sync with head
 1.4.4.2 17-Aug-2010  uebayasi Sync with HEAD.
 1.4.4.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.4.2.1 24-Oct-2010  jym Sync with HEAD
 1.21 07-Apr-2022  andvar s/psuedo/pseudo/
 1.20 21-Jan-2021  nia add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg
 1.19 27-Sep-2020  roy branches: 1.19.2;
vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.18 01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.17 01-Aug-2018  maxv 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.16 14-Jul-2018  maxv Remove "options IPKDB", and the other associated options, from the config
files.

ipkdb is being retired. Its code is really old, and hasn't kept pace with
today's expectations: IPv6, SMP, modern NICs. The associated code for x86
was already removed because it was too incorrect to stay.

There are plans to rewrite a similar feature from scratch.

ok kamil christos
 1.15 14-Jul-2018  maxv Remove "options DEBUG_BY_TOOLS", it doesn't exist.
 1.14 14-Sep-2017  mrg branches: 1.14.2; 1.14.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.13 29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.12 19-Feb-2017  rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.11 23-Aug-2014  dholland branches: 1.11.2; 1.11.4; 1.11.6;
Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.10 27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.9 22-Feb-2012  nisimura branches: 1.9.2;

- nuke commented-out SYMTAB_SPACE directive since this port has a
companion bootloader which is capable of loading a plain ELF kernel
and accompanying ELF symbol table.
- remove fxp(4) from GENERIC as no known NAS has the device.
 1.8 22-Nov-2011  tls branches: 1.8.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.7 30-Jun-2010  phx branches: 1.7.8;
Add file system snapshot device.
 1.6 05-Dec-2009  pooka branches: 1.6.2; 1.6.4;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.5 19-Aug-2009  nisimura - use options PIC_MPCSOC to replace PIC_OPENPIC.
 1.4 24-Nov-2008  ad Remove softdep, pass 1. We are focused on improving journalling.

Proposed on tech-kern@.
 1.3 05-Apr-2008  nisimura branches: 1.3.4; 1.3.10; 1.3.12;
- add COMPAT_40
- add #options WAPBL for journalled BSDFFS for GENERIC.NAS
 1.2 17-Oct-2007  garbled branches: 1.2.2; 1.2.4; 1.2.8; 1.2.22;
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 23-May-2007  nisimura branches: 1.1.2; 1.1.6; 1.1.8; 1.1.10;
file SANDPOINT was initially added on branch ppcoea-renovation.
 1.1.10.1 25-Oct-2007  bouyer Sync with HEAD.
 1.1.8.1 18-Oct-2007  yamt sync with head.
 1.1.6.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.1.2.2 30-May-2007  nisimura - fix description errors in SANDPOINT conf.
- add com and ociic EUMB devices. The latter is under development.
 1.1.2.1 23-May-2007  nisimura - add SANDPOINT, GENERIC.NAS and GENERIC
this port is going to host a range of MPC8241/8245 NAS products.
SANDPOINT supports X2 and X3 absorbing the EPIC usage difference
between them. GENERIC.NAS is for a flock of NAS in market.
- have ENCPP1 some more devices.
 1.2.22.2 17-Jan-2009  mjf Sync with HEAD.
 1.2.22.1 02-Jun-2008  mjf Sync with HEAD.
 1.2.8.2 06-Nov-2007  matt sync with HEAD
 1.2.8.1 17-Oct-2007  matt file SANDPOINT was added on branch matt-armv6 on 2007-11-06 23:21:20 +0000
 1.2.4.2 27-Oct-2007  yamt sync with head.
 1.2.4.1 17-Oct-2007  yamt file SANDPOINT was added on branch yamt-lazymbuf on 2007-10-27 11:28:14 +0000
 1.2.2.2 23-Oct-2007  ad Sync with head.
 1.2.2.1 17-Oct-2007  ad file SANDPOINT was added on branch vmlocking on 2007-10-23 20:36:27 +0000
 1.3.12.1 19-Jan-2009  skrll Sync with HEAD.
 1.3.10.1 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.3.4.4 11-Aug-2010  yamt sync with head.
 1.3.4.3 11-Mar-2010  yamt sync with head
 1.3.4.2 19-Aug-2009  yamt sync with head.
 1.3.4.1 04-May-2009  yamt sync with head.
 1.6.4.1 03-Jul-2010  rmind sync with head
 1.6.2.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.7.8.2 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.7.8.1 17-Apr-2012  yamt sync with head
 1.8.2.1 24-Feb-2012  mrg sync to -current.
 1.9.2.2 03-Dec-2017  jdolecek update from HEAD
 1.9.2.1 23-Jun-2013  tls resync from head
 1.11.6.1 21-Apr-2017  bouyer Sync with HEAD
 1.11.4.1 20-Mar-2017  pgoyette Sync with HEAD
 1.11.2.1 28-Aug-2017  skrll Sync with HEAD
 1.14.4.1 10-Jun-2019  christos Sync with HEAD
 1.14.2.2 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.14.2.1 28-Jul-2018  pgoyette Sync with HEAD
 1.19.2.1 03-Apr-2021  thorpej Sync with HEAD.
 1.32 24-Apr-2021  thorpej Merge thorpej-cfargs branch:

Simplify and make extensible the config_search() / config_found() /
config_attach() interfaces: rather than having different variants for
which arguments you want pass along, just have a single call that
takes a variadic list of tag-value arguments.

Adjust all call sites:
- Simplify wherever possible; don't pass along arguments that aren't
actually needed.
- Don't be explicit about what interface attribute is attaching if
the device only has one. (More simplification.)
- Add a config_probe() function to be used in indirect configuiration
situations, making is visibly easier to see when indirect config is
in play, and allowing for future change in semantics. (As of now,
this is just a wrapper around config_match(), but that is an
implementation detail.)

Remove unnecessary or redundant interface attributes where they're not
needed.

There are currently 5 "cfargs" defined:
- CFARG_SUBMATCH (submatch function for direct config)
- CFARG_SEARCH (search function for indirect config)
- CFARG_IATTR (interface attribte)
- CFARG_LOCATORS (locators array)
- CFARG_DEVHANDLE (devhandle_t - wraps OFW, ACPI, etc. handles)

...and a sentinel value CFARG_EOL.

Add some extra sanity checking to ensure that interface attributes
aren't ambiguous.

Use CFARG_DEVHANDLE in MI FDT, OFW, and ACPI code, and macppc and shark
ports to associate those device handles with device_t instance. This
will trickle trough to more places over time (need back-end for pre-OFW
Sun OBP; any others?).
 1.31 14-Jan-2012  phx branches: 1.31.62;
New device nhpow(4) to support the onboard GPIO pins on a NH230/231 board for
buttons, powerdown, reset, LEDs and fan control. It attaches gpio(4) for
its 8 pins on demand.
 1.30 17-Dec-2011  phx Added NOR flash driver, using nor(4) and flash(4).
 1.29 01-Mar-2011  phx branches: 1.29.4; 1.29.8;
Revert the major number for satmgr(4) back to 100 and allocate it from
majors.powerpc, as suggested by matt@.
 1.28 26-Feb-2011  phx Changed satmgr(4) device major number from 100 to 144, which is reserved
for local/vendor use according to src/sys/conf/majors. This prevents
problems when the shared PowerPC device majors list gets another entry.
 1.27 12-Jan-2011  phx branches: 1.27.2; 1.27.4;
Rewritten to take advantage of the new MI motoi2c code.
 1.26 29-May-2010  phx 'satmgr' device for communicating with the satellite processor found on many
MPC824x-based systems. It registers the power button to sysmon and sets
a reboot/shutdown callback for cpu_reboot(). Other functions can be controlled
through /dev/satmgr.
Currently there is support for KuroBox and Synology, which will be extended
as soon more platforms have been reasearched.
This patch was submitted by Toru Nishimura.
 1.25 09-Apr-2008  nisimura branches: 1.25.4; 1.25.24; 1.25.26;
- abandon to maintain disksubr.c in favour of kern/subr_disk_mbr.c.
 1.24 20-Feb-2008  drochner branches: 1.24.6;
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.23 11-Dec-2007  nisimura - switch to use majors.powerpc.
 1.22 03-Dec-2007  ad branches: 1.22.2; 1.22.4; 1.22.6;
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.21 17-Oct-2007  garbled branches: 1.21.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.20 10-Apr-2007  macallan branches: 1.20.4; 1.20.12; 1.20.14; 1.20.16; 1.20.18;
include files.wsfb
 1.19 15-Sep-2006  gdamore branches: 1.19.6; 1.19.10; 1.19.12;
Convert sandpoint to GENERIC todr, including breaking of the clock handling
out into its own driver. (NB: mcclock should really, really be an MI driver
to avoid this kind of pasteware, but it is "nontrivial" to cope with the
fact that some machines have different ideas of mcclock.)
 1.18 11-Dec-2005  christos branches: 1.18.20;
merge ktrace-lwp.
 1.17 13-Mar-2004  bjh21 branches: 1.17.16;
Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers. To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.

In theory, this shouldn't cause any behavioural changes in the drivers
concerned. Thy just use rather more function pointers than before. Tested
on i386 and (with a new host driver) acorn32. Compiled on several other
affected architectures.
 1.16 18-Mar-2003  matt branches: 1.16.2;
Switch/adapt to new bus space infrastructure.
 1.15 05-Mar-2003  matt Remove port-specific procfs_machdep.c (since they are all identical and
a better one resides in powerpc/powerpc/).
 1.14 30-Oct-2002  manu Moved binary compatibility options from arch directory to cpu directory
 1.13 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.12 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.11 16-Apr-2002  thorpej branches: 1.11.2;
* 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.10 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.9 11-Oct-2001  briggs branches: 1.9.4;
include dev/wsfont/files.wsfont
 1.8 26-Aug-2001  matt Make all powerpc ports use a common Makefile.powerpc (except walnut)
Enforce -Wmissing-prototypes -Wstrict-prototypes for all ppc ports.
Split out macppc cpu support and make common to mpc6xx ports. Make
other mpc6xx ports use it. Add evcnts for mpc6xx traps.
 1.7 18-Jun-2001  christos branches: 1.7.2;
Add an e_trapsignal member to struct emul, so that emulated processes can
send the appropriate signal depending on the trap type.
 1.6 12-Jun-2001  tsubai Move "file .../bus_dma.c" line to MD place.
Add options PPC_MPC6XX on missed ports.
XXX I think PPC_OEA is better name.
 1.5 10-Jun-2001  briggs Adapt to new PowerPC pmap.
Use more common PowerPC code including bus_dma and unified bus_space.
 1.4 12-Mar-2001  manu enabled COMPAT_LINUX for sandpoint
 1.3 08-Feb-2001  briggs branches: 1.3.2; 1.3.4;
Keyboard, mouse, ws*
 1.2 08-Feb-2001  briggs Add fdc and lpt.
 1.1 04-Feb-2001  briggs Support for the Motorola Sandpoint reference platform using the
MPC8240 processor module. See the README for more information.
 1.3.4.2 21-Jun-2001  nathanw Catch up to -current.
 1.3.4.1 09-Apr-2001  nathanw Catch up with -current.
 1.3.2.3 27-Mar-2001  bouyer Sync with HEAD.
 1.3.2.2 11-Feb-2001  bouyer Sync with HEAD.
 1.3.2.1 08-Feb-2001  bouyer file files.sandpoint was added on branch thorpej_scsipi on 2001-02-11 19:11:41 +0000
 1.7.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.7.2.3 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.7.2.2 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.7.2.1 13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.9.4.5 11-Nov-2002  nathanw Catch up to -current
 1.9.4.4 17-Sep-2002  nathanw Catch up to -current.
 1.9.4.3 20-Jun-2002  nathanw Catch up to -current.
 1.9.4.2 08-Jan-2002  nathanw Catch up to -current.
 1.9.4.1 11-Oct-2001  nathanw file files.sandpoint was added on branch nathanw_sa on 2002-01-08 00:27:22 +0000
 1.11.2.2 17-May-2002  gehenna Remove old block majors list.
 1.11.2.1 16-May-2002  gehenna Include the list of block/character major numbers.
 1.16.2.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.16.2.2 18-Sep-2004  skrll Sync with HEAD.
 1.16.2.1 03-Aug-2004  skrll Sync with HEAD
 1.17.16.6 27-Feb-2008  yamt sync with head.
 1.17.16.5 21-Jan-2008  yamt sync with head
 1.17.16.4 07-Dec-2007  yamt sync with head
 1.17.16.3 27-Oct-2007  yamt sync with head.
 1.17.16.2 03-Sep-2007  yamt sync with head.
 1.17.16.1 30-Dec-2006  yamt sync with head.
 1.18.20.1 18-Nov-2006  ad Sync with head.
 1.19.12.1 11-Jul-2007  mjf Sync with head.
 1.19.10.3 03-Dec-2007  ad Sync with HEAD.
 1.19.10.2 23-Oct-2007  ad Sync with head.
 1.19.10.1 10-Apr-2007  ad Sync with head.
 1.19.6.1 15-Apr-2007  yamt sync with head.
 1.20.18.1 25-Oct-2007  bouyer Sync with HEAD.
 1.20.16.1 18-Oct-2007  yamt sync with head.
 1.20.14.3 23-Mar-2008  matt sync with HEAD
 1.20.14.2 09-Jan-2008  matt sync with HEAD
 1.20.14.1 06-Nov-2007  matt sync with HEAD
 1.20.12.2 09-Dec-2007  jmcneill Sync with HEAD.
 1.20.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.20.4.4 11-Jun-2007  nisimura - __HAVE_PCIIDE_MACHDEP_COMPAT_INTR_ESTABLISH.
- add pciide_machdep.c for compatibility mode IDE controller.
 1.20.4.3 23-May-2007  nisimura - make majors.sandpoint sync'ed with majors.evbppc, hoping the
userland is more-or-less NetBSD/macppc alike.
- have files.sandpoint some more.
 1.20.4.2 07-May-2007  garbled Adapt sandpoint to the changes made to the shared powerpc isa_machdep stuff.
 1.20.4.1 04-May-2007  nisimura NetBSD/sandpoint steps forward to ppcoea-renovation.
- have std.sandpoint options PIC_OPENPIC and PIC_I8259.
- arrange files.sandpoint to use common powerpc files.
- add USB device inclusion.
 1.21.2.2 27-Dec-2007  mjf Sync with HEAD.
 1.21.2.1 08-Dec-2007  mjf Sync with HEAD.
 1.22.6.1 13-Dec-2007  bouyer Sync with HEAD
 1.22.4.1 11-Dec-2007  yamt sync with head.
 1.22.2.1 26-Dec-2007  ad Sync with head.
 1.24.6.1 02-Jun-2008  mjf Sync with HEAD.
 1.25.26.2 05-Mar-2011  rmind sync with head
 1.25.26.1 30-May-2010  rmind sync with head
 1.25.24.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.25.4.1 11-Aug-2010  yamt sync with head.
 1.27.4.1 05-Mar-2011  bouyer Sync with HEAD
 1.27.2.1 06-Jun-2011  jruoho Sync with HEAD.
 1.29.8.1 18-Feb-2012  mrg merge to -current.
 1.29.4.1 17-Apr-2012  yamt sync with head
 1.31.62.1 21-Mar-2021  thorpej eumb does not need to carry the "mainbus" interface attribute.
 1.21 11-Dec-2007  nisimura - switch to use majors.powerpc.
 1.20 17-Oct-2007  garbled branches: 1.20.2; 1.20.4; 1.20.6; 1.20.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.19 09-Jan-2007  cube branches: 1.19.6; 1.19.14; 1.19.22; 1.19.24; 1.19.26; 1.19.28;
Remove traces of scd(4), which apparently never actually had a driver in
the tree.
 1.18 24-Nov-2006  wiz s/independant/independent/, from Zafer.
 1.17 11-Dec-2005  christos branches: 1.17.20; 1.17.22;
merge ktrace-lwp.
 1.16 17-Sep-2005  yamt make VMSWAP optional again.
 1.15 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.14 30-Jul-2005  yamt defflag VMSWAP.
 1.13 10-May-2005  jdolecek branches: 1.13.2;
assign major for nsmb(4)
 1.12 10-Dec-2003  jmc Change reference at bottom from sys/dev/majors to sys/conf/majors to match
reality
 1.11 24-Oct-2003  jdolecek add major for 'ses' for archs which have the other scsi devices
 1.10 22-Oct-2003  jdolecek add wsfont major to archs which have the other wscons 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.sandpoint was initially added on branch gehenna-devsw.
 1.1.2.3 15-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.sandpoint was added on branch nathanw_sa on 2002-09-17 21:17:14 +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.sandpoint was added on branch kqueue on 2002-10-10 18:35:30 +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.13.2.5 21-Jan-2008  yamt sync with head
 1.13.2.4 27-Oct-2007  yamt sync with head.
 1.13.2.3 26-Feb-2007  yamt sync with head.
 1.13.2.2 30-Dec-2006  yamt sync with head.
 1.13.2.1 21-Jun-2006  yamt sync with head.
 1.17.22.1 10-Dec-2006  yamt sync with head.
 1.17.20.1 12-Jan-2007  ad Sync with head.
 1.19.28.1 25-Oct-2007  bouyer Sync with HEAD.
 1.19.26.1 18-Oct-2007  yamt sync with head.
 1.19.24.2 23-Mar-2008  matt sync with HEAD
 1.19.24.1 06-Nov-2007  matt sync with HEAD
 1.19.22.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.19.14.1 23-May-2007  nisimura - make majors.sandpoint sync'ed with majors.evbppc, hoping the
userland is more-or-less NetBSD/macppc alike.
- have files.sandpoint some more.
 1.19.6.1 23-Oct-2007  ad Sync with head.
 1.20.8.1 13-Dec-2007  bouyer Sync with HEAD
 1.20.6.1 11-Dec-2007  yamt sync with head.
 1.20.4.1 26-Dec-2007  ad Sync with head.
 1.20.2.1 27-Dec-2007  mjf Sync with HEAD.
 1.14 19-Aug-2009  nisimura - use options PIC_MPCSOC to replace PIC_OPENPIC.
 1.13 27-Oct-2007  nisimura branches: 1.13.20;
stop to generate SREC kernel image. netboot is now considered a
standard path to boot off. DINK32 and ppcboot can handle it as a
staging bootloader.
 1.12 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.11 11-Dec-2005  christos branches: 1.11.30; 1.11.38; 1.11.48; 1.11.50; 1.11.52; 1.11.54;
merge ktrace-lwp.
 1.10 17-Sep-2005  yamt include "conf/std".
 1.9 12-Aug-2003  matt branches: 1.9.16;
Remove SPILLSTK leftovers.
 1.8 03-Feb-2003  matt branches: 1.8.2;
Rename PPC_MPC6XX to PPC_OEA (and any mpc6xx reference to oea).
 1.7 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.6 25-Apr-2002  briggs Add makeoptions PPCDIR.
 1.5 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.4 27-Aug-2001  briggs branches: 1.4.6;
text address is 0x90000, not 0x9000.
 1.3 26-Aug-2001  matt Make all powerpc ports use a common Makefile.powerpc (except walnut)
Enforce -Wmissing-prototypes -Wstrict-prototypes for all ppc ports.
Split out macppc cpu support and make common to mpc6xx ports. Make
other mpc6xx ports use it. Add evcnts for mpc6xx traps.
 1.2 10-Jun-2001  briggs branches: 1.2.2;
Adapt to new PowerPC pmap.
Use more common PowerPC code including bus_dma and unified bus_space.
 1.1 04-Feb-2001  briggs branches: 1.1.2; 1.1.4;
Support for the Motorola Sandpoint reference platform using the
MPC8240 processor module. See the README for more information.
 1.1.4.1 21-Jun-2001  nathanw Catch up to -current.
 1.1.2.2 11-Feb-2001  bouyer Sync with HEAD.
 1.1.2.1 04-Feb-2001  bouyer file std.sandpoint was added on branch thorpej_scsipi on 2001-02-11 19:11:41 +0000
 1.2.2.3 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.2.2.2 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.1 13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.4.6.3 20-Jun-2002  nathanw Catch up to -current.
 1.4.6.2 08-Jan-2002  nathanw Catch up to -current.
 1.4.6.1 27-Aug-2001  nathanw file std.sandpoint was added on branch nathanw_sa on 2002-01-08 00:27:22 +0000
 1.8.2.4 10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.8.2.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.8.2.2 18-Sep-2004  skrll Sync with HEAD.
 1.8.2.1 03-Aug-2004  skrll Sync with HEAD
 1.9.16.3 15-Nov-2007  yamt sync with head.
 1.9.16.2 27-Oct-2007  yamt sync with head.
 1.9.16.1 21-Jun-2006  yamt sync with head.
 1.11.54.2 13-Nov-2007  bouyer Sync with HEAD
 1.11.54.1 25-Oct-2007  bouyer Sync with HEAD.
 1.11.52.1 18-Oct-2007  yamt sync with head.
 1.11.50.1 06-Nov-2007  matt sync with HEAD
 1.11.48.2 28-Oct-2007  joerg Sync with HEAD.
 1.11.48.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.38.1 04-May-2007  nisimura NetBSD/sandpoint steps forward to ppcoea-renovation.
- have std.sandpoint options PIC_OPENPIC and PIC_I8259.
- arrange files.sandpoint to use common powerpc files.
- add USB device inclusion.
 1.11.30.2 03-Dec-2007  ad Sync with HEAD.
 1.11.30.1 23-Oct-2007  ad Sync with head.
 1.13.20.1 19-Aug-2009  yamt sync with head.

RSS XML Feed