|
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 |
|
| #
e8643b01 |
| 26-Feb-2019 |
Konstantin Belousov <[email protected]> |
Modularize xz.
Embedded lzma decompression library becomes a module usable by other consumers, in addition to geom_uzip.
Most important code changes are - removal of XZ_DEC_SINGLE define, we need t
Modularize xz.
Embedded lzma decompression library becomes a module usable by other consumers, in addition to geom_uzip.
Most important code changes are - removal of XZ_DEC_SINGLE define, we need the code to work with XZ_DEC_DYNALLOC; - xz_crc32_init() call is removed from geom_uzip, xz module handles initialization on its own.
xz is no longer embedded into geom_uzip, instead the depend line for the module is provided, and corresponding kernel option is added to each MIPS kernel config file using geom_uzip.
The commit also carries unrelated cleanup by removing excess "device geom_uzip" in places which were missed in r344479.
Reviewed by: cem, hselasky, ray, slavash (previous versions) Sponsored by: Mellanox Technologies Differential revision: https://reviews.freebsd.org/D19266 MFC after: 3 weeks
show more ...
|
|
Revision tags: release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0, release/10.3.0 |
|
| #
5497acc5 |
| 24-Feb-2016 |
Maxim Sobolev <[email protected]> |
Obsolete mkulzma(8) and geom_uncompress(4), their functionality is now provided by mkuzip(8) and geom_uzip(4) respectively.
MFC after: 1 month
|
| #
29d1144a |
| 19-Nov-2015 |
Warner Losh <[email protected]> |
Mark the mostly redundant kernels that just pull in something from _BASE as NO_UNIVERSE
Differential Revision: https://reviews.freebsd.org/D4200
|
|
Revision tags: release/10.2.0 |
|
| #
d3951356 |
| 19-May-2015 |
Adrian Chadd <[email protected]> |
Convert routerstation to use geom_uncompress.
|
|
Revision tags: release/10.1.0, release/9.3.0 |
|
| #
d4f95c88 |
| 18-Mar-2014 |
Warner Losh <[email protected]> |
In kernel config files, it is supposed to be 'options<space><tab>' not 'options<tab><tab>', per long standing (but recently not so strictly enforced) convention.
|
|
Revision tags: release/10.0.0, release/9.2.0, release/8.4.0 |
|
| #
a858494b |
| 08-May-2013 |
Adrian Chadd <[email protected]> |
Modify the routerstation config to use ukswitch for now.
Until an ADM6996 driver shows up, this allows for the two switch ports to be used.
Submitted by: Luiz Otavio O Souza <[email protected]> Rev
Modify the routerstation config to use ukswitch for now.
Until an ADM6996 driver shows up, this allows for the two switch ports to be used.
Submitted by: Luiz Otavio O Souza <[email protected]> Reviewed by: ray
show more ...
|
|
Revision tags: release/9.1.0 |
|
| #
40bcb1d1 |
| 23-Aug-2012 |
Aleksandr Rybalko <[email protected]> |
Remove duplicated GEOM_PART_* options.
PR: 170931 Approved by: adrian
|
|
Revision tags: release/8.3.0_cvs, release/8.3.0, release/9.0.0 |
|
| #
b2e6077c |
| 31-Dec-2011 |
Adrian Chadd <[email protected]> |
Oops - this was referencing a local file, which I've done away with.
|
| #
530028c9 |
| 29-Dec-2011 |
Adrian Chadd <[email protected]> |
Break out the AR71XX config file into _BASE and board specific bits.
The ROUERSTATION and RSPRO variants contain:
* the board specific bits (eg the RTC for RSPRO, later on it'll include the GPIO/
Break out the AR71XX config file into _BASE and board specific bits.
The ROUERSTATION and RSPRO variants contain:
* the board specific bits (eg the RTC for RSPRO, later on it'll include the GPIO/LED definitions); * the boot specific bits (eg, on-board flash, usb flash, etc).
For now the AR71XX_BASE file contains the common board config, drivers and net80211/ath wireless drivers.
I'll follow this up with config files for the other boards I have (eg the Ubiquiti LSSR71, as well as some Mikrotik boards that use the AR71XX and atheros reference boards) which will be quite easy to do now.
show more ...
|