Home | History | Annotate | only in /src/sys/arch/evbsh3/conf
History log of /src/sys/arch/evbsh3/conf
RevisionDateAuthorComments
 1.12 26-Apr-2019  sevan Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.
 1.11 14-Sep-2017  mrg branches: 1.11.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.10 07-Aug-2015  maxv Remove the KMEMSTATS option. It no longer exists.
 1.9 23-Aug-2014  dholland branches: 1.9.2;
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.8 17-Aug-2014  joerg Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
 1.7 16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.6 24-Mar-2014  szptvlfn fix manual section numbering of sysctl.
thanks wiz@
 1.5 17-Oct-2012  apb branches: 1.5.2;
Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.4 18-Dec-2011  dholland branches: 1.4.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.3 22-Nov-2011  tls branches: 1.3.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.2 23-Nov-2010  hannken branches: 1.2.8;
Remove unused count from pseudo-device md.
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file AP_MS104_SH4 was added on branch yamt-nfs-mp on 2010-08-11 22:51:56 +0000
 1.1.4.3 05-Mar-2011  rmind sync with head
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file AP_MS104_SH4 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file AP_MS104_SH4 was added on branch uebayasi-xip on 2010-04-30 14:39:19 +0000
 1.2.8.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.2.8.2 30-Oct-2012  yamt sync with head
 1.2.8.1 17-Apr-2012  yamt sync with head
 1.3.2.1 18-Feb-2012  mrg merge to -current.
 1.4.6.3 03-Dec-2017  jdolecek update from HEAD
 1.4.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.4.6.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.5.2.1 18-May-2014  rmind sync with head
 1.9.2.1 22-Sep-2015  skrll Sync with HEAD
 1.11.4.1 10-Jun-2019  christos Sync with HEAD
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file AP_MS104_SH4_INSTALL was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file AP_MS104_SH4_INSTALL was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file AP_MS104_SH4_INSTALL was added on branch uebayasi-xip on 2010-04-30 14:39:19 +0000
 1.32 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.31 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.30 18-Dec-2011  dholland branches: 1.30.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.29 23-Nov-2010  hannken branches: 1.29.8; 1.29.12;
Remove unused count from pseudo-device md.
 1.28 06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.27 06-Feb-2009  jym branches: 1.27.4; 1.27.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

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

Reviewed by abs@ in private mail.
 1.26 31-Jul-2008  simonb branches: 1.26.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.25 20-Sep-2006  uwe branches: 1.25.52; 1.25.56; 1.25.58; 1.25.62;
Switch the rest of sh3 ports to todr(9)
Split code to handle on-chip rtc into a separate driver
Eliminate all todr code from clock.c
Move __HAVE_GENERIC_TODR to sh3/include/types.h
 1.24 07-Dec-2005  tsutsui branches: 1.24.20; 1.24.22;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.23 18-Feb-2005  dsl branches: 1.23.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.22 10-Nov-2004  christos branches: 1.22.4; 1.22.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.21 15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.20 18-Sep-2002  lukem branches: 1.20.6; 1.20.8;
enable USERCONF by default; it's small and extremely useful to have available.
 1.19 17-Jun-2002  lukem branches: 1.19.2;
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.18 09-May-2002  uch branches: 1.18.2; 1.18.4;
IOM_RAM_BEGIN is changed to specify physical address.
 1.17 25-Apr-2002  atatat Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.
 1.16 22-Apr-2002  msaitoh remove unused option
 1.15 12-Apr-2002  gmcgarry Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.
 1.14 02-Apr-2002  lukem Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.13 24-Mar-2002  uch adapted to new interrupt code and shb changes.
 1.12 10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.11 28-Feb-2002  uch s/MMEYE_NO_CACHE/CACHE_DISABLE/
 1.10 27-Jan-2002  jdolecek add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines
 1.9 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.8 03-Jan-2001  itojun branches: 1.8.4;
split big/little endian better.
 1.7 24-Sep-2000  jdolecek branches: 1.7.2;
don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant
 1.6 12-Aug-2000  msaitoh - enable KERNFS and PROCFS
- disable NULLFS and UMAPFS
 1.5 12-Aug-2000  msaitoh - remove "options PMAP_NEW"
- enable "options INET"
- enable "pseudo-device loop"
 1.4 03-Aug-2000  msaitoh add COMPAT_14
 1.3 31-Jul-2000  msaitoh use 'makeoptions LDSCRIPTBASE="sh.x"' (or shl.x) to select ldscript file
 1.2 22-Mar-2000  cgd branches: 1.2.4;
add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.
 1.1 20-Mar-2000  msaitoh Computex's SH7750 evaluation board
 1.2.4.1 08-Aug-2000  msaitoh Pullup revision 1.3-1.4 (approved by thorpej):

- use makeoptions to select ldscript file
- add COMPAT_14
 1.7.2.3 05-Jan-2001  bouyer Sync with HEAD
 1.7.2.2 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.7.2.1 24-Sep-2000  bouyer file COMPUTEX7750 was added on branch thorpej_scsipi on 2000-11-20 20:07:34 +0000
 1.8.4.6 10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.8.4.5 06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.8.4.4 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.8.4.3 16-Mar-2002  jdolecek Catch up with -current.
 1.8.4.2 11-Feb-2002  jdolecek Sync w/ -current.
 1.8.4.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.18.4.1 01-Aug-2002  lukem Pull up revision 1.19 (requested by lukem in ticket #312):
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.18.2.1 14-Jul-2002  gehenna catch up with -current.
 1.19.2.2 18-Oct-2002  nathanw Catch up to -current.
 1.19.2.1 17-Jun-2002  nathanw file COMPUTEX7750 was added on branch nathanw_sa on 2002-10-18 02:36:40 +0000
 1.20.8.1 15-Jul-2004  he Pull up revision 1.21 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.20.6.6 11-Dec-2005  christos Sync with head.
 1.20.6.5 04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.20.6.4 14-Nov-2004  skrll Sync with HEAD.
 1.20.6.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.20.6.2 18-Sep-2004  skrll Sync with HEAD.
 1.20.6.1 03-Aug-2004  skrll Sync with HEAD
 1.22.6.1 19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.22.4.1 29-Apr-2005  kent sync with -current
 1.23.6.2 30-Dec-2006  yamt sync with head.
 1.23.6.1 21-Jun-2006  yamt sync with head.
 1.24.22.1 22-Oct-2006  yamt sync with head
 1.24.20.1 18-Nov-2006  ad Sync with head.
 1.25.62.1 19-Oct-2008  haad Sync with HEAD.
 1.25.58.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.25.56.2 11-Aug-2010  yamt sync with head.
 1.25.56.1 04-May-2009  yamt sync with head.
 1.25.52.1 28-Sep-2008  mjf Sync with HEAD.
 1.26.2.1 03-Mar-2009  skrll Sync with HEAD.
 1.27.6.2 05-Mar-2011  rmind sync with head
 1.27.6.1 30-May-2010  rmind sync with head
 1.27.4.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.29.12.1 18-Feb-2012  mrg merge to -current.
 1.29.8.1 17-Apr-2012  yamt sync with head
 1.30.6.1 03-Dec-2017  jdolecek update from HEAD
 1.33 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.32 18-Dec-2011  dholland branches: 1.32.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.31 23-Nov-2010  hannken branches: 1.31.8; 1.31.12;
Remove unused count from pseudo-device md.
 1.30 06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.29 06-Feb-2009  jym branches: 1.29.4; 1.29.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

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

Reviewed by abs@ in private mail.
 1.28 31-Jul-2008  simonb branches: 1.28.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.27 20-Sep-2006  uwe branches: 1.27.52; 1.27.56; 1.27.58; 1.27.62;
Switch the rest of sh3 ports to todr(9)
Split code to handle on-chip rtc into a separate driver
Eliminate all todr code from clock.c
Move __HAVE_GENERIC_TODR to sh3/include/types.h
 1.26 07-Dec-2005  tsutsui branches: 1.26.20; 1.26.22;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.25 18-Feb-2005  dsl branches: 1.25.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.24 10-Nov-2004  christos branches: 1.24.4; 1.24.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.23 15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.22 18-Sep-2002  lukem branches: 1.22.6; 1.22.8;
enable USERCONF by default; it's small and extremely useful to have available.
 1.21 17-Jun-2002  lukem branches: 1.21.2;
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.20 09-May-2002  uch branches: 1.20.2; 1.20.4;
IOM_RAM_BEGIN is changed to specify physical address.
 1.19 25-Apr-2002  atatat Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.
 1.18 12-Apr-2002  gmcgarry Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.
 1.17 02-Apr-2002  lukem Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.16 24-Mar-2002  uch adapted to new interrupt code and shb changes.
 1.15 10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.14 17-Feb-2002  uch To determine CPU architecture and product, add cpu_arch and cpu_prduct variables.
these are initialized by sh_cpu_init()@sh3/sh3_machdep.c
(see sh3/include/cputypes.h for detail.)
add "options SH3" for SH3 kernel config file.
 1.13 27-Jan-2002  jdolecek add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines
 1.12 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.11 20-Nov-2001  lukem - pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for options KGDB_DEVNAME="\"com\""
- use correct quotes for options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup
 1.10 08-Jul-2001  abs branches: 1.10.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)
 1.9 03-Jan-2001  itojun split big/little endian better.
 1.8 29-Sep-2000  msaitoh branches: 1.8.2;
