Home | History | Annotate | only in /src/sys/arch/rs6000
History log of /src/sys/arch/rs6000
RevisionDateAuthorComments
 1.2 25-Oct-2008  apb Use ${TOOL_SED} instead if plain sed in Makefiles.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.18; 1.1.24;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.24.1 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.1.18.1 04-May-2009  yamt sync with head.
 1.1.14.1 17-Jan-2009  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file Makefile was added on branch yamt-lazymbuf on 2008-01-21 09:38:33 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file Makefile was added on branch matt-armv6 on 2008-01-09 01:48:00 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file Makefile was added on branch bouyer-xeni386 on 2008-01-02 21:49:18 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file Makefile was added on branch mjf-devfs on 2007-12-17 19:09:02 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file Makefile was added on branch yamt-lazymbuf on 2008-01-21 09:38:34 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file Makefile was added on branch matt-armv6 on 2008-01-09 01:48:01 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file Makefile was added on branch bouyer-xeni386 on 2008-01-02 21:49:19 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file Makefile was added on branch mjf-devfs on 2007-12-17 19:09:03 +0000
 1.50 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.49 09-Feb-2023  abs Adjust _all_ cinclude of *.local files

- Ensure always at end
- Use tab rather than spaces
- Add consistent comment
"Pull in optional local configuration - always at end"

The only functional change is that a local file which tried to
override an existing setting (eg with "no foo") would have failed
in some cases before, but now will work
 1.48 09-Feb-2023  abs Ensure GENERIC.local is always at the end of GENERIC

Where a GENERIC config had an existing inclusion of GENERIC.local,
ensure it is always at the end of the file, with a consistent
comment:

# Pull in optional local configuration
cinclude "arch/landisk/conf/GENERIC.local"

This allows GENERIC.local to correctly override all options

(This pass does not affect any GENERIC which did not already have
an include of GENERIC.local)
 1.47 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.46 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.45 21-Jan-2021  nia add a commented out compat_ossaudio wherever there's compat_linux

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

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.43 01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.42 19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.41 26-Apr-2019  sevan branches: 1.41.4;
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.40 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.39 23-Jan-2018  sevan branches: 1.39.2; 1.39.4;
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.38 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.37 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.36 29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.35 19-Feb-2017  rin branches: 1.35.6;
PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.34 08-Aug-2015  maxv branches: 1.34.2; 1.34.4;
Remove KMEMSTATS.
 1.33 16-Nov-2014  manu branches: 1.33.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.32 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.31 11-Oct-2014  uebayasi Comment out wscons related options.
 1.30 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.29 16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.28 30-Jun-2013  rmind branches: 1.28.6;
G/C PFIL_HOOKS from the kernel configs.
 1.27 05-Jun-2013  christos branches: 1.27.2;
remove obsolete networking options
 1.26 27-Apr-2013  christos more bogus number removal
 1.25 27-Apr-2013  christos the bogus number police
 1.24 27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.23 02-Mar-2013  christos Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.
 1.22 17-Oct-2012  apb Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.21 17-Aug-2012  abs branches: 1.21.2;
Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

Some of the INSTALL configs for larger memory machines are probably suitable
for adding WSDISPLAY_COMPAT_USL.

Now wsconscfg(8) should be able to switch VTs when expected.

Implemented after no objection from tech-kern to the following:

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?
 1.20 10-Mar-2012  joerg P1003_1B_SEMAPHORE is no longer optional.
 1.19 18-Dec-2011  dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.18 22-Nov-2011  tls branches: 1.18.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.17 30-Jun-2011  wiz branches: 1.17.2;
dependant -> dependent
 1.16 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.15 23-Nov-2010  hannken branches: 1.15.2; 1.15.4;
Remove unused count from pseudo-device md.
 1.14 08-May-2010  mrg enable IPFILTER_COMPAT in all kernels that have ipfilter already.
canonicalise several of the ipf option segments in various files
(this mostly means adding commented out IPFILTER_DEFAULT_BLOCK,
or adding commented or uncommented IPFILTER_LOG or IPFILTER_LOOKUP
option statements.)

i built about 20 of these kernels to check, but not all of them.
 1.13 29-Apr-2010  chs enable TMPFS in all GENERICs that have MFS enabled.
 1.12 16-Apr-2010  pooka Remove unused count (invariably "4") from pseudo-device fss.
 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 06-Mar-2009  joerg Remove SHMMAXPGS from all kernel configs. Dynamically compute the
initial limit as 1/4 of the physical memory. Ensure the limit is at
least 1024 pages, the old default on most platforms.
 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 12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.6 10-Aug-2008  tls branches: 1.6.2;
Add accept filters to GENERIC kernels where they exist.
 1.5 31-Jul-2008  simonb Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.4 30-May-2008  tsutsui branches: 1.4.4;
Add options COMPAT_40 to files which have options COMPAT_30.
 1.3 29-Feb-2008  jmmv branches: 1.3.2; 1.3.4; 1.3.6;
Remove GENERIC.local from the repository

Make all the kernels that currently include their corresponding GENERIC.local
file use the cinclude directive instead of include. This way config(1) will
not complain if the file cannot be found.

After doing this, remove the GENERIC.local files from the repository so that
the user will not see modified files during updates, and local changes to
them cannot end up in the repository by mistake.

Discussed in tech-kern@ earlier this month. No strong objections.
 1.2 31-Dec-2007  ad branches: 1.2.2; 1.2.4; 1.2.6; 1.2.8; 1.2.12;
Remove systrace. Ok core@.
 1.1 17-Dec-2007  garbled branches: 1.1.2;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.2 18-Feb-2008  mjf Sync with HEAD.
 1.1.2.1 17-Dec-2007  mjf file GENERIC was added on branch mjf-devfs on 2008-02-18 21:04:59 +0000
 1.2.12.4 17-Jan-2009  mjf Sync with HEAD.
 1.2.12.3 28-Sep-2008  mjf Sync with HEAD.
 1.2.12.2 02-Jun-2008  mjf Sync with HEAD.
 1.2.12.1 03-Apr-2008  mjf Sync with HEAD.
 1.2.8.1 24-Mar-2008  keiichi sync with head.
 1.2.6.3 17-Mar-2008  yamt sync with head.
 1.2.6.2 21-Jan-2008  yamt sync with head
 1.2.6.1 31-Dec-2007  yamt file GENERIC was added on branch yamt-lazymbuf on 2008-01-21 09:38:35 +0000
 1.2.4.3 23-Mar-2008  matt sync with HEAD
 1.2.4.2 09-Jan-2008  matt sync with HEAD
 1.2.4.1 31-Dec-2007  matt file GENERIC was added on branch matt-armv6 on 2008-01-09 01:48:01 +0000
 1.2.2.2 02-Jan-2008  bouyer Sync with HEAD
 1.2.2.1 31-Dec-2007  bouyer file GENERIC was added on branch bouyer-xeni386 on 2008-01-02 21:49:20 +0000
 1.3.6.2 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.3.6.1 23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.3.4.3 11-Aug-2010  yamt sync with head.
 1.3.4.2 11-Mar-2010  yamt sync with head
 1.3.4.1 04-May-2009  yamt sync with head.
 1.3.2.1 04-Jun-2008  yamt sync with head
 1.4.4.2 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.4.4.1 19-Oct-2008  haad Sync with HEAD.
 1.6.2.3 28-Apr-2009  skrll Sync with HEAD.
 1.6.2.2 03-Mar-2009  skrll Sync with HEAD.
 1.6.2.1 19-Jan-2009  skrll Sync with HEAD.
 1.9.2.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.11.4.3 21-Apr-2011  rmind sync with head
 1.11.4.2 05-Mar-2011  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 30-Apr-2010  uebayasi Sync with HEAD.
 1.15.4.1 08-Feb-2011  bouyer Add QUOTA2 where QUOTA is enabled (and QUOTA2 commented out where QUOTA
is commented out)
 1.15.2.1 06-Jun-2011  jruoho Sync with HEAD.
 1.17.2.3 22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.17.2.2 30-Oct-2012  yamt sync with head
 1.17.2.1 17-Apr-2012  yamt sync with head
 1.18.2.2 11-Mar-2012  mrg sync to latest -current
 1.18.2.1 18-Feb-2012  mrg merge to -current.
 1.21.2.4 03-Dec-2017  jdolecek update from HEAD
 1.21.2.3 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.21.2.2 23-Jun-2013  tls resync from head
 1.21.2.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.27.2.1 28-Aug-2013  rmind sync with head
 1.28.6.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.28.6.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.33.2.2 28-Aug-2017  skrll Sync with HEAD
 1.33.2.1 22-Sep-2015  skrll Sync with HEAD
 1.34.4.1 21-Apr-2017  bouyer Sync with HEAD
 1.34.2.1 20-Mar-2017  pgoyette Sync with HEAD
 1.35.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.39.4.2 08-Apr-2020  martin Merge changes from current as of 20200406
 1.39.4.1 10-Jun-2019  christos Sync with HEAD
 1.39.2.1 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.41.4.1 25-Jan-2020  ad Sync with head.
 1.44.2.1 03-Apr-2021  thorpej Sync with HEAD.
 1.2 29-Feb-2008  jmmv Remove GENERIC.local from the repository

Make all the kernels that currently include their corresponding GENERIC.local
file use the cinclude directive instead of include. This way config(1) will
not complain if the file cannot be found.

After doing this, remove the GENERIC.local files from the repository so that
the user will not see modified files during updates, and local changes to
them cannot end up in the repository by mistake.

Discussed in tech-kern@ earlier this month. No strong objections.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.10; 1.1.14;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.14.1 03-Apr-2008  mjf Sync with HEAD.
 1.1.10.1 24-Mar-2008  keiichi sync with head.
 1.1.8.3 17-Mar-2008  yamt sync with head.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file GENERIC.local was added on branch yamt-lazymbuf on 2008-01-21 09:38:35 +0000
 1.1.6.3 23-Mar-2008  matt sync with HEAD
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file GENERIC.local was added on branch matt-armv6 on 2008-01-09 01:48:02 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file GENERIC.local was added on branch bouyer-xeni386 on 2008-01-02 21:49:20 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file GENERIC.local was added on branch mjf-devfs on 2007-12-17 19:09:04 +0000
 1.3 06-Feb-2019  mrg bump image size by 1/8th of an MB.
 1.2 08-Aug-2014  joerg branches: 1.2.28;
Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.
 1.1 30-Apr-2009  tsutsui branches: 1.1.2; 1.1.4; 1.1.26; 1.1.40;
