In the 13.1 release notes/hardware compatibility list, for the uath driver, there's a link that seems to be broken: "An up to date list can be found at http://customerproducts.atheros.com/customerproducts/default.asp." customerproducts.atheros.com is NXDOMAIN, and atheros.com redirects to qualcomm.com. I haven't found the customer products page there yet. If I do, I'll update the report.
Thanks, you can set this as a block to bug 264030.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=1a851a34f4fb69cb5c3936676cbcae646e085536 commit 1a851a34f4fb69cb5c3936676cbcae646e085536 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-06-24 08:47:07 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-06-24 08:47:07 +0000 Drop uath dead link from 13.1 hardware page Remove uath dead link OpenBSD also removed the link:https://man.openbsd.org/uath.4#HARDWARE PR: 264256 Submitted by: erobison (AT) gmail.com website/content/en/releases/13.1R/hardware.adoc | 5 ----- 1 file changed, 5 deletions(-)
Thanks for this. I'm gonna upgrade the manual page since the hardware page is generated from the manual pages.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=1df96b4f4b7e850bb7a0e6d020c7f8e4b0770356 commit 1df96b4f4b7e850bb7a0e6d020c7f8e4b0770356 Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> AuthorDate: 2022-06-24 09:22:56 +0000 Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> CommitDate: 2022-06-24 09:22:56 +0000 Drop atheros dead link from uath manual page PR: 264256 MFC after: 2 weeks share/man/man4/uath.4 | 3 --- 1 file changed, 3 deletions(-)
Fixed in the manual page too. Thanks!