avoid SH7709A's serious bug (it fails to read IPR* registers under particular
circumstances)
 1.7 26-Sep-2000  msaitoh fix SDMR settings:

- s/BSC_SDMR_VAL/BSC_SDMR3_VAL/
- add options COMPUTEXEVB
 1.6 24-Sep-2000  jdolecek don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant
 1.5 31-Jul-2000  msaitoh use 'makeoptions LDSCRIPTBASE="sh.x"' (or shl.x) to select ldscript file
 1.4 24-Feb-2000  msaitoh branches: 1.4.4;
variable start address of the main memory (now we can use
the area 2 as main memory with "options IOM_RAM_BEGIN=0x88000000")
 1.3 24-Feb-2000  msaitoh watchdog timer
 1.2 07-Jan-2000  msaitoh s/ECOFF/COFF/ (comment only)
 1.1 27-Dec-1999  msaitoh computex(computex.co.jp)'s evaluation board.
 1.4.4.3 05-Nov-2000  tv Pullup 1.8 [msaitoh]:
avoid SH7709A's serious bug (it fails to read IPR* registers under particular
circumstances)
 1.4.4.2 29-Sep-2000  msaitoh Pullup revision 1.7 (approved by thorpej):

set SDMR3 register correctly
 1.4.4.1 08-Aug-2000  msaitoh Pullup revision 1.5 (approved by thorpej):