Add necessary files for build.sh -m rs6000 release.
Based on PR port-powerpc/40421 from Wojciech Galazka,
with misc tweaks by me.

Note sysinst part is not pulled because there is
no supported storage device yet on this port.
 1.1.40.1 10-Aug-2014  tls Rebase.
 1.1.26.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.4.2 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.1.4.1 30-Apr-2009  jym file INSTALL was added on branch jym-xensuspend on 2009-05-13 17:18:16 +0000
 1.1.2.2 04-May-2009  yamt sync with head.
 1.1.2.1 30-Apr-2009  yamt file INSTALL was added on branch yamt-nfs-mp on 2009-05-04 08:11:46 +0000
 1.2.28.1 10-Jun-2019  christos Sync with HEAD
 1.2 20-Feb-2008  drochner Since files.wscons et al. are included by ~all ports anyway, include
them in the mi "files" file, and remove include statements from md files.
These shouldn't pull in additional kernel code when not in use, so it
shouldn't do any harm except a risk of namespace collisions which
should be easy to fix.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.3 27-Feb-2008  yamt sync with head.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file files.rs6000 was added on branch yamt-lazymbuf on 2008-01-21 09:38:36 +0000
 1.1.6.3 23-Mar-2008  matt sync with HEAD
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file files.rs6000 was added on branch matt-armv6 on 2008-01-09 01:48:02 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file files.rs6000 was added on branch bouyer-xeni386 on 2008-01-02 21:49:21 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file files.rs6000 was added on branch mjf-devfs on 2007-12-17 19:09:05 +0000
 1.2 06-Feb-2008  garbled Forgot to add PPC_OEA601 here
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.3 11-Feb-2008  yamt sync with head.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file std.rs6000 was added on branch yamt-lazymbuf on 2008-01-21 09:38:36 +0000
 1.1.6.3 23-Mar-2008  matt sync with HEAD
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file std.rs6000 was added on branch matt-armv6 on 2008-01-09 01:48:02 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file std.rs6000 was added on branch bouyer-xeni386 on 2008-01-02 21:49:21 +0000
 1.1.2.2 18-Feb-2008  mjf Sync with HEAD.
 1.1.2.1 17-Dec-2007  mjf file std.rs6000 was added on branch mjf-devfs on 2008-02-18 21:04:59 +0000
 1.4 21-Dec-2015  christos Add mips fenv.h (From FreeBSD)
 1.3 23-Jul-2014  alnsn branches: 1.3.4;
Rename sljitarch.h to sljit_machdep.h.
 1.2 17-Nov-2013  alnsn branches: 1.2.2;
Enable sljit and bpfjit on powerpc.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.52; 1.1.62; 1.1.68;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.68.1 18-May-2014  rmind sync with head
 1.1.62.2 03-Dec-2017  jdolecek update from HEAD
 1.1.62.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.52.1 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.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file Makefile was added on branch yamt-lazymbuf on 2008-01-21 09:38:36 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file Makefile was added on branch matt-armv6 on 2008-01-09 01:48:03 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file Makefile was added on branch bouyer-xeni386 on 2008-01-02 21:49:22 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file Makefile was added on branch mjf-devfs on 2007-12-17 19:09:06 +0000
 1.2.2.1 10-Aug-2014  tls Rebase.
 1.3.4.1 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ansi.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:36 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ansi.h was added on branch matt-armv6 on 2008-01-09 01:48:03 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ansi.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:22 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ansi.h was added on branch mjf-devfs on 2007-12-17 19:09:06 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file aout_machdep.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:37 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file aout_machdep.h was added on branch matt-armv6 on 2008-01-09 01:48:03 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file aout_machdep.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:23 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file aout_machdep.h was added on branch mjf-devfs on 2007-12-17 19:09:07 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file asm.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:37 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file asm.h was added on branch matt-armv6 on 2008-01-09 01:48:04 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file asm.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:24 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file asm.h was added on branch mjf-devfs on 2007-12-17 19:09:07 +0000
 1.2 05-Jun-2011  matt Remove <machine/atomic.h>; use <sys/atomic.h> instead.
Add <powerpc/cpuset.h> (for mpc85xx pmap).
Add some initial MP code for mpc85xx
Rework ipi code to be common across all ppcs
Change PPC to keep curlwp in %r13 while in the kernel.
Move astpending from cpu_info to mdlwp
Improve cpu_need_resched to be more MP friendly.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.40; 1.1.46; 1.1.50;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.50.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.1.46.1 06-Jun-2011  jruoho Sync with HEAD.
 1.1.40.1 12-Jun-2011  rmind sync with head
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file atomic.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:37 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file atomic.h was added on branch matt-armv6 on 2008-01-09 01:48:04 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file atomic.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:24 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file atomic.h was added on branch mjf-devfs on 2007-12-17 19:09:08 +0000
 1.3 05-Mar-2024  thorpej Move the at-shutdown call to resettodr() from cpu_reboot() to kern_reboot().

It's a small step, but it's a step.
 1.2 30-Jun-2011  matt Modify mapiodev to take a third argument indicating whether the space
should be prefetchable (true) or not (false).
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file autoconf.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:37 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file autoconf.h was added on branch matt-armv6 on 2008-01-09 01:48:04 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file autoconf.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:24 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file autoconf.h was added on branch mjf-devfs on 2007-12-17 19:09:09 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file bootinfo.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:38 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file bootinfo.h was added on branch matt-armv6 on 2008-01-09 01:48:05 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file bootinfo.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:25 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file bootinfo.h was added on branch mjf-devfs on 2007-12-17 19:09:09 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file bswap.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:38 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file bswap.h was added on branch matt-armv6 on 2008-01-09 01:48:05 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file bswap.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:25 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file bswap.h was added on branch mjf-devfs on 2007-12-17 19:09:10 +0000
 1.3 18-Jul-2011  dyoung Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file bus.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:38 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file bus.h was added on branch matt-armv6 on 2008-01-09 01:48:05 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file bus.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:26 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file bus.h was added on branch mjf-devfs on 2007-12-17 19:09:10 +0000
 1.1 18-Jul-2011  dyoung Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.1 18-Jul-2011  dyoung Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file cdefs.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:39 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file cdefs.h was added on branch matt-armv6 on 2008-01-09 01:48:06 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file cdefs.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:26 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file cdefs.h was added on branch mjf-devfs on 2007-12-17 19:09:11 +0000
 1.2 20-Jun-2011  matt Don't expose port-specific if _MODULE is defined.
Don't _MACHINE_CPU_H_, _<PORT>_CPU_H_
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.50;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.50.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file cpu.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:39 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file cpu.h was added on branch matt-armv6 on 2008-01-09 01:48:06 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file cpu.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:27 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file cpu.h was added on branch mjf-devfs on 2007-12-17 19:09:11 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file cpu_counter.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:39 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file cpu_counter.h was added on branch matt-armv6 on 2008-01-09 01:48:06 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file cpu_counter.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:27 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file cpu_counter.h was added on branch mjf-devfs on 2007-12-17 19:09:12 +0000
 1.2 26-Apr-2011  joerg Remove Darwin, MACH and Mach-O support.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.40; 1.1.46;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.46.1 06-Jun-2011  jruoho Sync with HEAD.
 1.1.40.1 31-May-2011  rmind sync with head
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file darwin_machdep.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:39 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file darwin_machdep.h was added on branch matt-armv6 on 2008-01-09 01:48:07 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file darwin_machdep.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:27 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file darwin_machdep.h was added on branch mjf-devfs on 2007-12-17 19:09:13 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file db_machdep.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:40 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file db_machdep.h was added on branch matt-armv6 on 2008-01-09 01:48:07 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file db_machdep.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:28 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file db_machdep.h was added on branch mjf-devfs on 2007-12-17 19:09:13 +0000
 1.4 16-May-2013  christos Complete the dosparts -> mbrparts conversion. Only x86k new uses dosparts
because it also uses struct dos_partition.
 1.3 30-Aug-2011  bouyer branches: 1.3.2; 1.3.12;
Add getlabelusesmbr(), as proposed in
http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html
This is used by disk tools such as disklabel(8) to dynamically decide is
the undelyling platform uses a disklabel-in-mbr-partition or not
(instead of using a compile-time list of ports).
getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the
machdep #define LABELUSESMBR.
For evbmips, make LABELUSESMBR 1 if the platform uses pmon
as bootloader, and 0 (the previous value) otherwise.
 1.2 23-Nov-2009  pooka If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD.
This allows use of subr_disk_mbr on all archs. Default to it for
the rump disk component. No functional change for regular kernels.
(The other option would've been to include dkbad in disklabels
everywhere, but arguably this approach has less possible side-effects,
especially given that wedges and related magic will take over the
world any second now).
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 11-Mar-2010  yamt sync with head
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file disklabel.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:40 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file disklabel.h was added on branch matt-armv6 on 2008-01-09 01:48:07 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file disklabel.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:28 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file disklabel.h was added on branch mjf-devfs on 2007-12-17 19:09:14 +0000
 1.3.12.1 23-Jun-2013  tls resync from head
 1.3.2.1 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.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file elf_machdep.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:40 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file elf_machdep.h was added on branch matt-armv6 on 2008-01-09 01:48:07 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file elf_machdep.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:29 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file elf_machdep.h was added on branch mjf-devfs on 2007-12-17 19:09:14 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file endian.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:40 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file endian.h was added on branch matt-armv6 on 2008-01-09 01:48:08 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file endian.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:29 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file endian.h was added on branch mjf-devfs on 2007-12-17 19:09:15 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file endian_machdep.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:41 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file endian_machdep.h was added on branch matt-armv6 on 2008-01-09 01:48:08 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file endian_machdep.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:30 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file endian_machdep.h was added on branch mjf-devfs on 2007-12-17 19:09:15 +0000
 1.1 20-Dec-2015  christos branches: 1.1.2; 1.1.18;
