Revision tags: release/14.0.0 |
|
#
95ee2897 |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0, release/12.2.0, release/11.4.0 |
|
#
aeb665b5 |
| 30-Mar-2020 |
Ed Maste <emaste@FreeBSD.org> |
remove extraneous double ;s in sys/
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0, release/11.0.1, release/11.0.0 |
|
#
86845464 |
| 06-Jun-2016 |
Stanislav Galabov <sgalabov@FreeBSD.org> |
Remove erroneous lock assertions
In mediatek etherswitch support, functions mtkswitch_reg_write32_mt7621 and mtkswitch_reg_read32_mt7621 are called without locks held, so lock assertions fail. Remov
Remove erroneous lock assertions
In mediatek etherswitch support, functions mtkswitch_reg_write32_mt7621 and mtkswitch_reg_read32_mt7621 are called without locks held, so lock assertions fail. Remove the lock assertions.
Sponsored by: Smartcom - Bulgaria AD
show more ...
|
#
1027d6d6 |
| 17-May-2016 |
Stanislav Galabov <sgalabov@FreeBSD.org> |
Fix issues with mt762x etherswitch driver
Fix issues that crept in with initial import.
Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.free
Fix issues with mt762x etherswitch driver
Fix issues that crept in with initial import.
Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D6393
show more ...
|
#
dfb5178f |
| 16-May-2016 |
Stanislav Galabov <sgalabov@FreeBSD.org> |
Introduce basic etherswitch support for Ralink SoCs
This revision introduces basic support for the internal ESW switch found Ralink/Mediatek SoCs such as RT3050, RT3352, RT5350, MT7628; and GSW foun
Introduce basic etherswitch support for Ralink SoCs
This revision introduces basic support for the internal ESW switch found Ralink/Mediatek SoCs such as RT3050, RT3352, RT5350, MT7628; and GSW found in MT7620 and MT7621.
It only supports 802.1q VLANs and doesn't support external PHYs at the moment (only the ones that are built into the switch itself).
Approved by: adrian (mentor) Sponsored by: Smartcom - Bulgaria AD Differential Revision: https://reviews.freebsd.org/D6348
show more ...
|