Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/bebox/conf/INSTALL
RevisionDateAuthorComments
 1.65  15-Sep-2020  mrg bump bebox and prep image sizes for GCC 9.
 1.64  14-Jul-2018  maxv Remove "options IPKDB", and the other associated options, from the config
files.

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

There are plans to rewrite a similar feature from scratch.

ok kamil christos
 1.63  14-Jul-2018  maxv Remove "options DEBUG_BY_TOOLS", it doesn't exist.
 1.62  14-Sep-2017  mrg branches: 1.62.2; 1.62.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.61  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.60  19-Feb-2017  rin PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.59  13-Dec-2016  christos branches: 1.59.2;
wildcard speaker attachments, now that we can handle many of them.
 1.58  09-Dec-2016  christos kill PCPPISPEAKER
 1.57  08-Dec-2016  nat Add a synthesized pc beeper and keyboard bell for platforms with an audio
device.
 1.56  23-Aug-2014  dholland branches: 1.56.2; 1.56.4;
Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.55  27-Apr-2013  christos remove confusing numeric locators where they are unused.
 1.54  05-Jun-2012  abs branches: 1.54.2;
Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.
 1.53  18-Dec-2011  dholland branches: 1.53.2;
WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.52  22-Nov-2011  tls branches: 1.52.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.51  23-Nov-2010  hannken branches: 1.51.8;
Remove unused count from pseudo-device md.
 1.50  20-Oct-2010  kiyohara s/BEBOX/BeBox/.
Disable some COMPAT_*-s. And indent.
Disable TMPFS.
Add some options WS*-s.
Add attimer.
Add atapibus and atapi-devices.
Add ukphy.
spkr attached pcppi not pckbd.
 1.49  16-Oct-2010  kiyohara Cleanup INSTALL.
+ Enable must required devices. (HDD, NIC, com, vga, genfb and keyboard)
- Disable optional devices. (mouse, lpt...)
 1.48  16-Apr-2010  pooka Remove unused count (invariably "4") from pseudo-device fss.
 1.47  05-Dec-2009  pooka branches: 1.47.2; 1.47.4;
Remove the portalfs kernel file system driver. Replace mount_portal(8)
with a version based on puffs. User functionality remains the same.
 1.46  06-Feb-2009  jym 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.45  06-Feb-2009  jym Fix some whitespace and indentation. No functional change.
 1.44  31-Jul-2008  simonb branches: 1.44.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.43  30-May-2008  tsutsui branches: 1.43.4;
Add options COMPAT_40 to files which have options COMPAT_30.
 1.42  08-Dec-2007  ober branches: 1.42.12; 1.42.14; 1.42.16; 1.42.18;
Remove pccons as it is gone forever.
 1.41  29-Dec-2006  yamt branches: 1.41.10; 1.41.22; 1.41.24; 1.41.32;
update comments on NFS_V2_ONLY after nqnfs removal. no functional changes.
from Arnaud Lacombe.
 1.40  02-Oct-2006  chs remove MALLOC_NOINLINE, it doesn't do anything anymore.
 1.39  27-Sep-2006  manu - Document COMPAT_15 as doing nothing
- Add COMPAT_15 to all the kernel that had COMPAT_14, for the sake of coherency
- Remove the only occurences of #ifdef COMPAT_15 in the tree: for the ARM
ports, COMPAT_15 was always used in conjunction with EXEC_AOUT. Only EXEC_AOUT
matters here.

This address kern/18407
 1.38  15-Sep-2006  gdamore branches: 1.38.2;
Convert bebox to MI todr. As part of this, separate out the mc146818
clock handling. Originally reviewed with that committed as an MI driver
in dev/isa, crazy MD versions of mcclock made that impossible. So for
now I'm only handling it as an MD driver. Ok garbled@
 1.37  05-Feb-2006  cube branches: 1.37.14;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.36  04-Feb-2006  rpaulo bpfilter doesn't accept count anymore.
 1.35  07-Dec-2005  tsutsui branches: 1.35.2; 1.35.4; 1.35.6;
Remove obsolete options VNODE_OP_NOINLINE.
 1.34  07-Dec-2005  tsutsui Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.33  19-Aug-2005  christos Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
 1.32  19-Aug-2005  christos 64 bit inode changes.
 1.31  25-Feb-2005  simonb branches: 1.31.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.30  18-Feb-2005  dsl Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.29  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.28  10-Nov-2004  christos branches: 1.28.4; 1.28.6;
Add COMPAT_BSDPTY to the rest of the config files.
 1.27  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.26  18-Oct-2003  lukem branches: 1.26.2;
Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
 1.25  08-Oct-2003  bouyer Add atabus.
 1.24  06-Sep-2003  itojun add rnd(4) device to installation media.
necessary for many purposes, including password seeding, tcp sequence number,
and more. see tech-security
 1.23  18-Sep-2002  lukem branches: 1.23.6;
enable USERCONF by default; it's small and extremely useful to have available.
 1.22  05-Jul-2002  abs Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR,