new powerpc fenv.h
 1.1.18.2 03-Dec-2017  jdolecek update from HEAD
 1.1.18.1 20-Dec-2015  jdolecek file fenv.h was added on branch tls-maxphys on 2017-12-03 11:36:39 +0000
 1.1.2.2 27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.1.2.1 20-Dec-2015  skrll file fenv.h was added on branch nick-nhusb on 2015-12-27 12:09:41 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file float.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:41 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file float.h was added on branch matt-armv6 on 2008-01-09 01:48:08 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file float.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:30 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file float.h was added on branch mjf-devfs on 2007-12-17 19:09:16 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file fpu.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:41 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file fpu.h was added on branch matt-armv6 on 2008-01-09 01:48:09 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file fpu.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:30 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file fpu.h was added on branch mjf-devfs on 2007-12-17 19:09:16 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file frame.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:41 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file frame.h was added on branch matt-armv6 on 2008-01-09 01:48:09 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file frame.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:31 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file frame.h was added on branch mjf-devfs on 2007-12-17 19:09:17 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ieee.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:42 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ieee.h was added on branch matt-armv6 on 2008-01-09 01:48:09 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ieee.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:31 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ieee.h was added on branch mjf-devfs on 2007-12-17 19:09:17 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ieeefp.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:42 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ieeefp.h was added on branch matt-armv6 on 2008-01-09 01:48:10 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ieeefp.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:32 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ieeefp.h was added on branch mjf-devfs on 2007-12-17 19:09:18 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file int_const.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:42 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file int_const.h was added on branch matt-armv6 on 2008-01-09 01:48:10 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file int_const.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:32 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file int_const.h was added on branch mjf-devfs on 2007-12-17 19:09:18 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file int_fmtio.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:43 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file int_fmtio.h was added on branch matt-armv6 on 2008-01-09 01:48:10 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file int_fmtio.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:33 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file int_fmtio.h was added on branch mjf-devfs on 2007-12-17 19:09:19 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file int_limits.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:43 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file int_limits.h was added on branch matt-armv6 on 2008-01-09 01:48:11 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file int_limits.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:33 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file int_limits.h was added on branch mjf-devfs on 2007-12-17 19:09:19 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file int_mwgwtypes.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:43 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file int_mwgwtypes.h was added on branch matt-armv6 on 2008-01-09 01:48:11 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file int_mwgwtypes.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:33 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file int_mwgwtypes.h was added on branch mjf-devfs on 2007-12-17 19:09:20 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file int_types.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:43 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file int_types.h was added on branch matt-armv6 on 2008-01-09 01:48:11 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file int_types.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:34 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file int_types.h was added on branch mjf-devfs on 2007-12-17 19:09:20 +0000
 1.5 17-Jun-2011  matt intr.h must not include cpu due to deadly embrace with SOFTINT_COUNT.
Cleanup intr.h so MD definitions can overload common definitions.
Rototill pic/intr.c. Virtual IRQs can now be reclaimed. separate virq
from hwirq from picirq. Redo intr mask calculations.
tested on pmppc and macppc (MP).
 1.4 13-Nov-2010  uebayasi branches: 1.4.6;
sys/device.h is not suitable for such low-level definitions.
 1.3 25-Apr-2010  kiyohara Fix forgot to commit.
Support 64-bit imask for powerpc/pic.
 1.2 28-Apr-2008  martin branches: 1.2.20; 1.2.22;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.2 11-Aug-2010  yamt sync with head.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file intr.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:44 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file intr.h was added on branch matt-armv6 on 2008-01-09 01:48:11 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file intr.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:34 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file intr.h was added on branch mjf-devfs on 2007-12-17 19:09:21 +0000
 1.2.22.2 05-Mar-2011  rmind sync with head
 1.2.22.1 30-May-2010  rmind sync with head
 1.2.20.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.4.6.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file iocc.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:44 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file iocc.h was added on branch matt-armv6 on 2008-01-09 01:48:12 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file iocc.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:35 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file iocc.h was added on branch mjf-devfs on 2007-12-17 19:09:21 +0000
 1.2 15-Jul-2018  maxv Retire ipkdb entirely. The option was removed from the config files
yesterday.

ok kamil christos
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.104; 1.1.106;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.106.1 10-Jun-2019  christos Sync with HEAD
 1.1.104.1 28-Jul-2018  pgoyette Sync with HEAD
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ipkdb.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:44 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ipkdb.h was added on branch matt-armv6 on 2008-01-09 01:48:12 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ipkdb.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:35 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ipkdb.h was added on branch mjf-devfs on 2007-12-17 19:09:22 +0000
 1.3 24-Feb-2025  andvar s/architecure/architecture/ and few other typos in comments.
 1.2 11-Jul-2015  kamil branches: 1.2.54;
Improve spelling: regsiter -> register

This change is non-functional.

Approved by <riastradh>, <pgoyette>
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.62; 1.1.82;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.82.1 22-Sep-2015  skrll Sync with HEAD
 1.1.62.1 03-Dec-2017  jdolecek update from HEAD
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file iplcb.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:45 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file iplcb.h was added on branch matt-armv6 on 2008-01-09 01:48:12 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file iplcb.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:36 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file iplcb.h was added on branch mjf-devfs on 2007-12-17 19:09:22 +0000
 1.2.54.1 02-Aug-2025  perseant Sync with HEAD
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file kcore.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:45 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file kcore.h was added on branch matt-armv6 on 2008-01-09 01:48:13 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file kcore.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:36 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file kcore.h was added on branch mjf-devfs on 2007-12-17 19:09:23 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file kgdb.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:45 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file kgdb.h was added on branch matt-armv6 on 2008-01-09 01:48:13 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file kgdb.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:37 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file kgdb.h was added on branch mjf-devfs on 2007-12-17 19:09:23 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file limits.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:45 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file limits.h was added on branch matt-armv6 on 2008-01-09 01:48:13 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file limits.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:37 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file limits.h was added on branch mjf-devfs on 2007-12-17 19:09:24 +0000
 1.3 06-Aug-2014  joerg Consistently define WARN in a way that passes format string checks, i.e.
always uses the same number of arguments as given in the format string.
 1.2 28-Apr-2008  martin branches: 1.2.44; 1.2.60;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file loadfile_machdep.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:46 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file loadfile_machdep.h was added on branch matt-armv6 on 2008-01-09 01:48:14 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file loadfile_machdep.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:37 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file loadfile_machdep.h was added on branch mjf-devfs on 2007-12-17 19:09:24 +0000
 1.2.60.1 10-Aug-2014  tls Rebase.
 1.2.44.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file lock.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:46 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file lock.h was added on branch matt-armv6 on 2008-01-09 01:48:14 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file lock.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:38 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file lock.h was added on branch mjf-devfs on 2007-12-17 19:09:25 +0000
 1.1 30-Nov-2024  christos branches: 1.1.4;
Create a new header lwp_private.h to contain _lwp_getprivate_fast,
_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:
1. we don't need special hacks to hide them
2. we can include <lwp.h> where needed to get the necessary prototypes
without redefining them locally.
 1.1.4.2 02-Aug-2025  perseant Sync with HEAD
 1.1.4.1 30-Nov-2024  perseant file lwp_private.h was added on branch perseant-exfatfs on 2025-08-02 05:56:06 +0000
 1.2 26-Apr-2011  joerg Remove Darwin, MACH and Mach-O support.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.40; 1.1.46;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.46.1 06-Jun-2011  jruoho Sync with HEAD.
 1.1.40.1 31-May-2011  rmind sync with head
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file macho_machdep.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:47 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file macho_machdep.h was added on branch matt-armv6 on 2008-01-09 01:48:14 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file macho_machdep.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:39 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file macho_machdep.h was added on branch mjf-devfs on 2007-12-17 19:09:25 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file math.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:47 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file math.h was added on branch matt-armv6 on 2008-01-09 01:48:14 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file math.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:40 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file math.h was added on branch mjf-devfs on 2007-12-17 19:09:26 +0000
 1.3 18-Jul-2011  dyoung Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.2 18-Jun-2011  matt struct device * -> device_t
struct cfdata * -> cfdata_t
use device accessors, use device_private.
some softc/device_t splits (macppc needs a bunch more)
aprint*_dev used considerably more
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.50;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.50.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file mca_machdep.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:47 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file mca_machdep.h was added on branch matt-armv6 on 2008-01-09 01:48:15 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file mca_machdep.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:40 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file mca_machdep.h was added on branch mjf-devfs on 2007-12-17 19:09:27 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file mcontext.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:47 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file mcontext.h was added on branch matt-armv6 on 2008-01-09 01:48:15 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file mcontext.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:41 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file mcontext.h was added on branch mjf-devfs on 2007-12-17 19:09:27 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file mutex.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:48 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file mutex.h was added on branch matt-armv6 on 2008-01-09 01:48:15 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file mutex.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:41 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file mutex.h was added on branch mjf-devfs on 2007-12-17 19:09:28 +0000
 1.3 13-Nov-2014  snj fix tyop
 1.2 20-Jun-2011  matt branches: 1.2.12;
