Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/alpha/conf/INSTALL
RevisionDateAuthorComments
 1.120  06-Mar-2024  thorpej Tidy up TLSB autoconfiguration just a bit.
 1.119  02-Mar-2024  thorpej Add the basic framework for the DEC KN7AA ("Ruby") systems -- DEC 7000
and DEC 10000.

This is a work-in-progress, but this should be sufficient for the system
to boot, using the PROM console routines (and then proceed to not find any
devices because we don't yet support the "Laser System Bus").
 1.118  23-Jul-2021  thorpej Use wildcard matches more consistently, and attach pci, eisa, isa, and
usb to their interface attributes, which makes for easier trimming-down
with "no" directives.
 1.117  28-Sep-2020  thorpej branches: 1.117.6;
qemu device for INSTALL, too.
 1.116  19-Sep-2020  thorpej Enable MULTIPROCESSOR by default, but disable it in the RAMDISK
and INSTALL kernels to save some space.
 1.115  05-Sep-2020  thorpej Add siisata.
 1.114  06-Apr-2020  martin Slightly bump ramdisk space
 1.113  25-Jan-2020  thorpej Retire "le* at pci?" from the shipped kernel configs:
- If the config had both an le@pci and a pcn, simply remove le@pci
(pcn would match at a higher priority anyway).
- If the config had le@pci enabled, but no pcn, change le@pci to pcn.
- If the config had le@pci commented out, but no pcn, change le@pci
to pcn and leave it commented out.

The pcn driver supports more chips than le@pci and does DMA directly
to/from mbufs rather than memory copies.
 1.112  20-Jan-2020  thorpej Remove FDDI support.
 1.111  06-Sep-2018  maxv branches: 1.111.6;
Retire the 'midway' driver. Discussed on tech-net@ recently and also three
years ago, part of removing the network ATM code.
 1.110  14-Sep-2017  mrg branches: 1.110.2; 1.110.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.109  21-Aug-2015  uebayasi Add `pseudo-device ksyms' where `options DDB' is used, because
config(1)/config(5) can't handle module dependency correctly at this
moment.

(This is another proof that shared file definition (`file xxx.c a|b')
is a bad idea.)
 1.108  11-Oct-2014  uebayasi branches: 1.108.2;
Missing agp attachment.
 1.107  23-Aug-2014  dholland Systematize (and in many cases, fix) the comments on options COMPAT_NN.

There are quite a few configs that are missing some COMPAT_NN options
in ways that don't make sense; this should probably get cleaned up
too, but for the time being I've not added or removed anything.
 1.106  24-Jan-2014  martin Add raid to the install kernel
 1.105  22-Jan-2014  tsutsui Add pseudo-device bpfilter to use DHCP client.
 1.104  27-Apr-2013  christos branches: 1.104.4;
remove confusing numeric locators where they are unused.
 1.103  17-Aug-2012  abs branches: 1.103.2;
Update all kernel configs mentioning WSEMUL_* but not already including
WSDISPLAY_COMPAT_USL using the following rules:
- If WSEMUL_ is commented out, add commented out out WSDISPLAY_COMPAT_USL
- If INSTALL or obviously memory constrained, add WSDISPLAY_DEFAULTSCREENS=1
and commented out WSDISPLAY_COMPAT_USL
- Otherwise add WSDISPLAY_COMPAT_USL

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

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

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

On 5 June 2012 09:47, David Brownlee <abs@absd.org> wrote:
> wsconscfg(8) requires WSDISPLAY_COMPAT_USL in order to switch virtual
> terminals.
>
> Except when in an exceptionally memory or space constrained
> environment (INSTALL being the obvious case), is there any reason why
> all GENERIC and GENERIC-like kernels which have wscons enabled
> shouldn't also have WSDISPLAY_COMPAT_USL?
 1.102  18-Dec-2011  dholland WABPL is no longer considered experimental (has not been for some time)
so update its comment in config files.
 1.101  22-Nov-2011  tls branches: 1.101.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.100  23-Nov-2010  hannken branches: 1.100.8;
Remove unused count from pseudo-device md.
 1.99  16-Apr-2010  pooka Remove unused count (invariably "4") from pseudo-device fss.
 1.98  29-Mar-2009  tsutsui branches: 1.98.2; 1.98.4;
Remove kernfs and use dmesg(8) on alpha INSTALL kernel.
 1.97  06-Feb-2009  jym branches: 1.97.2;
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.96  31-Jul-2008  simonb branches: 1.96.2;
Add "options WAPBL" to standard GENERIC/INSTALL type configs.
 1.95  30-May-2008  tsutsui branches: 1.95.4;
Add options COMPAT_40 to files which have options COMPAT_30.
 1.94  01-Jan-2007  pavel branches: 1.94.44; 1.94.46; 1.94.48; 1.94.50;
sync the zstty configuration with GENERIC, for consistency.
 1.93  29-Dec-2006  yamt update comments on NFS_V2_ONLY after nqnfs removal. no functional changes.
from Arnaud Lacombe.
 1.92  11-Dec-2006  tsutsui Reduce diffs between GENERIC and INSTALL.
 1.91  09-Dec-2006  tsutsui Add the following network devices:
- pcn at pci
- wm at pci
- makphy at mii
- rgephy at mii
- rlphy at mii
 1.90  02-Oct-2006  chs branches: 1.90.2;
remove MALLOC_NOINLINE, it doesn't do anything anymore.
 1.89  05-Feb-2006  cube branches: 1.89.14; 1.89.16;
Remove 'count' argument for pseudo-devices that ignore it
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
 1.88  07-Dec-2005  tsutsui branches: 1.88.2; 1.88.4; 1.88.6;
Remove obsolete options VNODE_OP_NOINLINE.
 1.87  07-Dec-2005  tsutsui Adjust comments for options FFS_NO_SNAPSHOT.

XXX: This option should be mentioned in options(4).
 1.86  31-May-2005  tron branches: 1.86.2;
Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.
 1.85  18-Feb-2005  dsl branches: 1.85.4;
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
 1.84  11-Feb-2005  dsl Add 'option FFS_SNAPSHOT' to most of the config files.
Commented out for kernels that appear to hace space constraints.
 1.83  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.82  24-Nov-2004  bouyer branches: 1.82.4; 1.82.6;
pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).
 1.81  10-Nov-2004  christos Add COMPAT_BSDPTY to the rest of the config files.
 1.80  15-Jul-2004  atatat Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented
out in most of them.
 1.79  13-Feb-2004  wiz branches: 1.79.2;
RealTek -> Realtek.
 1.78  14-Dec-2003  thorpej Split the Intel i31244 SATA controller ("Artisea") driver out of piixide
into its own driver (artsata).
 1.77  13-Dec-2003  thorpej Split out the Silicon Image SATALink support into its own driver,
"satalink".
 1.76  18-Oct-2003  lukem Use one 'atabus* at ata?' instead of multiple 'atabus* at FOOide? channel ?'
Use 'atapibus* at atapi?' instead of 'atapibus* at atabus?'
 1.75  08-Oct-2003  bouyer Add new per-chip pciide drivers.
 1.74  08-Oct-2003  bouyer Add atabus
 1.73  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.72  16-Apr-2003  thorpej branches: 1.72.2;
Add mpt(4).
 1.71  10-Apr-2003  christos Bye Bye UCONSOLE
 1.70  10-Feb-2003  grant add wi at pci and pcmcia, make comments consistent.
 1.69  30-Nov-2002  itohy White space police.
 1.68  24-Sep-2002  ad Remove the TCWSCONS config now that zstty can do flow control on IOASIC
machines.
 1.67  18-Sep-2002  lukem enable USERCONF by default; it's small and extremely useful to have available.
 1.66  22-Jul-2002  wiz Correct some commented out variables from ADW_DISABLE_* to SCSI_ADW_DISABLE_*.
From Julio Merino in port-alpha/17677.
 1.65  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.64  25-Apr-2002  atatat branches: 1.64.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.63  17-Apr-2002  mycroft Switch from de to tlp by default.
 1.62  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.61  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.60  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.59  10-Feb-2002  wiz Update description for icsphy.
 1.58  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.57  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.56  22-Aug-2001  hubertf branches: 1.56.2;
More comment changes: 90x[B] -> 90x[BC]
 1.55  07-Jul-2001  tsutsui branches: 1.55.2;
Remove (commented out) ncr* at pci? lines.
 1.54  18-Jun-2001  thorpej Add sf(4), gsip(4), gphyter(4) drivers.
 1.53  07-Jun-2001  lukem add iha(4); it works in my pc164 after thorpej fixed a minor issue
 1.52  06-May-2001  ad Add mlx at eisa.
 1.51  12-Feb-2001  minoura branches: 1.51.2;
Correct typo (s/unit/unix/).
 1.50  04-Feb-2001  ad Add a driver for the Mylex DAC960 family (including DEC SWXCR).
 1.49  21-Dec-2000  thorpej Add Sable and Lynx support.
 1.48  26-Nov-2000  ad lsu -> ld, by popular request.
 1.47  19-Oct-2000  ad ca -> lsu
 1.46  02-Oct-2000  abs 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.45  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.44  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.43  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.42  11-Aug-2000  thorpej Back out part of previous which was unintended.
 1.41  11-Aug-2000  thorpej Add depca at eisa.
 1.40  12-Jul-2000  thorpej - Add Jensen support/devices.
- Add commented-out Sable/Lynx support/devices.
- Switch from `ncr' to `siop' by default.
- Add some missing `scsibus' configs to INSTALL.
 1.39  01-Jun-2000  thorpej branches: 1.39.2;
Add support for the Alpha Processor, Inc. UP1000 EV6 system.
 1.38  23-May-2000  thorpej branches: 1.38.2;
Note that KN300 is also for AlphaServer 1200.
 1.37  08-May-2000  augustss Add (sometimes commented out) MIIVERBOSE option.
 1.36  28-Apr-2000  ad Attach cac* and ca*.
 1.35  22-Apr-2000  thorpej rl -> rtk
 1.34  22-Mar-2000  cgd add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.
 1.33  16-Nov-1999  dan Add entries for we[01] (configured as for the i386 GENERIC) to enable
WD/SMC ISA ethernet cards to be used for installation and setup.
 1.32  15-Nov-1999  dante Add WDTR, SDTR and TAGQ disable options
 1.31  05-Nov-1999  thorpej branches: 1.31.2;
Add some missing Ethernet cards: rl, ti (not in INSTALL), sip, tlp.
 1.30  28-Sep-1999  ad branches: 1.30.2; 1.30.4; 1.30.6;
Entries for dpt(4).
 1.29  07-Aug-1999  thorpej Add the AdvanSys SCSI boards.
 1.28  29-Jul-1999  augustss It's time to be COMPAT_14.
 1.27  29-Jun-1999  ross Turn on EV6 bits: Tsunami and system type 6600.
 1.26  27-Jun-1999  christos Add missing phy's. Increase miniroot size
 1.25  27-Jun-1999  christos add vr* at pci?, sort
 1.24  29-Apr-1999  ross WSEMUL_SUN -> WSEMUL_VT100
 1.23  22-Mar-1999  ross branches: 1.23.2;
PCI: +bha
+en
+ex
+fxp
+le
+pcscp
MII: +exphy
EISA: +ahb
+uha
 1.22  18-Feb-1999  thorpej Add floppy controller and drives.
 1.21  25-Jan-1999  ross ne* at pci? ...
 1.20  23-Jan-1999  drochner second round of mouse renaming: psm->pms
 1.19  14-Oct-1998  matt Sync with new IDE support (e.g. pciide changes)
 1.18  11-Aug-1998  thorpej Adapt to MII changes.
 1.17  26-Jun-1998  lukem remove options FIFO; it's now the default
 1.16  05-Jun-1998  thorpej Add DEC_550 (Miata).
 1.15  02-Jun-1998  thorpej Add epic* at pci?
 1.14  24-May-1998  thorpej - Change the tcds child locator from "slot" to "chip", making it look less
like a TurboChannel locator, and more like what is actually going on.
- Allow tcds and asc children of tcds to be cloned.
 1.13  13-May-1998  thorpej No need to hard-code the mcclock offset on the gbus; gbus is direct-config.
 1.12  24-Apr-1998  thorpej Whitespace sanity.
 1.11  18-Apr-1998  thorpej Add PCI IDE.
 1.10  15-Apr-1998  drochner convert to new wscons
(pcppi->pckbc, pms->psm, wscons->wsdisplay)
 1.9  25-Mar-1998  ross 1. Always link at the high address, now that we can use free ram below
the kernel on most platforms, including all of the entry-level platforms.
2. Kill the comments and options for load address selection.
3. Kill the default -g.
 1.8  28-Feb-1998  cgd Use NFS_BOOT_DHCP rather than NFS_BOOT_BOOTP. The former is more
flexible, and the boot blocks use DHCP already(!!!) and it'd be good
for the kernel to be consistent with them.
 1.7  01-Feb-1998  thorpej Bump the ramdisk size to 3M.
 1.6  01-Feb-1998  thorpej le* at isa? isn't ready for prime-time yet.
 1.5  15-Jan-1998  thorpej Switch to MI IDE drivers, add ATAPI devices.
 1.4  13-Jan-1998  cjs Make INSTALL a fully-loaded kernel (for booting from network or CD), and
INSTALL-FLOPPY a stripped-down version to fit on a floppy.
 1.3  12-Jan-1998  thorpej Add (commented out) COMPAT_13
 1.2  31-Dec-1997  cjs Add kernfs; remove more stuff we don't need.
 1.1  19-Oct-1997  cjs First go at an INSTALL kernel (add ramdisk, remove unnecessary stuff).
 1.23.2.2  02-Jul-1999  perry pullup 1.26->1.27 (ross)
 1.23.2.1  29-Apr-1999  perry branches: 1.23.2.1.2; 1.23.2.1.4;
pullup 1.23->1.24 (ross)
 1.23.2.1.4.1  30-Nov-1999  itojun bring in latest KAME (as of 19991130, KAME/NetBSD141) into kame branch
just for reference purposes.
This commit includes 1.4 -> 1.4.1 sync for kame branch.

The branch does not compile at all (due to the lack of ALTQ and some other
source code). Please do not try to modify the branch, this is just for
referenre purposes.

synchronization to latest KAME will take place on HEAD branch soon.
 1.23.2.1.2.3  02-Aug-1999  thorpej Update from trunk.
 1.23.2.1.2.2  01-Jul-1999  thorpej Sync w/ -current.
 1.23.2.1.2.1  21-Jun-1999  thorpej Sync w/ -current.
 1.30.6.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.30.4.1  14-Nov-1999  fvdl Sync with -current.
 1.30.2.5  12-Mar-2001  bouyer Sync with HEAD.
 1.30.2.4  11-Feb-2001  bouyer Sync with HEAD.
 1.30.2.3  05-Jan-2001  bouyer Sync with HEAD
 1.30.2.2  08-Dec-2000  bouyer Sync with HEAD.
 1.30.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.31.2.2  05-Nov-1999  thorpej Add some missing Ethernet cards: rl, ti (not in INSTALL), sip, tlp.
 1.31.2.1  05-Nov-1999  thorpej file INSTALL was added on branch comdex-fall-1999 on 1999-11-05 21:30:22 +0000
 1.38.2.1  22-Jun-2000  minoura Sync w/ netbsd-1-5-base.
 1.39.2.3  26-Nov-2001  he Apply patch (requested by he):
Add Mylex DACC960 (mlx), change ca* to ld*.
 1.39.2.2  11-Aug-2000  thorpej Pullup from trunk:
Add depca at eisa.
 1.39.2.1  12-Jul-2000  thorpej Update from trunk:
- Add Jensen support/devices.
- Add commented-out Sable/Lynx support/devices.
- Switch from `ncr' to `siop' by default.
- Add some missing `scsibus' configs to INSTALL.
 1.51.2.1  21-Jun-2001  nathanw Catch up to -current.
 1.55.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.55.2.6  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.55.2.5  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.55.2.4  16-Mar-2002  jdolecek Catch up with -current.
 1.55.2.3  11-Feb-2002  jdolecek Sync w/ -current.
 1.55.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.55.2.1  25-Aug-2001  thorpej Merge Aug 24 -current into the kqueue branch.
 1.56.2.9  11-Dec-2002  thorpej Sync with HEAD.
 1.56.2.8  18-Oct-2002  nathanw Catch up to -current.
 1.56.2.7  01-Aug-2002  nathanw Catch up to -current.
 1.56.2.6  20-Jun-2002  nathanw Catch up to -current.
 1.56.2.5  17-Apr-2002  nathanw Catch up to -current.
 1.56.2.4  01-Apr-2002  nathanw Catch up to -current.
(CVS: It's not just a program. It's an adventure!)
 1.56.2.3  28-Feb-2002  nathanw Catch up to -current.
 1.56.2.2  08-Jan-2002  nathanw Catch up to -current.
 1.56.2.1  22-Aug-2001  nathanw file INSTALL was added on branch nathanw_sa on 2002-01-08 00:22:53 +0000
 1.64.2.2  30-Aug-2002  gehenna catch up with -current.
 1.64.2.1  16-Jul-2002  gehenna catch up with -current.
 1.72.2.10  11-Dec-2005  christos Sync with head.
 1.72.2.9  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.72.2.8  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.72.2.7  15-Feb-2005  skrll Sync with HEAD.
 1.72.2.6  04-Feb-2005  skrll Sync with HEAD.
 1.72.2.5  29-Nov-2004  skrll Sync with HEAD.
 1.72.2.4  14-Nov-2004  skrll Sync with HEAD.
 1.72.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.72.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.72.2.1  03-Aug-2004  skrll Sync with HEAD
 1.79.2.1  15-Jul-2004  he branches: 1.79.2.1.2;
Pull up revision 1.80 (requested by atatat in ticket #663):
Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations,
but commented out in most of them.
 1.79.2.1.2.1  02-Apr-2005  he Pull up revision 1.82 (requested by bouyer in ticket #1019):
Add pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) series of
controllers.
 1.82.6.2  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.82.6.1  12-Feb-2005  yamt sync with head.
 1.82.4.1  29-Apr-2005  kent sync with -current
 1.85.4.1  01-Jun-2005  riz Pull up revision 1.86 (requested by tron in ticket #362):
Remove attachment for the piixide(4) driver from all non-x86 kernel
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.
 1.86.2.3  26-Feb-2007  yamt sync with head.
 1.86.2.2  30-Dec-2006  yamt sync with head.
 1.86.2.1  21-Jun-2006  yamt sync with head.
 1.88.6.1  22-Apr-2006  simonb Sync with head.
 1.88.4.1  09-Sep-2006  rpaulo sync with head
 1.88.2.1  18-Feb-2006  yamt sync with head.
 1.89.16.3  18-Dec-2006  yamt sync with head.
 1.89.16.2  10-Dec-2006  yamt sync with head.
 1.89.16.1  22-Oct-2006  yamt sync with head
 1.89.14.2  12-Jan-2007  ad Sync with head.
 1.89.14.1  18-Nov-2006  ad Sync with head.
 1.90.2.2  16-May-2007  jdc Pull up revision 1.94 (requested by pavel in ticket #645).

sync the zstty configuration with GENERIC, for consistency.
 1.90.2.1  20-Dec-2006  bouyer branches: 1.90.2.1.2;
Pull up following revision(s) (requested by tsutsui in ticket #282):
sys/arch/alpha/conf/INSTALL: revision 1.91-1.92
sys/arch/alpha/conf/GENERIC: revision 1.302-1.305
Add the following network devices:
- pcn at pci
- wm at pci
- makphy at mii
- rgephy at mii
- rlphy at mii
Reduce diffs between GENERIC and INSTALL.
 1.90.2.1.2.1  03-Jun-2007  wrstuden Catch up with now-somewhat-dated netbsd-4. These changes took longer
than expected for me to actually get around to merging.
 1.94.50.2  18-Sep-2008  wrstuden Sync with wrstuden-revivesa-base-2.
 1.94.50.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.94.48.2  11-Aug-2010  yamt sync with head.
 1.94.48.1  04-May-2009  yamt sync with head.
 1.94.46.1  04-Jun-2008  yamt sync with head
 1.94.44.2  28-Sep-2008  mjf Sync with HEAD.
 1.94.44.1  02-Jun-2008  mjf Sync with HEAD.
 1.95.4.1  19-Oct-2008  haad Sync with HEAD.
 1.96.2.2  28-Apr-2009  skrll Sync with HEAD.
 1.96.2.1  03-Mar-2009  skrll Sync with HEAD.
 1.97.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.98.4.2  05-Mar-2011  rmind sync with head
 1.98.4.1  30-May-2010  rmind sync with head
 1.98.2.1  30-Apr-2010  uebayasi Sync with HEAD.
 1.100.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.100.8.2  30-Oct-2012  yamt sync with head
 1.100.8.1  17-Apr-2012  yamt sync with head
 1.101.2.1  18-Feb-2012  mrg merge to -current.
 1.103.2.3  03-Dec-2017  jdolecek update from HEAD
 1.103.2.2  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.103.2.1  23-Jun-2013  tls resync from head
 1.104.4.1  18-May-2014  rmind sync with head
 1.108.2.1  22-Sep-2015  skrll Sync with HEAD
 1.110.4.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.110.4.1  10-Jun-2019  christos Sync with HEAD
 1.110.2.1  30-Sep-2018  pgoyette Ssync with HEAD
 1.111.6.1  25-Jan-2020  ad Sync with head.
 1.117.6.1  01-Aug-2021  thorpej Sync with HEAD.

RSS XML Feed