- use makeoptions to select ldscript file
- add COMPAT_14
 1.8.2.3 05-Jan-2001  bouyer Sync with HEAD
 1.8.2.2 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.8.2.1 29-Sep-2000  bouyer file COMPUTEXEVB was added on branch thorpej_scsipi on 2000-11-20 20:07:34 +0000
 1.10.2.6 10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.10.2.5 06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.10.2.4 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.10.2.3 16-Mar-2002  jdolecek Catch up with -current.
 1.10.2.2 11-Feb-2002  jdolecek Sync w/ -current.
 1.10.2.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.20.4.1 01-Aug-2002  lukem Pull up revision 1.21 (requested by lukem in ticket #312):
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.20.2.1 14-Jul-2002  gehenna catch up with -current.
 1.21.2.2 18-Oct-2002  nathanw Catch up to -current.
 1.21.2.1 17-Jun-2002  nathanw file COMPUTEXEVB was added on branch nathanw_sa on 2002-10-18 02:36:40 +0000
 1.22.8.1 15-Jul-2004  he Pull up revision 1.23 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.22.6.6 11-Dec-2005  christos Sync with head.
 1.22.6.5 04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.22.6.4 14-Nov-2004  skrll Sync with HEAD.
 1.22.6.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.22.6.2 18-Sep-2004  skrll Sync with HEAD.
 1.22.6.1 03-Aug-2004  skrll Sync with HEAD
 1.24.6.1 19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.24.4.1 29-Apr-2005  kent sync with -current
 1.25.6.2 30-Dec-2006  yamt sync with head.
 1.25.6.1 21-Jun-2006  yamt sync with head.
 1.26.22.1 22-Oct-2006  yamt sync with head
 1.26.20.1 18-Nov-2006  ad Sync with head.
 1.27.62.1 19-Oct-2008  haad Sync with HEAD.
 1.27.58.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.27.56.2 11-Aug-2010  yamt sync with head.
 1.27.56.1 04-May-2009  yamt sync with head.
 1.27.52.1 28-Sep-2008  mjf Sync with HEAD.
 1.28.2.1 03-Mar-2009  skrll Sync with HEAD.
 1.29.6.2 05-Mar-2011  rmind sync with head
 1.29.6.1 30-May-2010  rmind sync with head
 1.29.4.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.31.12.1 18-Feb-2012  mrg merge to -current.
 1.31.8.1 17-Apr-2012  yamt sync with head
 1.32.6.1 03-Dec-2017  jdolecek update from HEAD
 1.35 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.34 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.33 18-Dec-2011  dholland branches: 1.33.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.32 23-Nov-2010  hannken branches: 1.32.8; 1.32.12;
Remove unused count from pseudo-device md.
 1.31 06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.30 06-Feb-2009  jym branches: 1.30.4; 1.30.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

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

Reviewed by abs@ in private mail.
 1.29 31-Jul-2008  simonb branches: 1.29.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.28 20-Sep-2006  uwe branches: 1.28.52; 1.28.56; 1.28.58; 1.28.62;
Switch the rest of sh3 ports to todr(9)
Split code to handle on-chip rtc into a separate driver
Eliminate all todr code from clock.c
Move __HAVE_GENERIC_TODR to sh3/include/types.h
 1.27 07-Dec-2005  tsutsui branches: 1.27.20; 1.27.22;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.26 18-Feb-2005  dsl branches: 1.26.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.25 10-Nov-2004  christos branches: 1.25.4; 1.25.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.24 15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.23 18-Sep-2002  lukem branches: 1.23.6; 1.23.8;
enable USERCONF by default; it's small and extremely useful to have available.
 1.22 17-Jun-2002  lukem branches: 1.22.2;
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.21 09-May-2002  uch branches: 1.21.2; 1.21.4;
IOM_RAM_BEGIN is changed to specify physical address.
 1.20 25-Apr-2002  atatat Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.
 1.19 12-Apr-2002  gmcgarry Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.
 1.18 02-Apr-2002  lukem Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.17 24-Mar-2002  uch adapted to new interrupt code and shb changes.
 1.16 10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.15 17-Feb-2002  uch To determine CPU architecture and product, add cpu_arch and cpu_prduct variables.
these are initialized by sh_cpu_init()@sh3/sh3_machdep.c
(see sh3/include/cputypes.h for detail.)
add "options SH3" for SH3 kernel config file.
 1.14 27-Jan-2002  jdolecek add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines
 1.13 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.12 20-Nov-2001  lukem - pull in opt_kgdb.h where necessary
- replace opt_kgdb_machdep.h with opt_kgdb.h
- defparam opt_kgdb.h:
KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE
- move from opt_ddbparam.h to opt_ddb.h:
DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE
- replace KGDBDEV with KGDB_DEV
- replace KGDBADDR with KGDB_DEVADDR
- replace KGDBMODE with KGDB_DEVMODE
- replace KGDBRATE with KGDB_DEVRATE
- use `9600' instead of `0x2580' for 9600 baud rate
- use correct quotes for options KGDB_DEVNAME="\"com\""
- use correct quotes for options KGDB_DEV="17*256+0"
- remove unnecessary dependancy on Makefile for kgdb_stub.o
- minor whitespace cleanup
 1.11 08-Jul-2001  abs branches: 1.11.2;
Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,
and with the comment '4.2BSD TCP/IP bug compat. Not recommended'
Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG'
(All hail amiga and atari which make some attempt to automate the
multiplicity of config files...)
 1.10 03-Jan-2001  itojun split big/little endian better.
 1.9 24-Sep-2000  jdolecek don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant
 1.8 31-Jul-2000  msaitoh use 'makeoptions LDSCRIPTBASE="sh.x"' (or shl.x) to select ldscript file
 1.7 24-Feb-2000  msaitoh branches: 1.7.4;
variable start address of the main memory (now we can use
the area 2 as main memory with "options IOM_RAM_BEGIN=0x88000000")
 1.6 24-Feb-2000  msaitoh watchdog timer
 1.5 07-Jan-2000  msaitoh s/ECOFF/COFF/ (comment only)
 1.4 17-Sep-1999  msaitoh branches: 1.4.2;
options SCICONSOLE
options SCIFCONSOLE
 1.3 14-Sep-1999  tsubai Sync with -current.
 1.2 13-Sep-1999  msaitoh remove mainbus pseudo floppy drive
 1.1 13-Sep-1999  itojun Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.4.2.2 05-Jan-2001  bouyer Sync with HEAD
 1.4.2.1 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.7.4.1 08-Aug-2000  msaitoh Pullup revision 1.8 (approved by thorpej):

use makeoptions to select ldscript file
 1.11.2.6 10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.11.2.5 06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.11.2.4 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.11.2.3 16-Mar-2002  jdolecek Catch up with -current.
 1.11.2.2 11-Feb-2002  jdolecek Sync w/ -current.
 1.11.2.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.21.4.1 01-Aug-2002  lukem Pull up revision 1.22 (requested by lukem in ticket #312):
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.21.2.1 14-Jul-2002  gehenna catch up with -current.
 1.22.2.2 18-Oct-2002  nathanw Catch up to -current.
 1.22.2.1 17-Jun-2002  nathanw file CQREEKSH3 was added on branch nathanw_sa on 2002-10-18 02:36:40 +0000
 1.23.8.1 15-Jul-2004  he Pull up revision 1.24 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.23.6.6 11-Dec-2005  christos Sync with head.
 1.23.6.5 04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.23.6.4 14-Nov-2004  skrll Sync with HEAD.
 1.23.6.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.23.6.2 18-Sep-2004  skrll Sync with HEAD.
 1.23.6.1 03-Aug-2004  skrll Sync with HEAD
 1.25.6.1 19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.25.4.1 29-Apr-2005  kent sync with -current
 1.26.6.2 30-Dec-2006  yamt sync with head.
 1.26.6.1 21-Jun-2006  yamt sync with head.
 1.27.22.1 22-Oct-2006  yamt sync with head
 1.27.20.1 18-Nov-2006  ad Sync with head.
 1.28.62.1 19-Oct-2008  haad Sync with HEAD.
 1.28.58.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.28.56.2 11-Aug-2010  yamt sync with head.
 1.28.56.1 04-May-2009  yamt sync with head.
 1.28.52.1 28-Sep-2008  mjf Sync with HEAD.
 1.29.2.1 03-Mar-2009  skrll Sync with HEAD.
 1.30.6.2 05-Mar-2011  rmind sync with head
 1.30.6.1 30-May-2010  rmind sync with head
 1.30.4.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.32.12.1 18-Feb-2012  mrg merge to -current.
 1.32.8.1 17-Apr-2012  yamt sync with head
 1.33.6.1 03-Dec-2017  jdolecek update from HEAD
 1.7 03-Jan-2001  itojun dreamcast went to sys/arch/dreamcast
 1.6 24-Sep-2000  jdolecek branches: 1.6.2;
don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant
 1.5 12-Aug-2000  msaitoh branches: 1.5.2;
- enable KERNFS and PROCFS
- disable NULLFS and UMAPFS
 1.4 12-Aug-2000  msaitoh - remove "options PMAP_NEW"
- enable "options INET"
- enable "pseudo-device loop"
 1.3 03-Aug-2000  msaitoh add COMPAT_14
 1.2 31-Jul-2000  msaitoh use 'makeoptions LDSCRIPTBASE="sh.x"' (or shl.x) to select ldscript file
 1.1 13-Jul-2000  msaitoh config file for Dreamcast
 1.5.2.2 12-Aug-2000  msaitoh pullup revsion 1.5 (approved by thorpej):

config file for DC
 1.5.2.1 12-Aug-2000  msaitoh file DREAMCAST was added on branch netbsd-1-5 on 2000-08-12 19:00:22 +0000
 1.6.2.3 05-Jan-2001  bouyer Sync with HEAD
 1.6.2.2 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.6.2.1 24-Sep-2000  bouyer file DREAMCAST was added on branch thorpej_scsipi on 2000-11-20 20:07:34 +0000
 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 13-Sep-1999  itojun branches: 1.1.52; 1.1.114; 1.1.134; 1.1.138;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.138.1 03-Apr-2008  mjf Sync with HEAD.
 1.1.134.1 24-Mar-2008  keiichi sync with head.
 1.1.114.1 23-Mar-2008  matt sync with HEAD
 1.1.52.1 17-Mar-2008  yamt sync with head.
 1.32 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.31 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.30 18-Dec-2011  dholland branches: 1.30.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.29 23-Nov-2010  hannken branches: 1.29.8; 1.29.12;
Remove unused count from pseudo-device md.
 1.28 06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.27 06-Feb-2009  jym branches: 1.27.4; 1.27.6;
Changes to MEMORY_RBFLAGS option:
- renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the
MEMORY_DISK options(4)
- change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt
the config(5) files accordingly
- document this option inside options(4)

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

Reviewed by abs@ in private mail.
 1.26 31-Jul-2008  simonb branches: 1.26.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.25 20-Sep-2006  uwe branches: 1.25.52; 1.25.56; 1.25.58; 1.25.62;
Switch the rest of sh3 ports to todr(9)
Split code to handle on-chip rtc into a separate driver
Eliminate all todr code from clock.c
Move __HAVE_GENERIC_TODR to sh3/include/types.h
 1.24 07-Dec-2005  tsutsui branches: 1.24.20; 1.24.22;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.23 18-Feb-2005  dsl branches: 1.23.6;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.22 10-Nov-2004  christos branches: 1.22.4; 1.22.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.21 15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.20 18-Sep-2002  lukem branches: 1.20.6; 1.20.8;
enable USERCONF by default; it's small and extremely useful to have available.
 1.19 17-Jun-2002  lukem branches: 1.19.2;
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.18 09-May-2002  uch branches: 1.18.2; 1.18.4;
IOM_RAM_BEGIN is changed to specify physical address.
 1.17 25-Apr-2002  atatat Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.
 1.16 12-Apr-2002  gmcgarry Add commented-out USERCONF option. Mainly useful for install media
and can be optionally enabled based on miniroot and ramdisk size
requirements.
 1.15 02-Apr-2002  lukem Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE,
which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as
being more consistent with what it's controlling...
 1.14 24-Mar-2002  uch adapted to new interrupt code and shb changes.
 1.13 10-Mar-2002  lukem * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options
are now consistently named
* fold opt_mdsize.h into opt_md.h
 1.12 28-Feb-2002  uch s/MMEYE_NO_CACHE/CACHE_DISABLE/
 1.11 27-Jan-2002  jdolecek add options PIPE_SOCKETPAIR to individual kernel configs
the option is commented out on everything but kernels I was able
to recognize as INSTALL-like or ones for small memory machines
 1.10 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.9 03-Jan-2001  itojun branches: 1.9.4;
split big/little endian better.
 1.8 17-Oct-2000  msaitoh branches: 1.8.2;
delete PMAP_NEW
 1.7 24-Sep-2000  jdolecek don't specify number of ptys if >= 16 (current default initial number)
pty comments: normalize and g/c what is no longer relevant
 1.6 12-Aug-2000  msaitoh - enable KERNFS and PROCFS
- disable NULLFS and UMAPFS
 1.5 12-Aug-2000  msaitoh - remove "options PMAP_NEW"
- enable "options INET"
- enable "pseudo-device loop"
 1.4 03-Aug-2000  msaitoh add COMPAT_14
 1.3 31-Jul-2000  msaitoh use 'makeoptions LDSCRIPTBASE="sh.x"' (or shl.x) to select ldscript file
 1.2 22-Mar-2000  cgd branches: 1.2.4;
add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.
 1.1 24-Feb-2000  msaitoh KZ-SH4-01 (Kyoto Micro Computer Co.,LTD)
 1.2.4.1 08-Aug-2000  msaitoh Pullup revision 1.3-1.4 (approved by thorpej):

- use makeoptions to select ldscript file
- add COMPAT_14
 1.8.2.3 05-Jan-2001  bouyer Sync with HEAD
 1.8.2.2 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.8.2.1 17-Oct-2000  bouyer file KZSH401 was added on branch thorpej_scsipi on 2000-11-20 20:07:34 +0000
 1.9.4.6 10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.9.4.5 06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.9.4.4 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.9.4.3 16-Mar-2002  jdolecek Catch up with -current.
 1.9.4.2 11-Feb-2002  jdolecek Sync w/ -current.
 1.9.4.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.18.4.1 01-Aug-2002  lukem Pull up revision 1.19 (requested by lukem in ticket #312):
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
 1.18.2.1 14-Jul-2002  gehenna catch up with -current.
 1.19.2.2 18-Oct-2002  nathanw Catch up to -current.
 1.19.2.1 17-Jun-2002  nathanw file KZSH401 was added on branch nathanw_sa on 2002-10-18 02:36:41 +0000
 1.20.8.1 15-Jul-2004  he Pull up revision 1.21 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.20.6.6 11-Dec-2005  christos Sync with head.
 1.20.6.5 04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.20.6.4 14-Nov-2004  skrll Sync with HEAD.
 1.20.6.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.20.6.2 18-Sep-2004  skrll Sync with HEAD.
 1.20.6.1 03-Aug-2004  skrll Sync with HEAD
 1.22.6.1 19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.22.4.1 29-Apr-2005  kent sync with -current
 1.23.6.2 30-Dec-2006  yamt sync with head.
 1.23.6.1 21-Jun-2006  yamt sync with head.
 1.24.22.1 22-Oct-2006  yamt sync with head
 1.24.20.1 18-Nov-2006  ad Sync with head.
 1.25.62.1 19-Oct-2008  haad Sync with HEAD.
 1.25.58.1 18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.25.56.2 11-Aug-2010  yamt sync with head.
 1.25.56.1 04-May-2009  yamt sync with head.
 1.25.52.1 28-Sep-2008  mjf Sync with HEAD.
 1.26.2.1 03-Mar-2009  skrll Sync with HEAD.
 1.27.6.2 05-Mar-2011  rmind sync with head
 1.27.6.1 30-May-2010  rmind sync with head
 1.27.4.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.29.12.1 18-Feb-2012  mrg merge to -current.
 1.29.8.1 17-Apr-2012  yamt sync with head
 1.30.6.1 03-Dec-2017  jdolecek update from HEAD
 1.10 03-Jan-2001  itojun share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures.
cleanup param.h a bit.
 1.9 17-Dec-2000  jdolecek delete obsolete comment
 1.8 31-Jul-2000  msaitoh use 'makeoptions LDSCRIPTBASE="sh.x"' (or shl.x) to select ldscript file
 1.7 09-May-2000  hubertf branches: 1.7.4;
Add "install" target, so "make install" after building the kernel
does something useful. The target can be redefined by putting a
install-kernel-${MACHINE_NAME} target that fits your needs into
/etc/mk.conf.
 1.6 09-May-2000  thorpej HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,
make the use of -Wno-uninitialized explicit, don't rely on a compiler
hack to do it for us.
 1.5 01-Feb-2000  tsutsui Revert STRIPPROG -> STRIP
 1.4 24-Jan-2000  tron Add "dependall" target for comfort.
 1.3 19-Jan-2000  tsutsui STRIP -> STRIPPROG
 1.2 12-Jan-2000  msaitoh OBJCOPY?=objcopy
 1.1 13-Sep-1999  itojun branches: 1.1.2;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.2.2 05-Jan-2001  bouyer Sync with HEAD
 1.1.2.1 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.7.4.1 08-Aug-2000  msaitoh Pullup revision 1.8 (approved by thorpej):

use makeoptions to select ldscript file
 1.8 08-Aug-2000  msaitoh unused file (use 'makeoptions LDSCRIPBASE="shl.x"' for little endian)
 1.7 11-Jul-2000  msaitoh add OBJCOPY?=objcopy
 1.6 09-May-2000  hubertf branches: 1.6.4;
Add "install" target, so "make install" after building the kernel
does something useful. The target can be redefined by putting a
install-kernel-${MACHINE_NAME} target that fits your needs into
/etc/mk.conf.
 1.5 09-May-2000  thorpej HAVE_GCC28 -> HAVE_EGCS, and make it match gcc 2.9 as well. Also,
make the use of -Wno-uninitialized explicit, don't rely on a compiler
hack to do it for us.
 1.4 01-Feb-2000  tsutsui Revert STRIPPROG -> STRIP
 1.3 24-Jan-2000  tron Add "dependall" target for comfort.
 1.2 19-Jan-2000  tsutsui STRIP -> STRIPPROG
 1.1 13-Sep-1999  itojun branches: 1.1.2;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.2.1 20-Nov-2000  bouyer Remove files that are no longer on the trunck
 1.6.4.1 12-Aug-2000  msaitoh Pullup revision 1.8 (approved by thorpej):

unused file
 1.6 06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.5 23-Oct-2001  thorpej branches: 1.5.12; 1.5.78; 1.5.92; 1.5.94;
This file only set MACHINE, which is now set by config(8); delete it.
 1.4 16-Jan-2001  itojun branches: 1.4.4;
typo
 1.3 04-Jan-2001  itojun branches: 1.3.2;
split MACHINE_ARCH sh3e[lb]. userland build still needs checking.
 1.2 03-Jan-2001  itojun $NetBSD$
 1.1 03-Jan-2001  itojun share sys/arch/sh3/conf/Makefile.sh3 across sh3-based architectures.
cleanup param.h a bit.
 1.3.2.3 18-Jan-2001  bouyer Sync with head (for UBC+NFS fixes, mostly).
 1.3.2.2 05-Jan-2001  bouyer Sync with HEAD
 1.3.2.1 04-Jan-2001  bouyer file Makefile.evbsh3.inc was added on branch thorpej_scsipi on 2001-01-05 17:34:10 +0000
 1.4.4.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.5.94.1 30-May-2010  rmind sync with head
 1.5.92.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.5.78.1 11-Aug-2010  yamt sync with head.
 1.5.12.2 23-Oct-2001  thorpej This file only set MACHINE, which is now set by config(8); delete it.
 1.5.12.1 23-Oct-2001  thorpej file Makefile.evbsh3.inc was added on branch nathanw_sa on 2001-10-23 19:52:50 +0000
 1.5 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.4 27-Sep-2020  roy vether: Add to kernel configurations

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.3 01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.2 20-Jul-2020  uwe Use COPY_SYMTAB to get kernel symbols.
 1.1 19-Jul-2020  uwe Add placeholders/boilerplate for NextVoD.

STMicroelectronics support needs to be written for both the CPU and
devices. This config and related files is absolute bare bones to get
a scaffolding kernel to compile to actually work on that support.
Don't hold your breath.
 1.16 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.15 26-Apr-2019  sevan Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.
 1.14 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.13 14-Sep-2017  mrg branches: 1.13.2; 1.13.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.12 07-Aug-2015  maxv Remove the KMEMSTATS option. It no longer exists.
 1.11 23-Aug-2014  dholland branches: 1.11.2;
Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.10 17-Aug-2014  joerg Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
 1.9 16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.8 24-Mar-2014  szptvlfn fix manual section numbering of sysctl.
thanks wiz@
 1.7 30-Jun-2013  rmind G/C PFIL_HOOKS from the kernel configs.
 1.6 17-Oct-2012  apb branches: 1.6.2;
Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.5 18-Dec-2011  dholland branches: 1.5.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.4 22-Nov-2011  tls branches: 1.4.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.3 23-Nov-2010  hannken branches: 1.3.8;
Remove unused count from pseudo-device md.
 1.2 08-May-2010  mrg branches: 1.2.2; 1.2.4;
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.1 06-Apr-2010  nonaka branches: 1.1.2;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.2.3 17-Aug-2010  uebayasi Sync with HEAD.
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file T_SH7706LAN was added on branch uebayasi-xip on 2010-04-30 14:39:19 +0000
 1.2.4.2 11-Aug-2010  yamt sync with head.
 1.2.4.1 08-May-2010  yamt file T_SH7706LAN was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.2.2.3 05-Mar-2011  rmind sync with head
 1.2.2.2 30-May-2010  rmind sync with head
 1.2.2.1 08-May-2010  rmind file T_SH7706LAN was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.3.8.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.3.8.2 30-Oct-2012  yamt sync with head
 1.3.8.1 17-Apr-2012  yamt sync with head
 1.4.2.1 18-Feb-2012  mrg merge to -current.
 1.5.6.3 03-Dec-2017  jdolecek update from HEAD
 1.5.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.5.6.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.6.2.2 18-May-2014  rmind sync with head
 1.6.2.1 28-Aug-2013  rmind sync with head
 1.11.2.1 22-Sep-2015  skrll Sync with HEAD
 1.13.4.1 10-Jun-2019  christos Sync with HEAD
 1.13.2.1 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file T_SH7706LAN_INSTALL was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file T_SH7706LAN_INSTALL was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file T_SH7706LAN_INSTALL was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.18 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.17 26-Apr-2019  sevan Enable BUFQ_PRIOCSCAN, CARP, Veriexec by default in GENERIC kernel configs.
On ports without a GENERIC kernel config enable in individul files, e.g evbmips.
Omit on:
atari, dreamcast, emips, epoc32, evbppc/VIRTEX*, ia64, luna68x, mvme68k,
mvmeppc, playstation2, riscv, sun2, sun3, x68k, zaurus due to resource
constraints or port infancy.
 1.16 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.15 14-Sep-2017  mrg branches: 1.15.2; 1.15.4;
clean up COMPAT_* options for native netbsd code:
- new series of files that are useful for saying "i want everything
since netbsd 1.4", etc.
- use the fact COMPAT_* options have future dependancies to remove
many redundant options.

removes about 3000 lines total across kernel configuration files.
tested about 30 random kernels in the changed list.
 1.14 07-Aug-2015  maxv Remove the KMEMSTATS option. It no longer exists.
 1.13 23-Aug-2014  dholland branches: 1.13.2;
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.12 17-Aug-2014  joerg Reorganize symbol table embedding. The existing option SYMTAB_SPACE is
replaced by the make option COPY_SYMTAB set to any value. The copy of
the symbol table is no longer put into a buffer in kern_ksyms.o, but a
small helper object. This object is build first with a dummy size, then
the kernel is linked to compute the real dimension of the symbol table
buffer. After that, the helper object is rebuild and the kernel linked
again.
 1.11 16-Aug-2014  apb Add "options COMPAT_70" to all kernel configuration files that
already had "options COMPAT_60".
 1.10 24-Mar-2014  szptvlfn fix manual section numbering of sysctl.
thanks wiz@
 1.9 30-Jun-2013  rmind G/C PFIL_HOOKS from the kernel configs.
 1.8 17-Oct-2012  apb branches: 1.8.2;
Add "options COMPAT_60" to all kernel configuration files
that already had "options COMPAT_50".
 1.7 18-Dec-2011  dholland branches: 1.7.6;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.6 22-Nov-2011  tls branches: 1.6.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.5 05-Feb-2011  nonaka branches: 1.5.4;
use SSUMCI_DEBUG, not SCIMCI_DEBUG.
 1.4 23-Nov-2010  hannken branches: 1.4.2; 1.4.4;
Remove unused count from pseudo-device md.
 1.3 08-May-2010  mrg branches: 1.3.2; 1.3.4;
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.2 07-Apr-2010  nonaka branches: 1.2.2;
fix comment.
 1.1 06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.2.2.3 17-Aug-2010  uebayasi Sync with HEAD.
 1.2.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.2.2.1 07-Apr-2010  uebayasi file T_SH7706LSR was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.3.4.2 11-Aug-2010  yamt sync with head.
 1.3.4.1 08-May-2010  yamt file T_SH7706LSR was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.3.2.3 05-Mar-2011  rmind sync with head
 1.3.2.2 30-May-2010  rmind sync with head
 1.3.2.1 08-May-2010  rmind file T_SH7706LSR was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.4.4.1 08-Feb-2011  bouyer Sync with HEAD
 1.4.2.1 06-Jun-2011  jruoho Sync with HEAD.
 1.5.4.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.5.4.2 30-Oct-2012  yamt sync with head
 1.5.4.1 17-Apr-2012  yamt sync with head
 1.6.2.1 18-Feb-2012  mrg merge to -current.
 1.7.6.3 03-Dec-2017  jdolecek update from HEAD
 1.7.6.2 20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.7.6.1 20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.8.2.2 18-May-2014  rmind sync with head
 1.8.2.1 28-Aug-2013  rmind sync with head
 1.13.2.1 22-Sep-2015  skrll Sync with HEAD
 1.15.4.1 10-Jun-2019  christos Sync with HEAD
 1.15.2.1 06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file T_SH7706LSR_INSTALL was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file T_SH7706LSR_INSTALL was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file T_SH7706LSR_INSTALL was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file files.ap_ms104_sh4 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file files.ap_ms104_sh4 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file files.ap_ms104_sh4 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file files.computex7750 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file files.computex7750 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file files.computex7750 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file files.computexevb was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file files.computexevb was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file files.computexevb was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file files.cqreeksh3 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file files.cqreeksh3 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file files.cqreeksh3 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.19 06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.18 11-Dec-2005  christos branches: 1.18.78; 1.18.98; 1.18.100;
merge ktrace-lwp.
 1.17 25-Mar-2004  wiz Backout previous -- this is not enough, config needs to be taught
how to reach partitions above h. Noted by Simon Burge, related to
PR 24905.
 1.16 25-Mar-2004  wiz Define maxpartitions to the same value as MAXPARTITIONS in disklabel.h.
Addresses PR 24905 by Simon Burge.
 1.15 06-Sep-2002  gehenna branches: 1.15.6;
Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.14 16-Apr-2002  thorpej branches: 1.14.2; 1.14.6;
* Move the mii_bitbang attribute into dev/mii/files.mii
* Pull in dev/mii/files.mii from conf/files, rather than playing
the magic "files include order" dance in N machine-dependent
configuration definitions.
 1.13 27-Mar-2002  uch All the sh3 ports had an identical procfs_machdep.c, so use a common
file under arch/sh3/sh3.
 1.12 24-Mar-2002  uch add cpu device. sync with shb change.
 1.11 22-Feb-2002  uch New NetBSD/sh3 clock framework.
+ hardclock source is moved from TMU1 to TMU0.
+ SH3/SH4 common kernel support.
+ PCLOCK estimation.
+ remove duplicated code.
 1.10 20-Nov-2001  lukem - replace "defopt" with "defparam" for options which must take a value,
as config(8) will warn for value-less defparam options
- minor whitespace/formatting cleanup
- consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h
 1.9 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.8 23-Apr-2001  uch branches: 1.8.2;
dreamcast clock module was separated.
 1.7 21-Feb-2001  uch branches: 1.7.2;
move disksubr.c define to machine-port.
 1.6 06-Feb-2001  uch move machine-port specific file to machine directory.
for evbsh3, mmeye and dreamcast, use MI md_root.c
 1.5 17-Jan-2001  fvdl Add machdep file for procfs. Currently only used for linux-style
/proc/cpuinfo (only active when procfs is mounted with -o linux).
For ports other than the i386 this currently produces an empty
string.
 1.4 25-Mar-2000  msaitoh use BSC_PCR_VAL
 1.3 24-Feb-2000  msaitoh SH4!
 1.2 24-Feb-2000  msaitoh variable start address of the main memory (now we can use
the area 2 as main memory with "options IOM_RAM_BEGIN=0x88000000")
 1.1 13-Sep-1999  itojun branches: 1.1.2;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.2.4 12-Mar-2001  bouyer Sync with HEAD.
 1.1.2.3 11-Feb-2001  bouyer Sync with HEAD.
 1.1.2.2 18-Jan-2001  bouyer Sync with head (for UBC+NFS fixes, mostly).
 1.1.2.1 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.7.2.1 21-Jun-2001  nathanw Catch up to -current.
 1.8.2.4 10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.8.2.3 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.8.2.2 16-Mar-2002  jdolecek Catch up with -current.
 1.8.2.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.14.6.2 17-Sep-2002  nathanw Catch up to -current.
 1.14.6.1 16-Apr-2002  nathanw file files.evbsh3 was added on branch nathanw_sa on 2002-09-17 21:14:23 +0000
 1.14.2.2 17-May-2002  gehenna Remove old block majors list.
 1.14.2.1 16-May-2002  gehenna Include the list of block/character major numbers.
 1.15.6.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.15.6.2 18-Sep-2004  skrll Sync with HEAD.
 1.15.6.1 03-Aug-2004  skrll Sync with HEAD
 1.18.100.1 30-May-2010  rmind sync with head
 1.18.98.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.18.78.1 11-Aug-2010  yamt sync with head.
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file files.kzsh401 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file files.kzsh401 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file files.kzsh401 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 19-Jul-2020  uwe Add placeholders/boilerplate for NextVoD.

STMicroelectronics support needs to be written for both the CPU and
devices. This config and related files is absolute bare bones to get
a scaffolding kernel to compile to actually work on that support.
Don't hold your breath.
 1.9 24-Mar-2002  uch branches: 1.9.4;
adapted to new interrupt code and shb changes.
 1.8 28-Nov-2001  lukem - convert usage of "defopt" to "defflag" where the relevant option does
not support a value (e.g., it's to be used as "options FOO" instead of
"options FOO=xxx"). options that take a value were converted to
defparam recently.
- minor whitespace & formatting cleanups
 1.7 20-Nov-2001  lukem - replace "defopt" with "defparam" for options which must take a value,
as config(8) will warn for value-less defparam options
- minor whitespace/formatting cleanup
- consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h
 1.6 22-Aug-2001  msaitoh devclass of sci[f] is tty
 1.5 24-Feb-2000  msaitoh branches: 1.5.8;
watchdog timer
 1.4 17-Sep-1999  msaitoh branches: 1.4.2;
options SCICONSOLE
options SCIFCONSOLE
 1.3 16-Sep-1999  msaitoh add "device fdc {drive = -1}" for pcmcia
 1.2 13-Sep-1999  msaitoh sh3/sh3/ -> sh3/dev change
 1.1 13-Sep-1999  itojun Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.4.2.1 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.5.8.3 23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.5.8.2 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.5.8.1 25-Aug-2001  thorpej Merge Aug 24 -current into the kqueue branch.
 1.9.4.2 24-Mar-2002  uch adapted to new interrupt code and shb changes.
 1.9.4.1 24-Mar-2002  uch file files.shbus was added on branch nathanw_sa on 2002-03-24 18:21:15 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file files.t_sh7706lan was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file files.t_sh7706lan was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file files.t_sh7706lan was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.22 04-Apr-2020  jdolecek mark nsmb major obsolete
 1.21 28-Jan-2019  dholland Systematize handling of removed drivers.

- Every driver that was removed and whose number hasn't already been
reused is now listed with a commented-out "obsolete" line.
- The format of these has been systematized. Future format changes can
probably be safely done with a script.
- This does not include a few cases of assignments that only lasted a
couple days, or stuff from before major reorgs. Some of these may
be included nonetheless, because there was a lot of ground to cover
and therefore not a lot of time to dig into history in detail.

Note that the obsolete listings do not mean the major numbers can
never be reused; that's up to portmasters and/or core. It does mean
that they won't be reused by accident, however, which in some cases
(depending on the driver, how widely used it was, its family of device
nodes, their default permissions, etc.) can be quite dangerous.

Note that some of the things now explicitly listed as obsolete are
really ancient history. My scan went back as far as when the majors
files were added. (But not before that.)
 1.20 30-Jun-2011  wiz branches: 1.20.54;
dependant -> dependent
 1.19 06-Apr-2010  nonaka Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.18 12-Nov-2008  ad branches: 1.18.6; 1.18.8;
Remove LKMs and switch to the module framework, pass 1.

Proposed on tech-kern@.
 1.17 31-Dec-2007  ad branches: 1.17.6; 1.17.10; 1.17.16; 1.17.18;
Remove systrace. Ok core@.
 1.16 24-Nov-2006  wiz branches: 1.16.28; 1.16.34; 1.16.42;
s/independant/independent/, from Zafer.
 1.15 11-Dec-2005  christos branches: 1.15.20; 1.15.22;
merge ktrace-lwp.
 1.14 17-Sep-2005  yamt make VMSWAP optional again.
 1.13 31-Jul-2005  yamt revert "defflag VMSWAP" changes for now.
there seems to be far more people who don't want to edit
their kernel config files than i thought.
 1.12 30-Jul-2005  yamt defflag VMSWAP.
 1.11 10-May-2005  jdolecek branches: 1.11.2;
assign major for nsmb(4)
 1.10 10-Dec-2003  jmc Change reference at bottom from sys/dev/majors to sys/conf/majors to match
reality
 1.9 10-Oct-2003  jdolecek reassing majors for crypto and pf to use the newly defined MI major
range
 1.8 10-Oct-2003  jdolecek update the comment - the space for machine-dependant majors
is reduced to 0-143
follows discussion on tech-kern
 1.7 05-Oct-2003  jdolecek Add some framework for MI assignment of device majors - add sys/dev/majors
which is automatically included during kernel config, and add comments
to individual machine-dependant majors.* files to assign new MI majors
in MI file.

Range 0-191 is reserved for machine-specific assignments, range
192+ are MI assignments.

Follows recent discussion on tech-kern@
 1.6 22-Aug-2003  itojun create /dev/crypto
 1.5 27-Jul-2003  itojun reserve cdev major # for PF. ok'ed by technical-exec
 1.4 25-Apr-2003  ragge branches: 1.4.2;
Add ksyms device major.
 1.3 04-Oct-2002  elric branches: 1.3.2;
assign majors for raw and cooked cgd's.
 1.2 06-Sep-2002  gehenna Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.
 1.1 16-May-2002  gehenna branches: 1.1.2; 1.1.4;
file majors.evbsh3 was initially added on branch gehenna-devsw.
 1.1.4.2 18-Oct-2002  nathanw Catch up to -current.
 1.1.4.1 17-Sep-2002  nathanw Catch up to -current.
 1.1.2.3 14-Jul-2002  gehenna catch up with -current.
 1.1.2.2 30-May-2002  gehenna Add $NetBSD$
 1.1.2.1 16-May-2002  gehenna Add the list of block/character majors.
 1.3.2.2 10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.3.2.1 04-Oct-2002  jdolecek file majors.evbsh3 was added on branch kqueue on 2002-10-10 18:32:32 +0000
 1.4.2.4 10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.4.2.3 21-Sep-2004  skrll Fix the sync with head I botched.
 1.4.2.2 18-Sep-2004  skrll Sync with HEAD.
 1.4.2.1 03-Aug-2004  skrll Sync with HEAD
 1.11.2.3 21-Jan-2008  yamt sync with head
 1.11.2.2 30-Dec-2006  yamt sync with head.
 1.11.2.1 21-Jun-2006  yamt sync with head.
 1.15.22.1 10-Dec-2006  yamt sync with head.
 1.15.20.1 12-Jan-2007  ad Sync with head.
 1.16.42.1 02-Jan-2008  bouyer Sync with HEAD
 1.16.34.1 18-Feb-2008  mjf Sync with HEAD.
 1.16.28.1 09-Jan-2008  matt sync with HEAD
 1.17.18.1 19-Jan-2009  skrll Sync with HEAD.
 1.17.16.1 13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.17.10.2 11-Aug-2010  yamt sync with head.
 1.17.10.1 04-May-2009  yamt sync with head.
 1.17.6.1 17-Jan-2009  mjf Sync with HEAD.
 1.18.8.1 30-May-2010  rmind sync with head
 1.18.6.1 30-Apr-2010  uebayasi Sync with HEAD.
 1.20.54.2 08-Apr-2020  martin Merge changes from current as of 20200406
 1.20.54.1 10-Jun-2019  christos Sync with HEAD
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file mk.ap_ms104_sh4 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file mk.ap_ms104_sh4 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file mk.ap_ms104_sh4 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file mk.computex7750 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file mk.computex7750 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file mk.computex7750 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file mk.computexevb was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file mk.computexevb was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file mk.computexevb was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file mk.cqreeksh3 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file mk.cqreeksh3 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file mk.cqreeksh3 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file mk.kzsh401 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file mk.kzsh401 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file mk.kzsh401 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 19-Jul-2020  uwe Add placeholders/boilerplate for NextVoD.

STMicroelectronics support needs to be written for both the CPU and
devices. This config and related files is absolute bare bones to get
a scaffolding kernel to compile to actually work on that support.
Don't hold your breath.
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file mk.t_sh7706lan was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file mk.t_sh7706lan was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file mk.t_sh7706lan was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.6 23-Aug-2015  uebayasi Unfortunately no sh3 kernels (no longer?) use linker scripts, but I dare to
clean up .ctors/.dtors here too.
 1.5 20-Aug-2015  uebayasi Indent.
 1.4 20-Aug-2015  uebayasi Whitespace.
 1.3 20-Nov-2001  lukem branches: 1.3.12; 1.3.168; 1.3.188;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2 06-Feb-2000  msaitoh branches: 1.2.8;
fix the calculation bug for the LMA of bss.
 1.1 13-Sep-1999  itojun branches: 1.1.2;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.2.1 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.2.8.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.3.188.1 22-Sep-2015  skrll Sync with HEAD
 1.3.168.1 03-Dec-2017  jdolecek update from HEAD
 1.3.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.3.12.1 20-Nov-2001  lukem file sh.x was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.4 23-Aug-2015  uebayasi Unfortunately no sh3 kernels (no longer?) use linker scripts, but I dare to
clean up .ctors/.dtors here too.
 1.3 20-Aug-2015  uebayasi Indent.
 1.2 20-Nov-2001  lukem branches: 1.2.12; 1.2.168; 1.2.188;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.1 13-Sep-1999  itojun branches: 1.1.16;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.16.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.188.1 22-Sep-2015  skrll Sync with HEAD
 1.2.168.1 03-Dec-2017  jdolecek update from HEAD
 1.2.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2.12.1 20-Nov-2001  lukem file sh.x.ICE was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.4 23-Aug-2015  uebayasi Unfortunately no sh3 kernels (no longer?) use linker scripts, but I dare to
clean up .ctors/.dtors here too.
 1.3 20-Aug-2015  uebayasi Indent.
 1.2 20-Nov-2001  lukem branches: 1.2.12; 1.2.168; 1.2.188;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.1 13-Sep-1999  itojun branches: 1.1.16;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.16.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.188.1 22-Sep-2015  skrll Sync with HEAD
 1.2.168.1 03-Dec-2017  jdolecek update from HEAD
 1.2.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2.12.1 20-Nov-2001  lukem file sh.x.RAM was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.3 20-Aug-2015  uebayasi Indent.
 1.2 20-Nov-2001  lukem branches: 1.2.12; 1.2.168; 1.2.188;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.1 13-Sep-1999  itojun branches: 1.1.16;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.16.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.188.1 22-Sep-2015  skrll Sync with HEAD
 1.2.168.1 03-Dec-2017  jdolecek update from HEAD
 1.2.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2.12.1 20-Nov-2001  lukem file sh.x.ROM was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.6 23-Aug-2015  uebayasi Unfortunately no sh3 kernels (no longer?) use linker scripts, but I dare to
clean up .ctors/.dtors here too.
 1.5 20-Aug-2015  uebayasi Indent.
 1.4 20-Aug-2015  uebayasi Whitespace.
 1.3 20-Nov-2001  lukem branches: 1.3.12; 1.3.168; 1.3.188;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2 06-Feb-2000  msaitoh branches: 1.2.8;
fix the calculation bug for the LMA of bss.
 1.1 13-Sep-1999  itojun branches: 1.1.2;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.2.1 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.2.8.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.3.188.1 22-Sep-2015  skrll Sync with HEAD
 1.3.168.1 03-Dec-2017  jdolecek update from HEAD
 1.3.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.3.12.1 20-Nov-2001  lukem file shl.x was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.4 23-Aug-2015  uebayasi Unfortunately no sh3 kernels (no longer?) use linker scripts, but I dare to
clean up .ctors/.dtors here too.
 1.3 20-Aug-2015  uebayasi Indent.
 1.2 20-Nov-2001  lukem branches: 1.2.12; 1.2.168; 1.2.188;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.1 13-Sep-1999  itojun branches: 1.1.16;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.16.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.188.1 22-Sep-2015  skrll Sync with HEAD
 1.2.168.1 03-Dec-2017  jdolecek update from HEAD
 1.2.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2.12.1 20-Nov-2001  lukem file shl.x.ICE was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.4 23-Aug-2015  uebayasi Unfortunately no sh3 kernels (no longer?) use linker scripts, but I dare to
clean up .ctors/.dtors here too.
 1.3 20-Aug-2015  uebayasi Indent.
 1.2 20-Nov-2001  lukem branches: 1.2.12; 1.2.168; 1.2.188;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.1 13-Sep-1999  itojun branches: 1.1.16;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.16.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.188.1 22-Sep-2015  skrll Sync with HEAD
 1.2.168.1 03-Dec-2017  jdolecek update from HEAD
 1.2.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2.12.1 20-Nov-2001  lukem file shl.x.RAM was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.3 20-Aug-2015  uebayasi Indent.
 1.2 20-Nov-2001  lukem branches: 1.2.12; 1.2.168; 1.2.188;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.1 13-Sep-1999  itojun branches: 1.1.16;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.16.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.188.1 22-Sep-2015  skrll Sync with HEAD
 1.2.168.1 03-Dec-2017  jdolecek update from HEAD
 1.2.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2.12.1 20-Nov-2001  lukem file shl.x.ROM was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file std.ap_ms104_sh4 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file std.ap_ms104_sh4 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file std.ap_ms104_sh4 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file std.computex7750 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file std.computex7750 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file std.computex7750 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file std.computexevb was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file std.computexevb was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file std.computexevb was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file std.cqreeksh3 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file std.cqreeksh3 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file std.cqreeksh3 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.4 03-Jan-2001  itojun split big/little endian better.
 1.3 22-Jun-2000  fvdl Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.
 1.2 15-Nov-1999  fvdl branches: 1.2.4;
Add

prefix ../gnu/sys
cinclude "conf/files.softdep"
prefix

to all std.* files, so that soft dependencies can be activated using
"options SOFTDEP".
 1.1 13-Sep-1999  itojun branches: 1.1.2; 1.1.8;
Merge in NetBSD/sh3 from cvs.kame.net repository.

Tree structure:
- sys/arch/sh3: sh3 generic code
As commented, in-chip device drivers are put into sys/arch/sh3/dev.
- sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW)
- sys/arch/mmeye: Brains mmEye, www.brains.co.jp
MI source code includes couple of #ifdef for sh3-coff support.
(sh3 uses coff or elf)

Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3,
to compile the tree (due to last minute tree structure change).
 1.1.8.1 27-Dec-1999  wrstuden Pull up to last week's -current.
 1.1.2.2 05-Jan-2001  bouyer Sync with HEAD
 1.1.2.1 20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.2.4.1 23-Jun-2000  fvdl As on the trunk, update these for the move of ffs_softdep.c into the
kernel source itself. Remove prefix construction, and add the SOFTDEP
option to GENERIC kernels.
 1.7 02-Feb-2008  uwe Use std.sh3e{l,b}
 1.6 17-Mar-2006  uebayasi branches: 1.6.38; 1.6.44;
Stop using linker scripts on all sh3 ports.

The only information to be compensated is text section start address.
The default value is set arch-wise as DEFTEXTADDR. Each kernel config
can override the default value by setting TEXTADDR.

Tested on COMPUTEXEVB (evbsh3).

Reviewed By: uwe
 1.5 11-Dec-2005  christos branches: 1.5.4; 1.5.6; 1.5.8; 1.5.10; 1.5.12;
merge ktrace-lwp.
 1.4 17-Sep-2005  yamt include "conf/std".
 1.3 20-Nov-2001  lukem branches: 1.3.12; 1.3.18; 1.3.34;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2 04-Jan-2001  itojun branches: 1.2.2; 1.2.6;
split MACHINE_ARCH sh3e[lb]. userland build still needs checking.
 1.1 03-Jan-2001  itojun split big/little endian better.
 1.2.6.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.2 05-Jan-2001  bouyer Sync with HEAD
 1.2.2.1 04-Jan-2001  bouyer file std.evbsh3.eb was added on branch thorpej_scsipi on 2001-01-05 17:34:11 +0000
 1.3.34.2 04-Feb-2008  yamt sync with head.
 1.3.34.1 21-Jun-2006  yamt sync with head.
 1.3.18.1 10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.3.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.3.12.1 20-Nov-2001  lukem file std.evbsh3.eb was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.5.12.1 28-Mar-2006  tron Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
 1.5.10.1 19-Apr-2006  elad sync with head - hopefully this will work
 1.5.8.1 01-Apr-2006  yamt sync with head.
 1.5.6.1 22-Apr-2006  simonb Sync with head.
 1.5.4.1 09-Sep-2006  rpaulo sync with head
 1.6.44.1 18-Feb-2008  mjf Sync with HEAD.
 1.6.38.1 23-Mar-2008  matt sync with HEAD
 1.7 02-Feb-2008  uwe Use std.sh3e{l,b}
 1.6 17-Mar-2006  uebayasi branches: 1.6.38; 1.6.44;
Stop using linker scripts on all sh3 ports.

The only information to be compensated is text section start address.
The default value is set arch-wise as DEFTEXTADDR. Each kernel config
can override the default value by setting TEXTADDR.

Tested on COMPUTEXEVB (evbsh3).

Reviewed By: uwe
 1.5 11-Dec-2005  christos branches: 1.5.4; 1.5.6; 1.5.8; 1.5.10; 1.5.12;
merge ktrace-lwp.
 1.4 17-Sep-2005  yamt include "conf/std".
 1.3 20-Nov-2001  lukem branches: 1.3.12; 1.3.18; 1.3.34;
cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.2 04-Jan-2001  itojun branches: 1.2.2; 1.2.6;
split MACHINE_ARCH sh3e[lb]. userland build still needs checking.
 1.1 03-Jan-2001  itojun split big/little endian better.
 1.2.6.1 10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.2.2 05-Jan-2001  bouyer Sync with HEAD
 1.2.2.1 04-Jan-2001  bouyer file std.evbsh3.el was added on branch thorpej_scsipi on 2001-01-05 17:34:11 +0000
 1.3.34.2 04-Feb-2008  yamt sync with head.
 1.3.34.1 21-Jun-2006  yamt sync with head.
 1.3.18.1 10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.3.12.2 20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.3.12.1 20-Nov-2001  lukem file std.evbsh3.el was added on branch nathanw_sa on 2001-11-20 12:56:27 +0000
 1.5.12.1 28-Mar-2006  tron Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
 1.5.10.1 19-Apr-2006  elad sync with head - hopefully this will work
 1.5.8.1 01-Apr-2006  yamt sync with head.
 1.5.6.1 22-Apr-2006  simonb Sync with head.
 1.5.4.1 09-Sep-2006  rpaulo sync with head
 1.6.44.1 18-Feb-2008  mjf Sync with HEAD.
 1.6.38.1 23-Mar-2008  matt sync with HEAD
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file std.kzsh401 was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file std.kzsh401 was added on branch rmind-uvmplock on 2010-05-30 05:16:46 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file std.kzsh401 was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.2 25-Jul-2020  uwe Start teaching sh3 code about STX7105.

Kernel option STX7105 to select CPU product (TODO: all of the options
that select CPU product should be defflag'ed to opt_cputype.h).

The ST40 cache sizes can be customized for each product. For now just
hardcode the STx7105 values in the switch, but may be they should be
kernel options.
 1.1 19-Jul-2020  uwe Add placeholders/boilerplate for NextVoD.

STMicroelectronics support needs to be written for both the CPU and
devices. This config and related files is absolute bare bones to get
a scaffolding kernel to compile to actually work on that support.
Don't hold your breath.
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file std.t_sh7706lan was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file std.t_sh7706lan was added on branch rmind-uvmplock on 2010-05-30 05:16:47 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file std.t_sh7706lan was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000
 1.1 06-Apr-2010  nonaka branches: 1.1.2; 1.1.4; 1.1.6;
Added support following boards.
- AlphaNet MS104-SH4
- TAC T-SH7706LAN Ver.3
- TAC T-SH7706LSR Ver.1
 1.1.6.2 11-Aug-2010  yamt sync with head.
 1.1.6.1 06-Apr-2010  yamt file std.t_sh7706lsr was added on branch yamt-nfs-mp on 2010-08-11 22:51:57 +0000
 1.1.4.2 30-May-2010  rmind sync with head
 1.1.4.1 06-Apr-2010  rmind file std.t_sh7706lsr was added on branch rmind-uvmplock on 2010-05-30 05:16:47 +0000
 1.1.2.2 30-Apr-2010  uebayasi Sync with HEAD.
 1.1.2.1 06-Apr-2010  uebayasi file std.t_sh7706lsr was added on branch uebayasi-xip on 2010-04-30 14:39:20 +0000

RSS XML Feed