Cleanup powerpc param.h. If compiling a MODULE, ignore port-specific stuff.
Only include <machine/cpu.h> in <powerpc/param.h> at the end.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.50;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.50.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file param.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:48 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file param.h was added on branch matt-armv6 on 2008-01-09 01:48:16 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file param.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:42 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file param.h was added on branch mjf-devfs on 2007-12-17 19:09:28 +0000
 1.2.12.1 03-Dec-2017  jdolecek update from HEAD
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file pcb.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:48 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file pcb.h was added on branch matt-armv6 on 2008-01-09 01:48:16 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file pcb.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:42 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file pcb.h was added on branch mjf-devfs on 2007-12-17 19:09:29 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file pio.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:49 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file pio.h was added on branch matt-armv6 on 2008-01-09 01:48:16 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file pio.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:42 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file pio.h was added on branch mjf-devfs on 2007-12-17 19:09:29 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file pmap.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:49 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file pmap.h was added on branch matt-armv6 on 2008-01-09 01:48:17 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file pmap.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:43 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file pmap.h was added on branch mjf-devfs on 2007-12-17 19:09:30 +0000
 1.2 12-Jul-2018  maxv Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.104; 1.1.106;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.106.1 10-Jun-2019  christos Sync with HEAD
 1.1.104.1 28-Jul-2018  pgoyette Sync with HEAD
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file pmc.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:49 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file pmc.h was added on branch matt-armv6 on 2008-01-09 01:48:17 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file pmc.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:43 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file pmc.h was added on branch mjf-devfs on 2007-12-17 19:09:30 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file powerpc.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:49 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file powerpc.h was added on branch matt-armv6 on 2008-01-09 01:48:17 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file powerpc.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:43 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file powerpc.h was added on branch mjf-devfs on 2007-12-17 19:09:31 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file proc.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:50 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file proc.h was added on branch matt-armv6 on 2008-01-09 01:48:18 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file proc.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:44 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file proc.h was added on branch mjf-devfs on 2007-12-17 19:09:31 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file profile.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:50 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file profile.h was added on branch matt-armv6 on 2008-01-09 01:48:18 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file profile.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:44 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file profile.h was added on branch mjf-devfs on 2007-12-17 19:09:32 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file psl.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:50 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file psl.h was added on branch matt-armv6 on 2008-01-09 01:48:19 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file psl.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:45 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file psl.h was added on branch mjf-devfs on 2007-12-17 19:09:32 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file pte.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:51 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file pte.h was added on branch matt-armv6 on 2008-01-09 01:48:19 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file pte.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:45 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file pte.h was added on branch mjf-devfs on 2007-12-17 19:09:33 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ptrace.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:51 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ptrace.h was added on branch matt-armv6 on 2008-01-09 01:48:19 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ptrace.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:46 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ptrace.h was added on branch mjf-devfs on 2007-12-17 19:09:34 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file reg.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:51 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file reg.h was added on branch matt-armv6 on 2008-01-09 01:48:19 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file reg.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:46 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file reg.h was added on branch mjf-devfs on 2007-12-17 19:09:34 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file reloc.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:51 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file reloc.h was added on branch matt-armv6 on 2008-01-09 01:48:20 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file reloc.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:47 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file reloc.h was added on branch mjf-devfs on 2007-12-17 19:09:34 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file rwlock.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:52 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file rwlock.h was added on branch matt-armv6 on 2008-01-09 01:48:20 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file rwlock.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:47 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file rwlock.h was added on branch mjf-devfs on 2007-12-17 19:09:35 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file setjmp.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:52 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file setjmp.h was added on branch matt-armv6 on 2008-01-09 01:48:20 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file setjmp.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:47 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file setjmp.h was added on branch mjf-devfs on 2007-12-17 19:09:35 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file signal.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:52 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file signal.h was added on branch matt-armv6 on 2008-01-09 01:48:20 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file signal.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:48 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file signal.h was added on branch mjf-devfs on 2007-12-17 19:09:36 +0000
 1.1 23-Jul-2014  alnsn branches: 1.1.2; 1.1.6;
Rename sljitarch.h to sljit_machdep.h.
 1.1.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.6.1 23-Jul-2014  tls file sljit_machdep.h was added on branch tls-maxphys on 2014-08-20 00:03:21 +0000
 1.1.2.2 10-Aug-2014  tls Rebase.
 1.1.2.1 23-Jul-2014  tls file sljit_machdep.h was added on branch tls-earlyentropy on 2014-08-10 06:54:06 +0000
 1.2 23-Jul-2014  alnsn Rename sljitarch.h to sljit_machdep.h.
 1.1 17-Nov-2013  alnsn branches: 1.1.2; 1.1.4; 1.1.6;
Enable sljit and bpfjit on powerpc.
 1.1.6.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.1.6.1 17-Nov-2013  yamt file sljitarch.h was added on branch yamt-pagecache on 2014-05-22 11:40:05 +0000
 1.1.4.2 18-May-2014  rmind sync with head
 1.1.4.1 17-Nov-2013  rmind file sljitarch.h was added on branch rmind-smpnet on 2014-05-18 17:45:23 +0000
 1.1.2.1 10-Aug-2014  tls Rebase.
 1.2 02-Mar-2010  matt Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.
Don't export <machine/spr.h> to userland, only <powerpc/spr.h>
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.18; 1.1.32; 1.1.38;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.38.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.32.1 24-Oct-2010  jym Sync with HEAD
 1.1.18.1 11-Mar-2010  yamt sync with head
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file spr.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:52 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file spr.h was added on branch matt-armv6 on 2008-01-09 01:48:21 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file spr.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:48 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file spr.h was added on branch mjf-devfs on 2007-12-17 19:09:36 +0000
 1.2 17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file stdarg.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:53 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file stdarg.h was added on branch matt-armv6 on 2008-01-09 01:48:21 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file stdarg.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:49 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file stdarg.h was added on branch mjf-devfs on 2007-12-17 19:09:37 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file trap.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:53 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file trap.h was added on branch matt-armv6 on 2008-01-09 01:48:21 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file trap.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:49 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file trap.h was added on branch mjf-devfs on 2007-12-17 19:09:37 +0000
 1.4 01-Apr-2021  simonb Whitespace: #define<tab>
 1.3 17-Jul-2010  tsutsui branches: 1.3.72; 1.3.74;
Remove obsolete __HAVE_GENERIC_SOFT_INTERRUPTS,
which is mandatory since 2007/07:
http://mail-index.NetBSD.org/source-changes/2007/07/14/0039.html
 1.2 20-Jan-2008  joerg branches: 1.2.2; 1.2.12; 1.2.32; 1.2.34;
Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,
remove the conditionals and the code associated with the undef case.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.6.3 23-Mar-2008  matt sync with HEAD
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file types.h was added on branch matt-armv6 on 2008-01-09 01:48:21 +0000
 1.1.4.3 23-Jan-2008  bouyer Sync with HEAD.
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file types.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:50 +0000
 1.1.2.2 18-Feb-2008  mjf Sync with HEAD.
 1.1.2.1 17-Dec-2007  mjf file types.h was added on branch mjf-devfs on 2008-02-18 21:04:59 +0000
 1.2.34.1 05-Mar-2011  rmind sync with head
 1.2.32.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.2.12.1 11-Aug-2010  yamt sync with head.
 1.2.2.2 21-Jan-2008  yamt sync with head
 1.2.2.1 20-Jan-2008  yamt file types.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:53 +0000
 1.3.74.1 03-Apr-2021  thorpej Sync with HEAD.
 1.3.72.1 03-Apr-2021  thorpej Sync with HEAD.
 1.2 17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file varargs.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:54 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file varargs.h was added on branch matt-armv6 on 2008-01-09 01:48:22 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file varargs.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:50 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file varargs.h was added on branch mjf-devfs on 2007-12-17 19:09:38 +0000
 1.2 20-Jun-2011  matt Don't export USER_SR if _MODULE is defined.
Add a common <powerpc/vmparam.h> like we have for <powerpc/pmap.h>
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.50;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.50.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file vmparam.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:54 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file vmparam.h was added on branch matt-armv6 on 2008-01-09 01:48:22 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file vmparam.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:50 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file vmparam.h was added on branch mjf-devfs on 2007-12-17 19:09:38 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file wchar_limits.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:54 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file wchar_limits.h was added on branch matt-armv6 on 2008-01-09 01:48:22 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file wchar_limits.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:50 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file wchar_limits.h was added on branch mjf-devfs on 2007-12-17 19:09:39 +0000
 1.5 08-Dec-2018  thorpej Clean up initialization of com_regs structure, in preparation for
some additional changers.
 1.4 18-Jul-2011  dyoung branches: 1.4.52; 1.4.54;
Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.3 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.2 14-Mar-2008  cube branches: 1.2.2; 1.2.4;
Split device_t and softc for all com(4) devices (well, everything that
uses a com_softc backend). Use proper types and ansify where appropriate.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.10; 1.1.14;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.14.2 02-Jun-2008  mjf Sync with HEAD.
 1.1.14.1 03-Apr-2008  mjf Sync with HEAD.
 1.1.10.1 24-Mar-2008  keiichi sync with head.
 1.1.8.3 17-Mar-2008  yamt sync with head.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file com_iop.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:54 +0000
 1.1.6.3 23-Mar-2008  matt sync with HEAD
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file com_iop.c was added on branch matt-armv6 on 2008-01-09 01:48:23 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file com_iop.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:51 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file com_iop.c was added on branch mjf-devfs on 2007-12-17 19:09:39 +0000
 1.2.4.1 16-May-2008  yamt sync with head.
 1.2.2.1 18-May-2008  yamt sync with head.
 1.4.54.1 10-Jun-2019  christos Sync with HEAD
 1.4.52.1 26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.4 18-Jul-2011  dyoung Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.3 18-Jun-2011  matt struct device * -> device_t
struct cfdata * -> cfdata_t
use device accessors, use device_private.
some softc/device_t splits (macppc needs a bunch more)
aprint*_dev used considerably more
 1.2 28-Apr-2008  martin branches: 1.2.32;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ioplanarvar.h was added on branch yamt-lazymbuf on 2008-01-21 09:38:55 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ioplanarvar.h was added on branch matt-armv6 on 2008-01-09 01:48:23 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ioplanarvar.h was added on branch bouyer-xeni386 on 2008-01-02 21:49:51 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ioplanarvar.h was added on branch mjf-devfs on 2007-12-17 19:09:40 +0000
 1.2.32.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.6 07-Aug-2021  thorpej Merge thorpej-cfargs2.
 1.5 24-Apr-2021  thorpej branches: 1.5.8;
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.4 18-Jul-2011  dyoung branches: 1.4.68;
Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.3 18-Jun-2011  matt struct device * -> device_t
struct cfdata * -> cfdata_t
use device accessors, use device_private.
some softc/device_t splits (macppc needs a bunch more)
aprint*_dev used considerably more
 1.2 28-Apr-2008  martin branches: 1.2.32;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ioplanar.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:55 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ioplanar.c was added on branch matt-armv6 on 2008-01-09 01:48:23 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ioplanar.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:52 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ioplanar.c was added on branch mjf-devfs on 2007-12-17 19:09:41 +0000
 1.2.32.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.4.68.6 05-Apr-2021  thorpej Treat config_probe() as if it were a boolean function; don't compare