MALLOC_NOINLINE, and VNODE_OP_NOINLINE. The exceptions are when they
include another config files that already defines the options, or if
they are for an embedded board, just define a few extra options, and
do not already define PIPE_SOCKETPAIR.
 1.21  25-Apr-2002  atatat branches: 1.21.2;
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.20  18-Apr-2002  wiz Remove opms(4) for bebox (superseded by pms(4)).

Approved by christos.
 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  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.16  09-Mar-2002  chs switch all mpc6xx powerpc ports to NEWPMAP by default.
the old pmap is still available with the OLDPMAP option.
 1.15  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.14  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.13  26-Aug-2001  matt branches: 1.13.6;
Make all powerpc ports use a common Makefile.powerpc (except walnut)
Enforce -Wmissing-prototypes -Wstrict-prototypes for all ppc ports.
Split out macppc cpu support and make common to mpc6xx ports. Make
other mpc6xx ports use it. Add evcnts for mpc6xx traps.
 1.12  08-Jul-2001  abs branches: 1.12.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.11  07-Jul-2001  tsutsui Remove (commented out) ncr* at pci? lines.
 1.10  10-Jun-2001  tsubai Use the new pmap to compile again (sorry).
 1.9  02-Oct-2000  abs branches: 1.9.2;
Ensure all INSTALL* kernels have two ptys, and a note explaining why:
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
(Some installers may not be using sysinst, in which case this just reduces
the number of ptys from 16 that are not used to 2 that are not used)
For i386 conf files, no change other than comments.
 1.8  25-Sep-2000  abs Use "options<SPACE><TAB>" not "options<TAB>" - noted by simonb.
Move VNODE_OP_NOINLINE and NFS_V2_ONLY into '# Filesystem options' section.
Consistently label '# Filesystem options' and '#File systems' sections.
 1.7  25-Sep-2000  abs Ensure all INSTALL config files have (at least) COPTS="-Os", cincluding bebox
based on it working already for macppc.
Also add commented out:
#options VNODE_OP_NOINLINE # Don't inline vnode op calls
#options NFS_V2_ONLY # Exclude NFS3 and NQNFS code
as suggestions for additional savings
 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  22-Mar-2000  cgd add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.
 1.4  29-Jul-1999  augustss branches: 1.4.2;
It's time to be COMPAT_14.
 1.3  28-Sep-1998  sakamoto branches: 1.3.8;
