Date: Tue, 24 Jan 2023 22:13:51 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: abda8106e231 - stable/13 - kboot: Add aarch64 termios Message-ID: <202301242213.30OMDpAk089014@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=abda8106e231e1ac45d3a4fd461c099b9b68b80e commit abda8106e231e1ac45d3a4fd461c099b9b68b80e Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-12-04 20:16:32 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-01-24 21:49:42 +0000 kboot: Add aarch64 termios Aarch64 has the generic termios interface, so use termios_gen.h Sponsored by: Netflix (cherry picked from commit 58091659cf0805c8b5b977686313d06aeb400446) --- stand/kboot/arch/aarch64/termios_arch.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stand/kboot/arch/aarch64/termios_arch.h b/stand/kboot/arch/aarch64/termios_arch.h new file mode 100644 index 000000000000..5db0b9831cdb --- /dev/null +++ b/stand/kboot/arch/aarch64/termios_arch.h @@ -0,0 +1,7 @@ +/*- + * Copyright (c) 2022, Netflix, Inc. + * + * SPDX-License-Identifier: BSD-2-Clause + */ + +#include "termios_gen.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301242213.30OMDpAk089014>