return value > 0... except for the odd balls, which are now really easy
to spot.
 1.4.68.5 05-Apr-2021  thorpej config_match() -> config_probe() for the straight-forward indirect config
cases. There are still a few odd balls using config_match() which should
be sorted out later.
 1.4.68.4 04-Apr-2021  thorpej CFARG_SUBMATCH -> CFARG_SEARCH for the indirect configuration uses.
 1.4.68.3 03-Apr-2021  thorpej Give config_attach() the tagged variadic argument treatment and
mechanically convert all call sites.
 1.4.68.2 21-Mar-2021  thorpej CFARG_IATTR usage audit:

If a device carries only one interface attribute, there is no need
to specify it when calling config_search(); that specification is
meant only to disambiguate which interface attribute (which is a
proxy for "what kind of attach args are being used") is having
children attached. cfparent_match() will take care of ensuring that
any potential children can attach to one of the parent's iterface
attributes, and if the parent only carries one, no disambiguation is
necessary.
 1.4.68.1 20-Mar-2021  thorpej The proliferation if config_search_*() and config_found_*() combinations
is a little absurd, so begin to tidy this up:

- Introduce a new cfarg_t enumerated type, that defines the types of
tag-value variadic arguments that can be passed to the various
config_*() functions (CFARG_SUBMATCH, CFARG_IATTR, and CFARG_LOCATORS,
for now, plus a CFARG_EOL sentinel).
- Collapse config_search_*() into config_search() that takes these
variadic arguments.
- Convert all call sites of config_search_*() to the new signature.
Noticed several incorrect usages along the way, which will be
audited in a future commit.
 1.5.8.1 04-Aug-2021  thorpej Adapt to CFARGS().
 1.6 02-Jul-2024  rin rs6000: mca_machdep: Locally neglect GCC12 -Warray-bounds for 0-th page

as already done for, e.g., evbppc/wii.
 1.5 21-Nov-2020  thorpej branches: 1.5.24;
malloc(9) -> kmem(9)
 1.4 18-Jul-2011  dyoung branches: 1.4.66;
Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.3 18-Jun-2011  matt struct device * -> device_t
struct cfdata * -> cfdata_t
use device accessors, use device_private.
some softc/device_t splits (macppc needs a bunch more)
aprint*_dev used considerably more
 1.2 28-Apr-2008  martin branches: 1.2.32;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file mca_machdep.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:55 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file mca_machdep.c was added on branch matt-armv6 on 2008-01-09 01:48:24 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file mca_machdep.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:52 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file mca_machdep.c was added on branch mjf-devfs on 2007-12-17 19:09:41 +0000
 1.2.32.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.4.66.1 14-Dec-2020  thorpej Sync w/ HEAD.
 1.5.24.1 02-Aug-2025  perseant Sync with HEAD
 1.4 21-Nov-2020  thorpej malloc(9) -> kmem(9)
 1.3 18-Jul-2011  dyoung branches: 1.3.66;
Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file mcadma_machdep.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:56 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file mcadma_machdep.c was added on branch matt-armv6 on 2008-01-09 01:48:24 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file mcadma_machdep.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:53 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file mcadma_machdep.c was added on branch mjf-devfs on 2007-12-17 19:09:41 +0000
 1.3.66.1 14-Dec-2020  thorpej Sync w/ HEAD.
 1.5 20-Dec-2023  thorpej Remove unnecessary <sys/malloc.h>.
 1.4 29-Jul-2012  mlelstv Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.

No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().

Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().

Make cpu_rootconf(9) describe the calling order.
 1.3 18-Jun-2011  matt branches: 1.3.2; 1.3.8;