pcvt is no longer used with bebox.
 1.2  26-Jun-1998  lukem remove options FIFO; it's now the default
 1.1  28-May-1998  sakamoto Use new PowerPC-generic stuff(sys/arch/powerpc).
 1.3.8.1  02-Aug-1999  thorpej Update from trunk.
 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.9.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.12.2.7  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.12.2.6  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.12.2.5  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.12.2.4  16-Mar-2002  jdolecek Catch up with -current.
 1.12.2.3  11-Feb-2002  jdolecek Sync w/ -current.
 1.12.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.12.2.1  13-Sep-2001  thorpej Update the kqueue branch to HEAD.
 1.13.6.8  18-Oct-2002  nathanw Catch up to -current.
 1.13.6.7  01-Aug-2002  nathanw Catch up to -current.
 1.13.6.6  20-Jun-2002  nathanw Catch up to -current.
 1.13.6.5  17-Apr-2002  nathanw Catch up to -current.
 1.13.6.4  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.13.6.3  28-Feb-2002  nathanw Catch up to -current.
 1.13.6.2  08-Jan-2002  nathanw Catch up to -current.
 1.13.6.1  26-Aug-2001  nathanw file INSTALL was added on branch nathanw_sa on 2002-01-08 00:23:45 +0000
 1.21.2.1  16-Jul-2002  gehenna catch up with -current.
 1.23.6.8  11-Dec-2005  christos Sync with head.
 1.23.6.7  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.23.6.6  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.23.6.5  04-Feb-2005  skrll Sync with HEAD.
 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.26.2.1  15-Jul-2004  he Pull up revision 1.27 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.28.6.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.28.6.1  12-Feb-2005  yamt sync with head.
 1.28.4.1  29-Apr-2005  kent sync with -current
 1.31.4.3  21-Jan-2008  yamt sync with head
 1.31.4.2  30-Dec-2006  yamt sync with head.
 1.31.4.1  21-Jun-2006  yamt sync with head.
 1.35.6.1  22-Apr-2006  simonb Sync with head.
 1.35.4.1  09-Sep-2006  rpaulo sync with head
 1.35.2.1  18-Feb-2006  yamt sync with head.
 1.37.14.2  12-Jan-2007  ad Sync with head.
 1.37.14.1  18-Nov-2006  ad Sync with head.
 1.38.2.1  22-Oct-2006  yamt sync with head
 1.41.32.1  08-Dec-2007  ad Sync with head.
 1.41.24.1  09-Jan-2008  matt sync with HEAD
 1.41.22.1  09-Dec-2007  jmcneill Sync with HEAD.
 1.41.10.1  09-Dec-2007  reinoud Pullup to HEAD
 1.42.18.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.42.18.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.42.16.3  11-Aug-2010  yamt sync with head.
 1.42.16.2  11-Mar-2010  yamt sync with head
 1.42.16.1  04-May-2009  yamt sync with head.
 1.42.14.1  04-Jun-2008  yamt sync with head
 1.42.12.2  28-Sep-2008  mjf Sync with HEAD.
 1.42.12.1  02-Jun-2008  mjf Sync with HEAD.
 1.43.4.1  19-Oct-2008  haad Sync with HEAD.
 1.44.2.1  03-Mar-2009  skrll Sync with HEAD.
 1.47.4.2  05-Mar-2011  rmind sync with head
 1.47.4.1  30-May-2010  rmind sync with head
 1.47.2.2  22-Oct-2010  uebayasi Sync with HEAD (-D20101022).
 1.47.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.51.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.51.8.2  30-Oct-2012  yamt sync with head
 1.51.8.1  17-Apr-2012  yamt sync with head
 1.52.2.1  18-Feb-2012  mrg merge to -current.
 1.53.2.1  12-Jun-2012  riz Pull up following revision(s) (requested by abs in ticket #311):
sys/arch/netwinder/conf/GENERIC: revision 1.112
sys/arch/i386/conf/GENERIC: revision 1.1074
sys/arch/atari/conf/MILAN.in: revision 1.26
sys/arch/zaurus/conf/GENERIC: revision 1.54
sys/arch/shark/conf/GENERIC: revision 1.101
sys/arch/hpcmips/conf/MPC303: revision 1.60
sys/arch/i386/conf/XEN3_DOM0: revision 1.67
sys/arch/evbarm/conf/MPCSA_GENERIC: revision 1.29
sys/arch/vax/conf/GENERIC: revision 1.181
sys/arch/sparc/conf/KRUPS: revision 1.59
sys/arch/evbarm/conf/BEAGLEBOARD: revision 1.27
sys/arch/i386/conf/INSTALL_FLOPPY: revision 1.16
sys/arch/prep/conf/GENERIC: revision 1.163
sys/arch/hpcmips/conf/GENERIC: revision 1.216
sys/arch/sparc/conf/TADPOLE3GX: revision 1.56
sys/arch/shark/conf/INSTALL: revision 1.50
sys/arch/next68k/conf/GENERIC: revision 1.127
sys/arch/evbppc/conf/VIRTEX_GSRD2: revision 1.16
sys/arch/evbppc/conf/VIRTEX_DFC: revision 1.17
sys/arch/evbppc/conf/EXPLORA451: revision 1.48
sys/arch/bebox/conf/INSTALL: revision 1.54
sys/arch/next68k/conf/SLAB: revision 1.46
sys/arch/i386/conf/GENERIC_TINY: revision 1.132
sys/arch/bebox/conf/GENERIC: revision 1.131
sys/arch/amd64/conf/XEN3_DOM0: revision 1.84
sys/arch/amd64/conf/GENERIC: revision 1.356
sys/arch/evbarm/conf/MMNET_GENERIC: revision 1.6
share/man/man4/wscons.4: revision 1.31
sys/arch/hpcmips/conf/TX3912: revision 1.79
sys/arch/evbarm/conf/ARMADILLO9: revision 1.35
sys/arch/hpcsh/conf/GENERIC: revision 1.97
sys/arch/i386/conf/ALL: revision 1.339
sys/arch/hpcmips/conf/TX3922: revision 1.93
sys/arch/cats/conf/INSTALL: revision 1.82
sys/arch/sparc64/conf/GENERIC: revision 1.151
sys/arch/i386/conf/INSTALL_TINY: revision 1.135
sys/arch/evbppc/conf/VIRTEX_GSRD1: revision 1.15
sys/arch/evbarm/conf/TS7200: revision 1.49
sys/arch/hpcmips/conf/VR41XX: revision 1.55
sys/arch/hp700/conf/GENERIC: revision 1.115
sys/arch/cats/conf/GENERIC: revision 1.140
Mention wsconscfg(8) needs WSDISPLAY_COMPAT_USL
If a port is going to have wscons for virtual terminals then it really make=
s
sense to enable WSDISPLAY_COMPAT_USL so the system can switch between the
virtual terminals...
Adjust the WSDISPLAY_COMPAT_USL comment to mention wsconscfg, to at least
give a hint that its not just for third party compat. No functional change.
 1.54.2.2  03-Dec-2017  jdolecek update from HEAD
 1.54.2.1  23-Jun-2013  tls resync from head
 1.56.4.2  20-Mar-2017  pgoyette Sync with HEAD
 1.56.4.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.56.2.2  28-Aug-2017  skrll Sync with HEAD
 1.56.2.1  05-Feb-2017  skrll Sync with HEAD
 1.59.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.62.4.1  10-Jun-2019  christos Sync with HEAD
 1.62.2.1  28-Jul-2018  pgoyette Sync with HEAD

RSS XML Feed