Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2024 17:09:38 GMT
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 70c2998c0ea3 - main - Revert "files: make uart_bus_puc.c not depend on puc"
Message-ID:  <202405291709.44TH9cke052634@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=70c2998c0ea3fc5ab86c6f497abaf8f9b4d73334

commit 70c2998c0ea3fc5ab86c6f497abaf8f9b4d73334
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-05-29 17:06:41 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-05-29 17:06:41 +0000

    Revert "files: make uart_bus_puc.c not depend on puc"
    
    This reverts commit 114ab149e23e11760a2a41a773a786b97980616a.
    
    This doesn't work, no idea how I tested this at the time but clearly the wrong way.
---
 sys/conf/files | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/conf/files b/sys/conf/files
index fec92518c498..4685d7a63227 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3215,7 +3215,7 @@ dev/uart/uart_bus_acpi.c	optional uart acpi
 dev/uart/uart_bus_fdt.c		optional uart fdt
 dev/uart/uart_bus_isa.c		optional uart isa
 dev/uart/uart_bus_pci.c		optional uart pci
-dev/uart/uart_bus_puc.c		optional uart pci
+dev/uart/uart_bus_puc.c		optional uart puc
 dev/uart/uart_bus_scc.c		optional uart scc
 dev/uart/uart_core.c		optional uart
 dev/uart/uart_cpu_acpi.c	optional uart acpi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405291709.44TH9cke052634>