#
e9ac4169 |
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0 |
|
#
031beb4e |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
sys: Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0 |
|
#
701ab6db |
| 27-Oct-2022 |
Andrew Turner <andrew@FreeBSD.org> |
Stop building FDT-only modules in an ACPI only kernel
When building a kernel without FDT these modules don't build. As they depend on FDT and don't work with ACPI disable them.
Reviewed by: imp, ke
Stop building FDT-only modules in an ACPI only kernel
When building a kernel without FDT these modules don't build. As they depend on FDT and don't work with ACPI disable them.
Reviewed by: imp, kevans Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37178
show more ...
|
Revision tags: release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
ba29d48c |
| 07-Jan-2021 |
Warner Losh <imp@FreeBSD.org> |
pccard: Remove uart(4) PC Card attachment
pccard is going away, so remove uart's attachment.
Relnotes: Yes
|
#
b63eeef4 |
| 26-Dec-2020 |
Marius Strobl <marius@FreeBSD.org> |
scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532
It's no longer used since 58aa35d42975c298ca0adba705c042596303c9f5 and r357455 respectively.
|
Revision tags: release/12.2.0 |
|
#
c7aa572c |
| 31-Jul-2020 |
Glen Barber <gjb@FreeBSD.org> |
MFH
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
#
17996960 |
| 31-Jul-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r363583 through r363738.
|
#
8f11c997 |
| 28-Jul-2020 |
Yoshihiro Takahashi <nyan@FreeBSD.org> |
- Cleanups related to sparc64 removal. - Remove remains of sparc64 files.
Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D25831
|
Revision tags: release/11.4.0 |
|
#
bc02c18c |
| 07-Feb-2020 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r357408 through r357661.
|
#
58aa35d4 |
| 03-Feb-2020 |
Warner Losh <imp@FreeBSD.org> |
Remove sparc64 kernel support
Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs
|
#
e15cbf74 |
| 22-Dec-2019 |
Mark Johnston <markj@FreeBSD.org> |
Compile uart_cpu_acpi.c, added in r348195, into uart.ko.
PR: 242771 MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
Revision tags: release/12.1.0, release/11.3.0, release/12.0.0 |
|
#
7847e041 |
| 24-Aug-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r338026 through r338297, and resolve conflicts.
|
#
381388b9 |
| 19-Aug-2018 |
Matt Macy <mmacy@FreeBSD.org> |
add snps IP uart support / genaralize UART
This is an amalgam of a patch by Doug Ambrisko to generalize uart_acpi_find_device, imp moving the ACPI table to uart_dev_ns8250.c and advice by jhb to wor
add snps IP uart support / genaralize UART
This is an amalgam of a patch by Doug Ambrisko to generalize uart_acpi_find_device, imp moving the ACPI table to uart_dev_ns8250.c and advice by jhb to work around a bug in the EPYC 3151 BIOS (the BIOS incorrectly marks the serial ports as disabled)
Reviewed by: imp MFC after: 8 weeks Differential Revision: https://reviews.freebsd.org/D16432
show more ...
|
Revision tags: release/11.2.0 |
|
#
5bede509 |
| 12-Jun-2018 |
Diane Bruce <db@FreeBSD.org> |
Add a driver for the BCM2835 Mini-UART as seen on the RPi3
Reviewed by: andrew Approved by: andrew Differential Revision: https://reviews.freebsd.org/D15684
|
#
09ac3437 |
| 24-Jan-2018 |
Emmanuel Vadot <manu@FreeBSD.org> |
arm: lpc: Remove support
Code hasn't been touch this it's original commit in 2012 beside api changes.
Reviewed by: ian Differential Revision: https://reviews.freebsd.org/D13625 Discussed with: fre
arm: lpc: Remove support
Code hasn't been touch this it's original commit in 2012 beside api changes.
Reviewed by: ian Differential Revision: https://reviews.freebsd.org/D13625 Discussed with: freebsd-arm@freebsd.org (no reply)
show more ...
|
Revision tags: release/10.4.0 |
|
#
8fcbcc2d |
| 16-Sep-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r323635
|
#
b754c279 |
| 13-Sep-2017 |
Navdeep Parhar <np@FreeBSD.org> |
MFH @ r323558.
|
#
5a2f997c |
| 11-Sep-2017 |
Marcin Wojtas <mw@FreeBSD.org> |
Restore alphabetical order in UART Makefile
Commit r323359 introduced new Marvell UART controller driver and by mistake it broke correct order in the Makefile. Fix this.
Reported by: emaste
|
#
834214a0 |
| 09-Sep-2017 |
Warner Losh <imp@FreeBSD.org> |
Don't build uart_dev_mvebu unless we're on arm64.
This module is specific to a single Marvel board that we currently only support in 64-bit mode. Remove it from the build otherwise. It likely should
Don't build uart_dev_mvebu unless we're on arm64.
This module is specific to a single Marvel board that we currently only support in 64-bit mode. Remove it from the build otherwise. It likely should be completely removed, but this unbreaks x86 building.
Noticed by: sbruno@
show more ...
|
#
ac0770dd |
| 09-Sep-2017 |
Marcin Wojtas <mw@FreeBSD.org> |
Introduce UART driver module for Armada 3700
This patch adds support for UART in Armada 3700 family. It exposes both low-level UART interface, as well as standard driver methods.
Submitted by: Patr
Introduce UART driver module for Armada 3700
This patch adds support for UART in Armada 3700 family. It exposes both low-level UART interface, as well as standard driver methods.
Submitted by: Patryk Duda <pdk@semihalf.com> Obtained from: Semihalf Sponsored by: Semihalf Differential Revision: https://reviews.freebsd.org/D12250
show more ...
|
Revision tags: release/11.1.0 |
|
#
193d9e76 |
| 04-Mar-2017 |
Enji Cooper <ngie@FreeBSD.org> |
sys/modules: normalize .CURDIR-relative paths to SRCTOP
This simplifies make output/logic
Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
|
Revision tags: release/11.0.1, release/11.0.0 |
|
#
27067774 |
| 16-Aug-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r303250 through r304235.
|
#
8da89403 |
| 28-Jul-2016 |
Ruslan Bukin <br@FreeBSD.org> |
Build ofw_bus_if.h for modules for RISC-V.
|
#
95115408 |
| 21-Jul-2016 |
Andrew Turner <andrew@FreeBSD.org> |
Fix the build: * Add acpi_if.h to the SRC list in the uart module * Only include new acpi headers when they are needed
Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD F
Fix the build: * Add acpi_if.h to the SRC list in the uart module * Only include new acpi headers when they are needed
Obtained from: ABT Systems Ltd MFC after: 1 month Sponsored by: The FreeBSD Foundation
show more ...
|
Revision tags: release/10.3.0 |
|
#
b626f5a7 |
| 04-Jan-2016 |
Glen Barber <gjb@FreeBSD.org> |
MFH r289384-r293170
Sponsored by: The FreeBSD Foundation
|