Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/evbmips/conf/LINKITSMART7688
RevisionDateAuthorComments
 1.19  29-Jan-2024  christos PR/57889: Ricardo Branco: ext2fs does not have user immutable and append
file flags, only system ones. Restrict those to the superuser. Before
the behavior was controlled by EXT2FS_SYSTEM_FLAGS. Make that behavior the
default.
 1.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-Dec-2021  andvar fix various typos, mainly in comments.
 1.16  21-Jan-2021  nia add a commented out compat_ossaudio wherever there's compat_linux

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

It's only enabled if the kernel enabled bridge AND tap.
Otherwise it's commented out.
 1.14  01-Aug-2020  maxv Remove references to BRIDGE_IPF, it is now compiled in by default.
 1.13  25-Mar-2020  jdolecek remove 'file-system SMBFS' and 'pseudo-device nsmb' from all kernel configs
to prepare for their eventual removal
 1.12  19-Jan-2020  thorpej Remove the strip(4) - Starmode Radio IP - pseudo-device driver. It is
long since obsolete.
 1.11  06-Feb-2019  rin branches: 1.11.6;
Add ure(4) to kernel config files. Also add PHY drivers where necessary.
 1.10  30-Dec-2018  sevan Enable the per-priority cyclical scan buffer queue strategy on evbmips kernels.

time results of a Lemote Fuloong 2F extracting the pkgsrc tree
brick$ time tar -jxf pkgsrc.tar.bz2
priocscan + log
612.90 real 103.45 user 194.98 sys
priocscan nolog
1345.48 real 103.57 user 274.32 sys
fcfs + log
736.02 real 101.71 user 192.95 sys
fcfs nolog
1475.16 real 103.06 user 271.14 sys
 1.9  19-Dec-2018  maxv Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently,
but also as discussed several times in the past.
 1.8  14-Aug-2018  maxv Replace references to etherip by l2tp. Etherip was already not enabled
anyway.
 1.7  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.6  14-Sep-2017  mrg branches: 1.6.2; 1.6.4; 1.6.6;
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.5  01-Aug-2017  maya Wrong architecture for IBCS2 compat! it's stringly an x86 thing.
 1.4  01-Aug-2017  maxv Remove references to compat_freebsd when it is not supported.
 1.3  29-Jul-2017  maxv Remove TCP_COMPAT_42 from the config files. Pass 3.
 1.2  19-Feb-2017  rin branches: 1.2.6;
PR kern/51208
Add DISKLABEL_EI option (and also FFS_EI if missing), commented out except for
ALL on amd64 and i386.
 1.1  05-Oct-2016  ryo branches: 1.1.2; 1.1.4; 1.1.6;
add support MT7628/MediaTek LinkIt Smart 7688
by @hiroshi and me.
 1.1.6.1  21-Apr-2017  bouyer Sync with HEAD
 1.1.4.3  28-Aug-2017  skrll Sync with HEAD
 1.1.4.2  05-Dec-2016  skrll Sync with HEAD
 1.1.4.1  05-Oct-2016  skrll file LINKITSMART7688 was added on branch nick-nhusb on 2016-12-05 10:54:52 +0000
 1.1.2.3  20-Mar-2017  pgoyette Sync with HEAD
 1.1.2.2  04-Nov-2016  pgoyette Sync with HEAD
 1.1.2.1  05-Oct-2016  pgoyette file LINKITSMART7688 was added on branch pgoyette-localcount on 2016-11-04 14:49:00 +0000
 1.2.6.1  07-Jan-2019  martin Pull up following revision(s) (requested by sevan in ticket #1156):

sys/arch/evbmips/conf/ERLITE: revision 1.21
sys/arch/evbmips/conf/LOONGSON: revision 1.41
sys/arch/evbmips/conf/SBMIPS: revision 1.8
sys/arch/evbmips/conf/MALTA: revision 1.94
sys/arch/evbmips/conf/WGT624V3: revision 1.29
sys/arch/evbmips/conf/ZYXELKX: revision 1.15
sys/arch/evbmips/conf/XLSATX: revision 1.28
sys/arch/evbmips/conf/ADM5120-NB: revision 1.25
sys/arch/evbmips/conf/ADM5120: revision 1.27
sys/arch/evbmips/conf/MERAKI: revision 1.32
sys/arch/evbmips/conf/LINKITSMART7688: revision 1.10
sys/arch/evbmips/conf/DB120: revision 1.21
sys/arch/evbmips/conf/ADM5120-USB: revision 1.27
sys/arch/evbmips/conf/AP30: revision 1.38
sys/arch/evbmips/conf/ALCHEMY: revision 1.65
sys/arch/evbmips/conf/RB153: revision 1.22
sys/arch/evbmips/conf/RB433UAH: revision 1.18
sys/arch/evbmips/conf/CI20: revision 1.27
sys/arch/evbmips/conf/GDIUM: revision 1.35
sys/arch/evbmips/conf/CPMBR1400: revision 1.30

Enable the per-priority cyclical scan buffer queue strategy on evbmips
kernels.

time results of a Lemote Fuloong 2F extracting the pkgsrc tree
brick$ time tar -jxf pkgsrc.tar.bz2
priocscan + log
612.90 real 103.45 user 194.98 sys
priocscan nolog
1345.48 real 103.57 user 274.32 sys
fcfs + log
736.02 real 101.71 user 192.95 sys
fcfs nolog
1475.16 real 103.06 user 271.14 sys
 1.6.6.2  08-Apr-2020  martin Merge changes from current as of 20200406
 1.6.6.1  10-Jun-2019  christos Sync with HEAD
 1.6.4.3  18-Jan-2019  pgoyette Synch with HEAD
 1.6.4.2  26-Dec-2018  pgoyette Sync with HEAD, resolve a few conflicts
 1.6.4.1  06-Sep-2018  pgoyette Sync with HEAD

Resolve a couple of conflicts (result of the uimin/uimax changes)
 1.6.2.2  03-Dec-2017  jdolecek update from HEAD
 1.6.2.1  14-Sep-2017  jdolecek file LINKITSMART7688 was added on branch tls-maxphys on 2017-12-03 11:36:09 +0000
 1.11.6.1  25-Jan-2020  ad Sync with head.
 1.15.2.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed