git: a4f8318acec6 - main - UPDATING: Document arm video devices renaming.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Mar 2023 11:34:37 UTC
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=a4f8318acec6ae2a725bb7fdc014db416d16a766 commit a4f8318acec6ae2a725bb7fdc014db416d16a766 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2023-03-16 09:38:46 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-03-17 12:35:03 +0000 UPDATING: Document arm video devices renaming. Sponsored by: Beckhoff Automation GmbH & Co. KG Reviewed by: andrew Differential Revision: https://reviews.freebsd.org/D39121 --- UPDATING | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/UPDATING b/UPDATING index dbaa5f2a92db..092115d899ea 100644 --- a/UPDATING +++ b/UPDATING @@ -27,6 +27,16 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW: world, or to merely disable the most expensive debugging functionality at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20230316: + Video related devices for some arm devices have been renamed. + If you have a custom kernel config and want to use hdmi output on + IMX6 board you need to add "device dwc_hdmi" "device imx6_hdmi" and + "device imx6_ipu" to it. + If you have a custom kernel config and want to use hdmi output on + TI AM335X board you need to add "device tda19988" to it. + If you add "device hdmi" in it you need to remove it as it doesn't + exist anymore. + 20230221: Introduce new kernel options KBD_DELAY1 and KBD_DELAY2. See atkbdc(4) for details.