Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/mvme68k/conf/VME147
RevisionDateAuthorComments
 1.62  21-Jan-2021  nia add a commented out compat_ossaudio wherever there's compat_linux

requested by mrg
 1.61  14-Sep-2017  mrg branches: 1.61.16;
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.60  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 2.
 1.59  23-Aug-2014  dholland branches: 1.59.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.58  05-Jul-2014  tsutsui Use COPTS="-O2 -fno-reorder-blocks" as defined in sys.mk for userland.

Compile tests only.
 1.57  01-Mar-2013  joerg branches: 1.57.10;
Retire OSI network stack. OK core@
 1.56  22-Nov-2011  tls branches: 1.56.8;

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.55  30-Jun-2011  wiz branches: 1.55.2;
dependant -> dependent
 1.54  16-Apr-2010  pooka Remove unused count (invariably "4") from pseudo-device fss.
 1.53  30-May-2008  tsutsui branches: 1.53.18; 1.53.20;
Add options COMPAT_40 to files which have options COMPAT_30.
 1.52  05-Feb-2006  cube branches: 1.52.68; 1.52.70; 1.52.72; 1.52.74;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.51  07-Dec-2005  tsutsui branches: 1.51.2; 1.51.4; 1.51.6;
Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.50  19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.49  19-Aug-2005  christos 64 bit inode changes.
 1.48  25-Feb-2005  simonb branches: 1.48.4;
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
that didn't have those options but had other earlier compat options.
 1.47  18-Feb-2005  dsl Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.46  31-Jan-2005  hannken Add file system snapshots to kernel configs.

- Ffs internal snapshots get compiled in unconditionally.

- File system snapshot device fss(4) added to all kernel configs that
have a disk. Device is commented out on all non-GENERIC kernels.

Reviewed by: Jason Thorpe <thorpej@netbsd.org>
 1.45  10-Nov-2004  christos branches: 1.45.4; 1.45.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.44  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.43  22-Sep-2003  cl branches: 1.43.2;
add COMPAT_15/COMPAT_16
 1.42  18-Sep-2002  lukem branches: 1.42.6;
enable USERCONF by default; it's small and extremely useful to have available.
 1.41  17-Jun-2002  lukem 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.40  25-Apr-2002  atatat branches: 1.40.2; 1.40.4;
Add the INCLUDE_CONFIG_FILE option to all config files. In config
files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or
ALPHA), it is uncommented.
 1.39  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.38  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.37  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.36  08-Jul-2001  abs branches: 1.36.2; 1.36.8;
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.35  10-Jun-2001  scw Enable DHCP and BOOTP as supported diskless NFS boot options.
 1.34  10-Jun-2001  scw Add rnd(4) pseudo-device.
 1.33  28-May-2001  scw Add COMPAT_15 and comment out COMPAT_SUNOS. (It's hardly used and saves
a bit of space on low memory models).
 1.32  09-Dec-2000  scw branches: 1.32.2;
Delete the commented out EXEC_ELF32 now that it's in std.mvme68k.
(Spotted by Simon Burge)
 1.31  07-Dec-2000  scw Add "options COMPAT_AOUT_M68K".
 1.30  25-Nov-2000  scw Add CD9660, plus some general cleanup.
 1.29  18-Mar-2000  scw Merge 'scw_mvme68k_bus_space' branch with the trunk.
These changes add support for:

o The MI VMEbus framework on both MVME147 and MVME167.
o Enhancements to the existing MD bus_space(9) implementation.
o Most of the bus_dma(9) API.
 1.28  29-Jul-1999  augustss branches: 1.28.2; 1.28.10;
It's time to be COMPAT_14.
 1.27  20-Feb-1999  scw branches: 1.27.4;
Add NFS_BOOT_BOOTPARAMS option.
 1.26  15-Dec-1998  itohy Added options COMPAT_LINUX and EXEC_ELF32 as comments
to GENERIC configuration files.
 1.25  26-Jun-1998  lukem remove options FIFO; it's now the default
 1.24  08-May-1998  scw Move 'pseudo-device md' from VME147 to RAMDISK, where it belongs.
For some reason, 'pseudo-device vnd' was missing from VME147; added.
 1.23  04-May-1998  thorpej options UVM no longer needed; it's now standard
 1.22  18-Mar-1998  bouyer Add commented out "options FFS_EI"
 1.21  21-Feb-1998  scw Implement changes for MACHINE_NEW_NONCONTIG and UVM.
 1.20  17-Dec-1997  scw Add file-system KERNFS for the benefit of miniroot install.
 1.19  01-Dec-1997  kleink Add COMPAT_13.
 1.18  17-Nov-1997  lukem * add commented out DDB_HISTORY_SIZE=100 if DDB exists in config file
