History log of /freebsd-13.1/sys/mips/conf/std.AR_MIPS_BASE (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0
# c363b16c 21-Jun-2019 Conrad Meyer <[email protected]>

sys: Remove DEV_RANDOM device option

Remove 'device random' from kernel configurations that reference it (most).
Replace perhaps mistaken 'nodevice random' in two MIPS configs with 'options
RANDOM_L

sys: Remove DEV_RANDOM device option

Remove 'device random' from kernel configurations that reference it (most).
Replace perhaps mistaken 'nodevice random' in two MIPS configs with 'options
RANDOM_LOADABLE' instead. Document removal in UPDATING; update NOTES and
random.4.

Reviewed by: delphij, markm (previous version)
Approved by: secteam(delphij)
Differential Revision: https://reviews.freebsd.org/D19918

show more ...


# 11a5fc4f 13-May-2019 Mark Johnston <[email protected]>

Catch up with r347241.

MFC with: r347241


# 86d535ab 25-Jan-2019 Andriy Voskoboinyk <[email protected]>

Garbage collect AH_SUPPORT_AR5416 config option.

It does nothing since r318857.


Revision tags: release/12.0.0
# 455ad532 05-Jul-2018 Sean Bruno <[email protected]>

Remove redundant AH_DEBUG_ALQ.


Revision tags: release/11.2.0, release/10.4.0, release/11.1.0
# b6c42483 29-Jun-2017 Adrian Chadd <[email protected]>

[mips] [ar71xx] Since the wlan/ath drivers use ALQ, ensure we build the module
here otherwise we can't load said module.


# da150e22 16-Jun-2017 Adrian Chadd <[email protected]>

[ar71xx] migrate all of the duplicate configuration out into a shared config file.

This brings the default configurations (drivers, net80211 settings, etc) and some
of the shared configuration into

[ar71xx] migrate all of the duplicate configuration out into a shared config file.

This brings the default configurations (drivers, net80211 settings, etc) and some
of the shared configuration into std.AR_MIPS_BASE. I haven't yet moved the
-current settings (witness, memguard, etc) into it.

This should simplify building a lot of the same test images for my MIPS AP board
development and testing.

This is a work in progress; it's not designed to be perfect!

show more ...