struct device * -> device_t
struct cfdata * -> cfdata_t
use device accessors, use device_private.
some softc/device_t splits (macppc needs a bunch more)
aprint*_dev used considerably more
 1.2 28-Apr-2008  martin branches: 1.2.32;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file autoconf.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:56 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file autoconf.c was added on branch matt-armv6 on 2008-01-09 01:48:24 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file autoconf.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:53 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file autoconf.c was added on branch mjf-devfs on 2007-12-17 19:09:42 +0000
 1.2.32.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.3.8.1 08-Aug-2012  martin Pull up following revision(s) (requested by mlelstv in ticket #466):
sys/arch/amiga/amiga/autoconf.c: revision 1.113
sys/arch/rs6000/rs6000/autoconf.c: revision 1.4
sys/arch/emips/emips/autoconf.c: revision 1.6
sys/arch/sandpoint/sandpoint/autoconf.c: revision 1.27
sys/arch/evbmips/alchemy/autoconf.c: revision 1.18
sys/arch/sgimips/sgimips/autoconf.c: revision 1.43
sys/arch/atari/atari/autoconf.c: revision 1.63
sys/arch/powerpc/oea/ofw_autoconf.c: revision 1.17
sys/arch/mmeye/mmeye/autoconf.c: revision 1.9
distrib/sets/lists/comp/mi: revision 1.1771
sys/arch/mipsco/mipsco/autoconf.c: revision 1.25
sys/arch/iyonix/iyonix/autoconf.c: revision 1.14
sys/arch/hp300/hp300/autoconf.c: revision 1.100
sys/kern/init_main.c: revision 1.445
sys/arch/pmax/pmax/autoconf.c: revision 1.79
sys/arch/netwinder/netwinder/autoconf.c: revision 1.11
sys/arch/dreamcast/dreamcast/autoconf.c: revision 1.10
sys/arch/ibmnws/ibmnws/autoconf.c: revision 1.12
sys/arch/evbppc/ev64260/autoconf.c: revision 1.17
sys/arch/evbmips/gdium/autoconf.c: revision 1.5
sys/arch/algor/algor/autoconf.c: revision 1.21
share/man/man9/Makefile: revision 1.367
sys/arch/ews4800mips/ews4800mips/autoconf.c: revision 1.9
sys/arch/amigappc/amigappc/autoconf.c: revision 1.5
sys/arch/x86/x86/x86_autoconf.c: revision 1.65
sys/arch/acorn26/acorn26/autoconf.c: revision 1.9
sys/arch/mvmeppc/mvmeppc/autoconf.c: revision 1.13
sys/arch/vax/vax/autoconf.c: revision 1.94
sys/arch/usermode/dev/cpu.c: revision 1.72
sys/arch/evbppc/virtex/autoconf.c: revision 1.5
sys/arch/next68k/next68k/autoconf.c: revision 1.26
sys/arch/mac68k/mac68k/autoconf.c: revision 1.73
sys/arch/ia64/ia64/autoconf.c: revision 1.6
sys/arch/evbppc/obs405/obs405_autoconf.c: revision 1.6
share/man/man9/cpu_rootconf.9: revision 1.7
sys/arch/landisk/landisk/autoconf.c: revision 1.6
sys/arch/evbmips/malta/autoconf.c: revision 1.16
sys/arch/sun3/sun3/autoconf.c: revision 1.76
sys/arch/evbppc/explora/autoconf.c: revision 1.13
sys/arch/sun3/sun3/autoconf.c: revision 1.77
sys/arch/evbmips/loongson/autoconf.c: revision 1.3
sys/arch/evbmips/atheros/autoconf.c: revision 1.11
sys/arch/sparc64/sparc64/autoconf.c: revision 1.188
sys/arch/acorn32/acorn32/autoconf.c: revision 1.18
sys/arch/evbarm/evbarm/autoconf.c: revision 1.13
sys/arch/cobalt/cobalt/autoconf.c: revision 1.30
sys/arch/mvme68k/mvme68k/autoconf.c: revision 1.46
sys/arch/hp700/hp700/autoconf.c: revision 1.48
sys/arch/evbmips/adm5120/autoconf.c: revision 1.5
sys/arch/hpcmips/hpcmips/autoconf.c: revision 1.25
sys/arch/alpha/alpha/autoconf.c: revision 1.52
sys/arch/sparc/sparc/autoconf.c: revision 1.244
sys/arch/evbppc/pmppc/autoconf.c: revision 1.7
sys/arch/bebox/bebox/autoconf.c: revision 1.25
sys/arch/luna68k/luna68k/autoconf.c: revision 1.13
sys/arch/hpcarm/hpcarm/autoconf.c: revision 1.20
sys/arch/evbppc/walnut/autoconf.c: revision 1.21
sys/arch/cesfic/cesfic/autoconf.c: revision 1.26
sys/arch/cats/cats/autoconf.c: revision 1.17
sys/arch/x68k/x68k/autoconf.c: revision 1.67
sys/arch/news68k/news68k/autoconf.c: revision 1.21
sys/arch/arc/arc/autoconf.c: revision 1.34
sys/arch/evbsh3/evbsh3/autoconf.c: revision 1.11
sys/sys/conf.h: revision 1.143
sys/arch/evbmips/rasoc/autoconf.c: revision 1.3
sys/arch/hpcsh/hpcsh/autoconf.c: revision 1.26
sys/arch/sun68k/sun68k/autoconf.c: revision 1.29
sys/arch/evbmips/rmixl/autoconf.c: revision 1.6
sys/arch/zaurus/zaurus/autoconf.c: revision 1.12
sys/arch/xen/x86/autoconf.c: revision 1.15
sys/arch/evbppc/mpc85xx/autoconf.c: revision 1.6
sys/arch/shark/shark/autoconf.c: revision 1.18
sys/arch/prep/prep/autoconf.c: revision 1.25
sys/arch/newsmips/newsmips/autoconf.c: revision 1.36
sys/arch/sbmips/sbmips/autoconf.c: revision 1.8
Do not call setroot() from MD code and from MI code, which has
unwanted sideeffects in the RB_ASKNAME case. This fixes PR/46732.
No longer wrap MD cpu_rootconf(), as hp300 port stores reboot information
as a side effect. Instead call MI rootconf() from MD code which makes
rootconf() now a wrapper to setroot().
Adjust several MD routines to set the global booted_device,booted_partition
variables instead of passing partial information to setroot().
Make cpu_rootconf(9) describe the calling order.
add rootconf(9) as a link to cpu_rootconf(9)
make this compile again
 1.3.2.1 30-Oct-2012  yamt sync with head
 1.3 18-Jul-2011  dyoung Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file consinit.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:56 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file consinit.c was added on branch matt-armv6 on 2008-01-09 01:48:25 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file consinit.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:54 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file consinit.c was added on branch mjf-devfs on 2007-12-17 19:09:43 +0000
 1.4 18-Jul-2011  dyoung Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.3 05-Jun-2011  matt struct device * -> device_t, struct cfdata * -> cfdata_t
CFATTACH_DECL(*, sizeof(struct device), -> CFATTACH_DECL_NEW(&, 0
 1.2 28-Apr-2008  martin branches: 1.2.22; 1.2.28; 1.2.32;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file cpu.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:57 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file cpu.c was added on branch matt-armv6 on 2008-01-09 01:48:25 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file cpu.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:55 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file cpu.c was added on branch mjf-devfs on 2007-12-17 19:09:43 +0000
 1.2.32.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.2.28.1 06-Jun-2011  jruoho Sync with HEAD.
 1.2.22.1 12-Jun-2011  rmind sync with head
 1.13 26-Feb-2021  thorpej Declare oeacpufeat once, in powerpc/oea/cpu_subr.c, rather than in
N different locore.S files.
 1.12 15-Jul-2018  maxv branches: 1.12.12;
Retire ipkdb entirely. The option was removed from the config files
yesterday.

ok kamil christos
 1.11 06-Aug-2014  joerg branches: 1.11.26; 1.11.28;
Use cmpwi.
 1.10 20-Jun-2011  matt branches: 1.10.12; 1.10.26;
Don't include *pmap.h in assembly files. Get the needed definitions
from "assym.h".
 1.9 18-Jun-2011  matt Make a common genassym.cf (powerpc/genassym.cf) and then
only put specific stuff in foo/genassym.cf
 1.8 17-Jan-2011  matt branches: 1.8.4;
Kill _NOREGNAMES. Everything should be using %rX now. If it doesn't it
soon will.
 1.7 03-Mar-2010  pooka branches: 1.7.2; 1.7.4;
Fix some historical powerpc curiocity which had kernfs depend on
startsym/endsym, and which crept into most powerpc ports.
 1.6 25-Feb-2010  matt Adapt to <spr.h> breakup.
 1.5 26-Nov-2009  matt branches: 1.5.2;
Kill proc0paddr. Use lwp0.l_addr instead.
 1.4 13-Feb-2009  apb Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"
in all kernel sources that use the MODULAR option.
Proposed in tech-kern on 18 Jan 2009.
 1.3 13-Nov-2008  ad branches: 1.3.4;
LKM -> MODULAR
 1.2 05-Feb-2008  garbled branches: 1.2.6; 1.2.10; 1.2.16; 1.2.18; 1.2.28;
Ifdef out all the MPC601 code with PPC_OEA601. Now only arches that have the
possibility of running on an MPC601, are infected with all the extra code
and nops that it added.

Also, fix compilation that I broke with the pmap code, by adding
oeacpufeat to the locores of various ppc arches. Noted by mlelstv.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Add some files that got missed in the initial import of port-rs6000.
 1.1.8.3 11-Feb-2008  yamt sync with head.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file locore.S was added on branch yamt-lazymbuf on 2008-01-21 09:38:57 +0000
 1.1.6.3 23-Mar-2008  matt sync with HEAD
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file locore.S was added on branch matt-armv6 on 2008-01-09 01:48:25 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file locore.S was added on branch bouyer-xeni386 on 2008-01-02 21:49:55 +0000
 1.1.2.2 18-Feb-2008  mjf Sync with HEAD.
 1.1.2.1 17-Dec-2007  mjf file locore.S was added on branch mjf-devfs on 2008-02-18 21:04:59 +0000
 1.2.28.1 07-Jan-2011  matt Deal with split <spr.h> (and a few other misc fixes).
 1.2.18.2 03-Mar-2009  skrll Sync with HEAD.
 1.2.18.1 19-Jan-2009  skrll Sync with HEAD.
 1.2.16.1 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.2.10.2 11-Mar-2010  yamt sync with head
 1.2.10.1 04-May-2009  yamt sync with head.
 1.2.6.1 17-Jan-2009  mjf Sync with HEAD.
 1.3.4.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.5.2.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.7.4.1 06-Jun-2011  jruoho Sync with HEAD.
 1.7.2.1 05-Mar-2011  rmind sync with head
 1.8.4.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.10.26.1 10-Aug-2014  tls Rebase.
 1.10.12.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.11.28.1 10-Jun-2019  christos Sync with HEAD
 1.11.26.1 28-Jul-2018  pgoyette Sync with HEAD
 1.12.12.1 03-Apr-2021  thorpej Sync with HEAD.
 1.13 20-Dec-2023  thorpej Remove unnecessary <sys/malloc.h>.
 1.12 08-Dec-2021  andvar fix various typos in comments and log messages.
 1.11 22-Dec-2016  cherry switch all ports to use uvm_init.c:uvm_md_init()

uvm_setpagesize() is now subsumed within this funciton.
 1.10 20-Jun-2011  matt branches: 1.10.12; 1.10.30; 1.10.34;
Cleanup includes. (<net/netisr.h> is handled by softints, not MD anymore,
so this can be nuked).
 1.9 15-Jun-2011  matt lcsplx is dead. remove last vestiges of it.
 1.8 27-Nov-2009  rmind branches: 1.8.10;
- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.
- Replace most remaining uses of l_addr with uvm_lwp_getuarea() or lwp_getpcb().
- Amend assembly in ports where it accesses PCB via struct user.
- Rename L_ADDR to L_PCB in few places. Reduce sys/user.h inclusions.
 1.7 13-Feb-2009  apb Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"
in all kernel sources that use the MODULAR option.
Proposed in tech-kern on 18 Jan 2009.
 1.6 18-Jan-2009  christos branches: 1.6.2;
fix debugging build (Wojciech Galazka)
 1.5 30-Nov-2008  martin As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap
phases, so move the initialization of the ksyms mutex back into main via
a function called ksyms_init. Rename the existing (but quite different)
ksyms_init* variations into ksyms_addsyms_elf() and ksyms_addsyms_explicit()
and adapt machdep code accordingly.
 1.4 12-Nov-2008  ad Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.3 11-Nov-2008  dyoung It is not appropriate to call pmf_system_shutdown(9) from
doshutdownhooks(9): shutdown hooks registered by shutdownhook_establish(9)
expect to be called with interrupts disabled, but shutdown hooks
registered with pmf_device_register1(9) expect to be called with
interrupts enabled. So I have made two changes:

1 Do not call pmf_system_shutdown() from doshutdownhooks(). Instead,
change every call to doshutdownhooks() to a call to doshutdownhooks()
followed by a call to pmf_system_shutdown(). No functional change
is intended by this change.

2 Make i386 re-enable interrupts briefly while it calls
pmf_system_shutdown(). I leave it to others either to fix the
other ports, or to factor out some MI shutdown code, as joerg@
suggests, and fix that. Note that a functional change *is* intended
by this change.

I hope that this patch will stop us from flip-flopping between
calling doshutdownhooks() and pmf_system_shutdown() sometimes with
and sometimes without interrupts enabled.
 1.2 28-Apr-2008  martin branches: 1.2.6; 1.2.8;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.3 11-Mar-2010  yamt sync with head
 1.1.18.2 04-May-2009  yamt sync with head.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.2 17-Jan-2009  mjf Sync with HEAD.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file machdep.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:58 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file machdep.c was added on branch matt-armv6 on 2008-01-09 01:48:26 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file machdep.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:56 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file machdep.c was added on branch mjf-devfs on 2007-12-17 19:09:44 +0000
 1.2.8.2 03-Mar-2009  skrll Sync with HEAD.
 1.2.8.1 19-Jan-2009  skrll Sync with HEAD.
 1.2.6.1 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.6.2.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.8.10.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.10.34.1 07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.10.30.1 05-Feb-2017  skrll Sync with HEAD
 1.10.12.1 03-Dec-2017  jdolecek update from HEAD
 1.9 19-Oct-2025  thorpej Encapsulate MCA bus attach logic into mcabus_attach().
 1.8 20-Dec-2023  thorpej Remove unnecessary <sys/malloc.h>.
 1.7 07-Aug-2021  thorpej Merge thorpej-cfargs2.
 1.6 24-Apr-2021  thorpej branches: 1.6.8;
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.5 18-Jul-2011  dyoung branches: 1.5.68;
Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.4 05-Jun-2011  matt struct device * -> device_t, struct cfdata * -> cfdata_t
CFATTACH_DECL(*, sizeof(struct device), -> CFATTACH_DECL_NEW(&, 0
 1.3 18-Jan-2009  christos branches: 1.3.6; 1.3.8; 1.3.12;
fix debugging build (Wojciech Galazka)
 1.2 28-Apr-2008  martin branches: 1.2.8;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.2 04-May-2009  yamt sync with head.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file mainbus.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:58 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file mainbus.c was added on branch matt-armv6 on 2008-01-09 01:48:26 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file mainbus.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:56 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file mainbus.c was added on branch mjf-devfs on 2007-12-17 19:09:44 +0000
 1.2.8.1 19-Jan-2009  skrll Sync with HEAD.
 1.3.12.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.3.8.1 06-Jun-2011  jruoho Sync with HEAD.
 1.3.6.1 12-Jun-2011  rmind sync with head
 1.5.68.1 02-Apr-2021  thorpej config_found_ia() -> config_found() w/ CFARG_IATTR.
 1.6.8.1 04-Aug-2021  thorpej Adapt to CFARGS().
 1.6 21-Nov-2020  thorpej malloc(9) -> kmem(9)
 1.5 10-Nov-2019  chs branches: 1.5.8;
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
 1.4 18-Jul-2011  dyoung branches: 1.4.54;
Do the bus.h -> bus_{defs,funcs}.h split and change all occurrences of
<machine/bus.h> to <sys/bus.h>.
 1.3 19-Jun-2011  matt Use __builtin_clz instead of cntlzw
 1.2 28-Apr-2008  martin branches: 1.2.32;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file pic_iocc.c was added on branch yamt-lazymbuf on 2008-01-21 09:38:58 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file pic_iocc.c was added on branch matt-armv6 on 2008-01-09 01:48:26 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file pic_iocc.c was added on branch bouyer-xeni386 on 2008-01-02 21:49:57 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file pic_iocc.c was added on branch mjf-devfs on 2007-12-17 19:09:45 +0000
 1.2.32.1 23-Jun-2011  cherry Catchup with rmind-uvmplock merge.
 1.4.54.1 13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.5.8.1 14-Dec-2020  thorpej Sync w/ HEAD.
 1.2 30-Apr-2008  garbled rs6000's mkbootimage is now no longer needed.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Add some files that got missed in the initial import of port-rs6000.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file Makefile was added on branch yamt-lazymbuf on 2008-01-21 09:38:59 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file Makefile was added on branch matt-armv6 on 2008-01-09 01:48:27 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file Makefile was added on branch bouyer-xeni386 on 2008-01-02 21:49:57 +0000
 1.1.2.2 17-Dec-2007  garbled Add some files that got missed in the initial import of port-rs6000.
 1.1.2.1 17-Dec-2007  garbled file Makefile was added on branch mjf-devfs on 2007-12-17 19:11:59 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Add some files that got missed in the initial import of port-rs6000.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file Makefile.inc was added on branch yamt-lazymbuf on 2008-01-21 09:38:59 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file Makefile.inc was added on branch matt-armv6 on 2008-01-09 01:48:27 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file Makefile.inc was added on branch bouyer-xeni386 on 2008-01-02 21:49:58 +0000
 1.1.2.2 17-Dec-2007  garbled Add some files that got missed in the initial import of port-rs6000.
 1.1.2.1 17-Dec-2007  garbled file Makefile.inc was added on branch mjf-devfs on 2007-12-17 19:12:00 +0000
 1.2 30-Apr-2008  garbled rs6000's mkbootimage is now no longer needed.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Add some files that got missed in the initial import of port-rs6000.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file README was added on branch yamt-lazymbuf on 2008-01-21 09:38:59 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file README was added on branch matt-armv6 on 2008-01-09 01:48:27 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file README was added on branch bouyer-xeni386 on 2008-01-02 21:49:59 +0000
 1.1.2.2 17-Dec-2007  garbled Add some files that got missed in the initial import of port-rs6000.
 1.1.2.1 17-Dec-2007  garbled file README was added on branch mjf-devfs on 2007-12-17 19:12:00 +0000
 1.8 08-Apr-2017  christos centralize vers.c building for standalone programs.
 1.7 08-Aug-2014  joerg branches: 1.7.4; 1.7.8; 1.7.12;
Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.
 1.6 12-Jan-2014  tsutsui branches: 1.6.2;
Add empty LIBCRTI= as LIBCRT0 to build sa programs without installed DESTDIR.

XXX: probabry we should have bsd.saprog.mk or something.
 1.5 21-Aug-2013  matt Use <bsd.klinks.mk>
Add a missing ${_MKTARGET_LINK}
 1.4 22-Jan-2011  joerg branches: 1.4.4; 1.4.14; 1.4.18;
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().

Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.
 1.3 21-Jan-2011  joerg Switch remaining platforms to modern CPP for assembler.
 1.2 12-Jan-2009  tsutsui branches: 1.2.6; 1.2.8; 1.2.10;
- add prototype warning options
- catch up changes for common powerpc/stand/mkbootimage

XXX: daily build for rs6000 should be enabled on releng server?
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.18; 1.1.26;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.26.1 19-Jan-2009  skrll Sync with HEAD.
 1.1.18.1 04-May-2009  yamt sync with head.
 1.1.14.1 17-Jan-2009  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file Makefile was added on branch yamt-lazymbuf on 2008-01-21 09:39:00 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file Makefile was added on branch matt-armv6 on 2008-01-09 01:48:27 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file Makefile was added on branch bouyer-xeni386 on 2008-01-02 21:50:00 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file Makefile was added on branch mjf-devfs on 2007-12-17 19:09:45 +0000
 1.2.10.1 08-Feb-2011  bouyer Sync with HEAD
 1.2.8.1 06-Jun-2011  jruoho Sync with HEAD.
 1.2.6.1 05-Mar-2011  rmind sync with head
 1.4.18.2 18-May-2014  rmind sync with head
 1.4.18.1 28-Aug-2013  rmind sync with head
 1.4.14.2 03-Dec-2017  jdolecek update from HEAD
 1.4.14.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.4.1 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.6.2.1 10-Aug-2014  tls Rebase.
 1.7.12.1 21-Apr-2017  bouyer Sync with HEAD
 1.7.8.1 26-Apr-2017  pgoyette Sync with HEAD
 1.7.4.1 28-Aug-2017  skrll Sync with HEAD
 1.7 16-Feb-2022  riastradh powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.

Otherwise the compiler may reorder these around loads and stores,
which mostly defeats the purpose. `asm volatile' just ensures the
instruction isn't _deleted_; it may still move around.
 1.6 24-Feb-2020  rin 0x%p --> %p for non-external codes.
 1.5 22-Jan-2011  joerg branches: 1.5.56; 1.5.62;
Drop bootprog_maker (formerly enabled by -M) and bootprog_date (formerly
disabled by -D) from the output of newvers_stand.sh. Change -D to the
inverted logic, so that it adds the date to bootprog_rev in ().

Change all platforms accordingly. -D is added if MKREPRO is not yes and
wasn't present before. Platforms that didn't use -D don't depend on
MKREPRO now either.
 1.4 02-Mar-2010  matt branches: 1.4.2; 1.4.4; 1.4.6;
Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.
Don't export <machine/spr.h> to userland, only <powerpc/spr.h>
 1.3 14-Mar-2009  dsl branches: 1.3.2;
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.2 17-Dec-2007  garbled branches: 1.2.2; 1.2.4; 1.2.6; 1.2.8; 1.2.18; 1.2.26; 1.2.32; 1.2.40;
Fix a mistake in boot.c Forgot to remove reference to residual.h and add
reference to iplcb.h
 1.1 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.2.40.1 07-Jan-2011  matt Deal with split <spr.h> (and a few other misc fixes).
 1.2.32.1 13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.2.26.1 28-Apr-2009  skrll Sync with HEAD.
 1.2.18.2 11-Mar-2010  yamt sync with head
 1.2.18.1 04-May-2009  yamt sync with head.
 1.2.8.2 21-Jan-2008  yamt sync with head
 1.2.8.1 17-Dec-2007  yamt file boot.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:00 +0000
 1.2.6.2 09-Jan-2008  matt sync with HEAD
 1.2.6.1 17-Dec-2007  matt file boot.c was added on branch matt-armv6 on 2008-01-09 01:48:28 +0000
 1.2.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.2.4.1 17-Dec-2007  bouyer file boot.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:00 +0000
 1.2.2.2 17-Dec-2007  garbled Fix a mistake in boot.c Forgot to remove reference to residual.h and add
reference to iplcb.h
 1.2.2.1 17-Dec-2007  garbled file boot.c was added on branch mjf-devfs on 2007-12-17 19:54:33 +0000
 1.3.2.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.4.6.1 08-Feb-2011  bouyer Sync with HEAD
 1.4.4.1 06-Jun-2011  jruoho Sync with HEAD.
 1.4.2.1 05-Mar-2011  rmind sync with head
 1.5.62.1 29-Feb-2020  ad Sync with head.
 1.5.56.1 08-Apr-2020  martin Merge changes from current as of 20200406
 1.2 07-Jul-2011  mrg remove inline from some non-inline function prototypes.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file boot.h was added on branch yamt-lazymbuf on 2008-01-21 09:39:00 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file boot.h was added on branch matt-armv6 on 2008-01-09 01:48:28 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file boot.h was added on branch bouyer-xeni386 on 2008-01-02 21:50:01 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file boot.h was added on branch mjf-devfs on 2007-12-17 19:09:46 +0000
 1.2 02-Mar-2010  matt Add missing <powerpc/FOO/spr.h> to a few files missed on the first pass.
Don't export <machine/spr.h> to userland, only <powerpc/spr.h>
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.18; 1.1.38; 1.1.42;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.42.1 07-Jan-2011  matt Deal with split <spr.h> (and a few other misc fixes).
 1.1.38.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.18.1 11-Mar-2010  yamt sync with head
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file clock.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:01 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file clock.c was added on branch matt-armv6 on 2008-01-09 01:48:28 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file clock.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:01 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file clock.c was added on branch mjf-devfs on 2007-12-17 19:09:47 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file com.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:01 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file com.c was added on branch matt-armv6 on 2008-01-09 01:48:28 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file com.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:01 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file com.c was added on branch mjf-devfs on 2007-12-17 19:09:47 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file conf.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:01 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file conf.c was added on branch matt-armv6 on 2008-01-09 01:48:29 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file conf.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:02 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file conf.c was added on branch mjf-devfs on 2007-12-17 19:09:48 +0000
 1.3 08-Feb-2011  rmind Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.
 1.2 01-Mar-2008  tsutsui branches: 1.2.26; 1.2.32; 1.2.34;
cnscan() should return -1 (no input) if there is no console device.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.10; 1.1.14;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.14.1 03-Apr-2008  mjf Sync with HEAD.
 1.1.10.1 24-Mar-2008  keiichi sync with head.
 1.1.8.3 17-Mar-2008  yamt sync with head.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file cons.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:01 +0000
 1.1.6.3 23-Mar-2008  matt sync with HEAD
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file cons.c was added on branch matt-armv6 on 2008-01-09 01:48:29 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file cons.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:02 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file cons.c was added on branch mjf-devfs on 2007-12-17 19:09:48 +0000
 1.2.34.1 17-Feb-2011  bouyer Sync with HEAD
 1.2.32.1 06-Jun-2011  jruoho Sync with HEAD.
 1.2.26.1 05-Mar-2011  rmind sync with head
 1.2 08-Feb-2011  rmind Remove clause 3 (UCB advertising clause) from the University of Utah
copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks!
Also, merge UCB and Utah copyright texts back into one, as they
originally were.

Extra verification by snj@.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.40; 1.1.46; 1.1.48;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.48.1 17-Feb-2011  bouyer Sync with HEAD
 1.1.46.1 06-Jun-2011  jruoho Sync with HEAD.
 1.1.40.1 05-Mar-2011  rmind sync with head
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file cons.h was added on branch yamt-lazymbuf on 2008-01-21 09:39:02 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file cons.h was added on branch matt-armv6 on 2008-01-09 01:48:29 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file cons.h was added on branch bouyer-xeni386 on 2008-01-02 21:50:02 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file cons.h was added on branch mjf-devfs on 2007-12-17 19:09:49 +0000
 1.3 30-Apr-2022  rin Fix fallout from libsa change; stand.h includes <sys/param.h> now.

Use '\0' instead of NULL for NUL-character.
 1.2 10-Aug-2014  isaki Unify all arch/*/stand's atoi() to MI libsa.
lib/libsa/atoi.c was separated from lib/libsa/bootcfg.c.
PR/49084
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.62;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.62.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file devopen.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:02 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file devopen.c was added on branch matt-armv6 on 2008-01-09 01:48:29 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file devopen.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:03 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file devopen.c was added on branch mjf-devfs on 2007-12-17 19:09:49 +0000
 1.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file filesystem.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:02 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file filesystem.c was added on branch matt-armv6 on 2008-01-09 01:48:30 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file filesystem.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:03 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file filesystem.c was added on branch mjf-devfs on 2007-12-17 19:09:50 +0000
 1.3 12-Jan-2009  tsutsui - add prototype warning options
- catch up changes for common powerpc/stand/mkbootimage

XXX: daily build for rs6000 should be enabled on releng server?
 1.2 28-Apr-2008  martin branches: 1.2.8;
Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.2 04-May-2009  yamt sync with head.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.2 17-Jan-2009  mjf Sync with HEAD.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file inkernel.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:03 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file inkernel.c was added on branch matt-armv6 on 2008-01-09 01:48:30 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file inkernel.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:04 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file inkernel.c was added on branch mjf-devfs on 2007-12-17 19:09:51 +0000
 1.2.8.1 19-Jan-2009  skrll Sync with HEAD.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file io.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:03 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file io.c was added on branch matt-armv6 on 2008-01-09 01:48:30 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file io.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:04 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file io.c was added on branch mjf-devfs on 2007-12-17 19:09:51 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file iplcb.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:03 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file iplcb.c was added on branch matt-armv6 on 2008-01-09 01:48:31 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file iplcb.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:05 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file iplcb.c was added on branch mjf-devfs on 2007-12-17 19:09:52 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ld.script was added on branch yamt-lazymbuf on 2008-01-21 09:39:03 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ld.script was added on branch matt-armv6 on 2008-01-09 01:48:31 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ld.script was added on branch bouyer-xeni386 on 2008-01-02 21:50:06 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ld.script was added on branch mjf-devfs on 2007-12-17 19:09:52 +0000
 1.4 11-Jun-2016  dholland PR 51200 gets in libsa considered harmful: use kgets
 1.3 03-Feb-2010  wiz branches: 1.3.22; 1.3.40;
Remove extra parenthesis. Found by cppcheck, reported by
Henning Petersen in PR 42730.
 1.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.2 11-Mar-2010  yamt sync with head
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file monitor.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:04 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file monitor.c was added on branch matt-armv6 on 2008-01-09 01:48:31 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file monitor.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:06 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file monitor.c was added on branch mjf-devfs on 2007-12-17 19:09:53 +0000
 1.3.40.1 09-Jul-2016  skrll Sync with HEAD
 1.3.22.1 03-Dec-2017  jdolecek update from HEAD
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ns16550.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:04 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ns16550.c was added on branch matt-armv6 on 2008-01-09 01:48:31 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ns16550.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:07 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ns16550.c was added on branch mjf-devfs on 2007-12-17 19:09:53 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file ns16550.h was added on branch yamt-lazymbuf on 2008-01-21 09:39:04 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file ns16550.h was added on branch matt-armv6 on 2008-01-09 01:48:32 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file ns16550.h was added on branch bouyer-xeni386 on 2008-01-02 21:50:07 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file ns16550.h was added on branch mjf-devfs on 2007-12-17 19:09:54 +0000
 1.2 28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.14; 1.1.16; 1.1.18;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.18.1 16-May-2008  yamt sync with head.
 1.1.16.1 18-May-2008  yamt sync with head.
 1.1.14.1 02-Jun-2008  mjf Sync with HEAD.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file prf.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:05 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file prf.c was added on branch matt-armv6 on 2008-01-09 01:48:32 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file prf.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:08 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file prf.c was added on branch mjf-devfs on 2007-12-17 19:09:54 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file srt0.s was added on branch yamt-lazymbuf on 2008-01-21 09:39:05 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file srt0.s was added on branch matt-armv6 on 2008-01-09 01:48:32 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file srt0.s was added on branch bouyer-xeni386 on 2008-01-02 21:50:08 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file srt0.s was added on branch mjf-devfs on 2007-12-17 19:09:55 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file srt0_pwr.s was added on branch yamt-lazymbuf on 2008-01-21 09:39:05 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file srt0_pwr.s was added on branch matt-armv6 on 2008-01-09 01:48:32 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file srt0_pwr.s was added on branch bouyer-xeni386 on 2008-01-02 21:50:09 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file srt0_pwr.s was added on branch mjf-devfs on 2007-12-17 19:09:55 +0000
 1.2 29-Apr-2022  rin Fix fallout from libsa change; stand.h includes <sys/param.h> now.

SCANWAIT and PWAIT are renamed to SCANDELAY and SCANWAIT, respectively,
in order not to redefine PWAIT.

XXX
Too many copies for tgets.c...
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file tgets.c was added on branch yamt-lazymbuf on 2008-01-21 09:39:05 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file tgets.c was added on branch matt-armv6 on 2008-01-09 01:48:33 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file tgets.c was added on branch bouyer-xeni386 on 2008-01-02 21:50:09 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file tgets.c was added on branch mjf-devfs on 2007-12-17 19:09:56 +0000
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8;
Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file version was added on branch yamt-lazymbuf on 2008-01-21 09:39:06 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file version was added on branch matt-armv6 on 2008-01-09 01:48:33 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file version was added on branch bouyer-xeni386 on 2008-01-02 21:50:10 +0000
 1.1.2.2 17-Dec-2007  garbled Import the rs6000 port into the tree.

This port of NetBSD is intended to run on MCA-based IBM RS/6000
machines. The port so far has only been tested on a 7006-41T, which is a
601-based RS/6000. The port also contains a limited set of code for the
7012-3XX machines, but support for those is a long way off still.

The port builds and generates a working kernel, however, it still lacks
bus_dma code for the MCA bus, so at present, only the com ports work,
though any other device (such as the printer/keyboard) located on the
ioplanar could probably be made to work. Work will continue on this port
as I iron out the DMA code.

This port was made possible by a generous gonation of hardware by Kevin
Bowling, who also provided much of the documentation for the port.
 1.1.2.1 17-Dec-2007  garbled file version was added on branch mjf-devfs on 2007-12-17 19:09:56 +0000
 1.4 08-Aug-2014  joerg Don't set -mmultiple or -mno-string for PowerPC, the difference is too
small to really matter and it sometimes even increases the size.
 1.3 21-Aug-2013  matt branches: 1.3.2;
Use <bsd.klinks.mk>
Add a missing ${_MKTARGET_LINK}
 1.2 27-May-2010  dholland branches: 1.2.8; 1.2.18; 1.2.22;
Introduce .WAIT into the cleandir rule for blasting the libsa/libkern/etc.
trees, because it can race with the libsa/libkern/etc. makefiles' own
cleandir rules. I think I've found all of the uses of the offending idiom...
Closes PR 43360.
 1.1 17-Dec-2007  garbled branches: 1.1.2; 1.1.4; 1.1.6; 1.1.8; 1.1.18; 1.1.38; 1.1.40;
Add some files that got missed in the initial import of port-rs6000.
 1.1.40.1 30-May-2010  rmind sync with head
 1.1.38.1 17-Aug-2010  uebayasi Sync with HEAD.
 1.1.18.1 11-Aug-2010  yamt sync with head.
 1.1.8.2 21-Jan-2008  yamt sync with head
 1.1.8.1 17-Dec-2007  yamt file Makefile was added on branch yamt-lazymbuf on 2008-01-21 09:39:06 +0000
 1.1.6.2 09-Jan-2008  matt sync with HEAD
 1.1.6.1 17-Dec-2007  matt file Makefile was added on branch matt-armv6 on 2008-01-09 01:48:33 +0000
 1.1.4.2 02-Jan-2008  bouyer Sync with HEAD
 1.1.4.1 17-Dec-2007  bouyer file Makefile was added on branch bouyer-xeni386 on 2008-01-02 21:50:10 +0000
 1.1.2.2 17-Dec-2007  garbled Add some files that got missed in the initial import of port-rs6000.
 1.1.2.1 17-Dec-2007  garbled file Makefile was added on branch mjf-devfs on 2007-12-17 19:12:01 +0000
 1.2.22.1 28-Aug-2013  rmind sync with head
 1.2.18.1 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.2.8.1 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.3.2.1 10-Aug-2014  tls Rebase.

RSS XML Feed