* fix up use of 'options<SPACE><TAB>'
 1.17  12-Sep-1997  mycroft FPCOPROC is already in the Makefile; no need for it here.
 1.16  22-Jul-1997  phil branches: 1.16.2;
Add "#file-system UNION" as per PR 1032. (Should mvme68k have a
GENERIC conf file with "everything?")
 1.15  21-Mar-1997  thorpej Nuke unneeded "machine ..." line, pointed out by John Birrell.
 1.14  18-Mar-1997  thorpej Use std.mvme68k, which contains non-optional "options" (a'la other ports).
 1.13  31-Jan-1997  thorpej Adopt for new file system and root spec grammar.
 1.12  15-Jan-1997  perry Eliminate obsolete TIMEZONE and DST options.
Eliminate obsolete global kernel variable "struct timezone tz"
Add RTC_OFFSET option
Add global kernel variable rtc_offset, which is initialized by
RTC_OFFSET at kernel compile time.
on i386, x68k, mac68k, pc532 and arm32, RTC_OFFSET indicates how many
minutes west (east) of GMT the hardware RTC runs. Defaults to 0.
Places where tz variable was used to indicate this in the past have
been replaced with rtc_offset.
Add sysctl interface to rtc_offset.
Kill obsolete DST_* macros in sys/time.h
gettimeofday now always returns zeroed timezone if zone is requested.
settimeofday now ignores and logs attempts to set non-existant kernel
timezone.
 1.11  28-Dec-1996  pk branches: 1.11.2;
rename: ramdisk => md
 1.10  09-Nov-1996  chuck - new lpt driver, contributed by Steve Woodford <steve@mctavish.demon.co.uk>
- added 1.1 and 1.2 compat to VME147 config file
 1.9  08-Nov-1996  chuck add ss/uk
 1.8  06-Nov-1996  chuck add options: EXEC_AOUT and EXEC_SCRIPT
 1.7  12-Sep-1996  thorpej Update for the new way machine/cpu support is option'd in.
 1.6  10-Sep-1996  thorpej Document COMPAT_M68K4K, but leave it disabled by default.
 1.5  29-May-1996  chuck switch to generic boot
 1.4  20-May-1996  chuck branches: 1.4.4;
add "rd" ram-disk config
 1.3  26-Apr-1996  chuck - sync with new autoconfig code (iio goes away)
- add support for zs1, vme devices (untested)

Contributed by: Jason R. Thorpe <thorpej@og.org>
 1.2  18-Apr-1996  chuck add wdsc, enable FFS, move le
 1.1  25-Jul-1995  chuck branches: 1.1.1;
Initial revision
 1.1.1.1  25-Jul-1995  chuck mvme68k port -- for the motorola vme147 m68030 card
 1.4.4.1  29-May-1996  chuck import generic boot bug fix
 1.11.2.2  18-Jan-1997  thorpej Update from trunk.
 1.11.2.1  14-Jan-1997  thorpej Snapshot of work-in-progress, committed to private branch.

These changes implement machine-independent root device and file system
selection. Notable features:

- All ports behave in a consistent manner regarding root
device selection.
- No more "options GENERIC"; all kernels have the ability
to boot with RB_ASKNAME to select root device and file system
type.
- Root file system type can be wildcarded; a machine-independent
function will try all possible file systems for the selected
root device until one succeeds.
- If the root file system fails to mount, the operator will
be given the chance to select a new root device and file
system type, rather than having the machine simply panic.
- nfs_mountroot() no longer panics if any part of the NFS
mount process fails; it now returns an error, giving the
operator a chance to recover.
- New, more consistent, config(8) grammar. The constructs:

config netbsd swap generic
config netbsd root on nfs

have been replaced with:

config netbsd root on ? type ?
config netbsd root on ? type nfs

Additionally, the operator may select or wildcard root file
system type in the kernel configuration file:

config netbsd root on cd0a type cd9660

config(8) now requires that a "root" specification be
made. "root" may be wired down or wildcarded. "swap" and
"dump" specifications are optional, and follow previous
semantics.

- config(8) has a new "file-system" keyword, used to configure
file systems into the kernel. Eventually, this will be used
to generate the default vfssw[].

- "options NFSCLIENT" is obsolete, and is replaced by
"file-system NFS". "options NFSSERVER" still exists, since
NFS server support is independent of the NFS file system
client.

- sys/arch/<foo>/<foo>/swapgeneric.c is no longer used, and
will be removed; all information is now generated by config(8).

As of this commit, all ports except arm32 have been updated to use
the new setroot(). Only SPARC, i386, and Alpha ports have been
tested at this time. Port masters should test these changes on their
ports, and report any problems back to me.

More changes are on their way, including RB_ASKNAME support in
nfs_mountroot() (to prompt for server address and path) and, potentially,
the ability to select rarp/bootparam or bootp in nfs_mountroot().
 1.16.2.1  16-Sep-1997  thorpej Update marc-pcmcia branch from trunk.
 1.27.4.1  02-Aug-1999  thorpej Update from trunk.
 1.28.10.3  18-Mar-2000  scw Houston, we have VMEbus interrupts.
Also address some KNF issues.
 1.28.10.2  18-Mar-2000  scw MI VMEbus glue more or less complete.
Kernels now compiled with -Wall, etc. (lots of fixes needed for this)
All MD drivers now bus_spaced/bus_dma'd. The two SCSI drivers should
be replaced with bus_spaced MI versions at some point.
 1.28.10.1  11-Mar-2000  scw Checkpoint of development of the following features of mvme68k:

. Preliminary support for the MI VMEbus framework.
. Full bus_space* and "mostly-there" bus_dma* support.

At this time, MI VMEbus drivers may well work 'as is' on an MVME147 board.
Work to get the MVME167 to this stage is ongoing.

Testers will be required at some point as I have no VMEbus boards which
have existing MI drivers! (Although I am able to test things in a limited
fashion using a noddy driver and a VMEbus RAM card).

TODO:

. Expunge all remaining use of IIOV() and freinds.
. Flag the 'boot device' using bus_space_tag_t and offset.
. Add a 24bit address constraint to bus_dmamem_alloc() (for le/ie)
. VMEChip2 support on MVME167/MVME177
. Support the mvme68k boards in VMEbus slave mode.
. Anything else I can thing of, besides having another beer. ;-)
 1.28.2.3  13-Dec-2000  bouyer Sync with HEAD (for UBC fixes).
 1.28.2.2  08-Dec-2000  bouyer Sync with HEAD.
 1.28.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.32.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.36.8.6  18-Oct-2002  nathanw Catch up to -current.
 1.36.8.5  20-Jun-2002  nathanw Catch up to -current.
 1.36.8.4  17-Apr-2002  nathanw Catch up to -current.
 1.36.8.3  28-Feb-2002  nathanw Catch up to -current.
 1.36.8.2  08-Jan-2002  nathanw Catch up to -current.
 1.36.8.1  08-Jul-2001  nathanw file VME147 was added on branch nathanw_sa on 2002-01-08 00:26:32 +0000
 1.36.2.5  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.36.2.4  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.36.2.3  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.36.2.2  11-Feb-2002  jdolecek Sync w/ -current.
 1.36.2.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.40.4.1  01-Aug-2002  lukem Pull up revision 1.41 (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.40.2.1  14-Jul-2002  gehenna catch up with -current.
 1.42.6.8  11-Dec-2005  christos Sync with head.
 1.42.6.7  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.42.6.6  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.42.6.5  04-Feb-2005  skrll Sync with HEAD.
 1.42.6.4  14-Nov-2004  skrll Sync with HEAD.
 1.42.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.42.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.42.6.1  03-Aug-2004  skrll Sync with HEAD
 1.43.2.1  15-Jul-2004  he Pull up revision 1.44 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.45.6.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.45.6.1  12-Feb-2005  yamt sync with head.
 1.45.4.1  29-Apr-2005  kent sync with -current
 1.48.4.1  21-Jun-2006  yamt sync with head.
 1.51.6.1  22-Apr-2006  simonb Sync with head.
 1.51.4.1  09-Sep-2006  rpaulo sync with head
 1.51.2.1  18-Feb-2006  yamt sync with head.
 1.52.74.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.52.72.2  11-Aug-2010  yamt sync with head.
 1.52.72.1  04-May-2009  yamt sync with head.
 1.52.70.1  04-Jun-2008  yamt sync with head
 1.52.68.1  02-Jun-2008  mjf Sync with HEAD.
 1.53.20.1  30-May-2010  rmind sync with head
 1.53.18.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.55.2.2  22-May-2014  yamt sync with head.

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

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.55.2.1  17-Apr-2012  yamt sync with head
 1.56.8.3  03-Dec-2017  jdolecek update from HEAD
 1.56.8.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.56.8.1  23-Jun-2013  tls resync from head
 1.57.10.1  10-Aug-2014  tls Rebase.
 1.59.2.1  28-Aug-2017  skrll Sync with HEAD
 1.61.16.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed